From svnnotify @ sourceforge.jp Fri Jun 1 06:00:49 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Fri, 1 Jun 2007 06:00:49 +0900 Subject: [pal-cvs 2438] [170] fixed source tag problem. Message-ID: <20070531210049.715922AC024@users.sourceforge.jp> Revision: 170 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=170 Author: shinsuke Date: 2007-06-01 06:00:49 +0900 (Fri, 01 Jun 2007) Log Message: ----------- fixed source tag problem. Modified Paths: -------------- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-unix.xml pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-win.xml pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-unix.xml pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-win.xml -------------- next part -------------- Modified: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-unix.xml =================================================================== --- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-unix.xml 2007-05-30 12:40:01 UTC (rev 169) +++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-unix.xml 2007-05-31 21:00:49 UTC (rev 170) @@ -38,10 +38,12 @@

PALポータルおよび PALポータルのインストーラーを実行するためには、環境変数に JAVA_HOME が設定されている必要があるので、設定されていることを確認してください。Unix 系 OS で環境変数 JAVA_HOME を設定するためには、 +

+

を実行します。

@@ -55,11 +57,13 @@

端末エミュレータ上で +

+

を実行します(java コマンドが含まれるディレクトリは、環境変数 PATH で指定されている必要があります)。 実行するとインストーラーが起動します。

@@ -151,9 +155,11 @@

端末エミュレータ上で +

+

を実行して、PALポータルを起動してください。起動後、http://localhost:8080/palportal にアクセスして、PALポータルのトップページが表示されることを確認してください。

Modified: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-win.xml =================================================================== --- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-win.xml 2007-05-30 12:40:01 UTC (rev 169) +++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-win.xml 2007-05-31 21:00:49 UTC (rev 170) @@ -49,11 +49,13 @@

DOS窓上などで +

java -jar PALPortal-install-[version].jar ]]> +

を実行します。 実行するとインストーラーが起動します。

@@ -145,9 +147,11 @@

端末エミュレータ上で +

[インストール場所]/bin/startup.bat ]]> +

を実行して、PALポータルを起動してください。起動後、http://localhost:8080/palportal にアクセスして、PALポータルのトップページが表示されることを確認してください。

Modified: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-unix.xml =================================================================== --- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-unix.xml 2007-05-30 12:40:01 UTC (rev 169) +++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-unix.xml 2007-05-31 21:00:49 UTC (rev 170) @@ -27,9 +27,11 @@

PALポータルのアンインストールは、インストールしたディレクトリを削除するだけで完了します。 端末エミュレータ上で +

+

を実行してください。

Modified: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-win.xml =================================================================== --- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-win.xml 2007-05-30 12:40:01 UTC (rev 169) +++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-win.xml 2007-05-31 21:00:49 UTC (rev 170) @@ -27,9 +27,11 @@

PALポータルのアンインストールは、インストールしたディレクトリを削除するだけで完了します。 DOS窓上などで +

rmdir [インストール場所] ]]> +

を実行してください。

From svnnotify @ sourceforge.jp Fri Jun 1 06:05:51 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Fri, 1 Jun 2007 06:05:51 +0900 Subject: [pal-cvs 2439] [171] fixed source tag problem. Message-ID: <20070531210551.CEA362AC034@users.sourceforge.jp> Revision: 171 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=171 Author: shinsuke Date: 2007-06-01 06:05:51 +0900 (Fri, 01 Jun 2007) Log Message: ----------- fixed source tag problem. Modified Paths: -------------- pal-portal/trunk/docs/ja/portlet-developers-guide/xdocs/guide-api-based-portlet.xml pal-portal/trunk/docs/ja/portlet-developers-guide/xdocs/guide-teeda-based-portlet.xml -------------- next part -------------- Modified: pal-portal/trunk/docs/ja/portlet-developers-guide/xdocs/guide-api-based-portlet.xml =================================================================== --- pal-portal/trunk/docs/ja/portlet-developers-guide/xdocs/guide-api-based-portlet.xml 2007-05-31 21:00:49 UTC (rev 170) +++ pal-portal/trunk/docs/ja/portlet-developers-guide/xdocs/guide-api-based-portlet.xml 2007-05-31 21:05:51 UTC (rev 171) @@ -34,12 +34,15 @@

まずは、ディレクトリを作成します。 +

+

この helloworld ポートレットプロジェクトでは、次のファイルを作成します。 +

+

pom.xml は、Maven 2 のプロジェクトファイルです。 そして、それ以外のファイルが、ポートレットを構築・実行する上で必要になるファイルになります。

@@ -66,6 +70,7 @@ ポートレット用にビルドするために、依存関係に portlet-api を指定しておけば、ポートレットを作成することができます。 今回の helloworld ポートレットでは、ビューに JSP を利用して、JSTL を利用しているので、それに必要な依存関係を追加します。 もし、独自にポートレットを作成する場合には、必要なライブラリがあれば、追加してください。 +

@@ -103,7 +108,6 @@ ]]> -

@@ -156,6 +160,7 @@

src/main/webapp/WEB-INF/portlet.xml は以下のとおりです。 +

@@ -182,11 +187,11 @@ ]]> -

web.xml は、通常の Web アプリケーションと同様に、Web アプリケーションのリソースなどを指定しています。 今回は、特に指定することもないので、display-name と description 要素にこのポートレットについてを記述するだけになっています。 src/main/webapp/WEB-INF/web.xml は以下のようになります。 +

@@ -195,7 +200,6 @@ HelloWorld Portlet ]]> -

HelloWorldPortlet は、portlet.xml で portlet-class 要素で指定したポートレットのクラスです。 ポートレットにアクセスすると、このクラスが呼ばれ、必要な処理を実行します。 @@ -238,6 +242,7 @@

src/main/java/com/marevol/portlet/helloworld/HelloWorldPortlet.java は以下のとおりです。 +

-

helloworld.jsp は、今回のポートレットのビューの部分にあたります。 この JSP ファイルは、HelloWorldPortlet クラスから呼ばれて、実行されます。 @@ -312,6 +316,7 @@

src/main/webapp/WEB-INF/view/helloworld.jsp は以下のとおりです。 +

<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> @@ -336,6 +341,7 @@ ]]> +

ポートレットでは、ポータル上の 1 つのページで、その中の一部のフラグメントとして表示されるため、htmlタグ、headタグや body タグなどは記述する必要はありません。

@@ -351,6 +357,7 @@

src/main/java/com/marevol/portlet/helloworld/resources/HelloWorldResources_ja.properties は以下のとおりです。 +

- +

src/main/java/com/marevol/portlet/helloworld/resources/HelloWorldResources.properties は以下のとおりです。 +

-

@@ -380,6 +387,7 @@ ビルド方法は、非常に簡単です。 ここでは、Maven 2 を実行できる環境が用意済みであることを想定しています。 Maven 2 のインストール方法については、http://maven.apache.org/ を参照してください。 +

+

通常の Maven 2 のビルドと同様、mvn install を実行します。 このことからも、基本的には、普通の Web アプリケーションと同じであることがわかると思います。 ビルドに成功していると、target ディレクトリの下に helloworld.war が作成されます。 +

-

これで、JSR 168 に準拠しているポートレットを作成できたことになります。 これを、JSR 168 に準拠しているポータルサーバー上に持っていき、そのポータルサーバーの配備手順に従って、配備すれば、動作させることができます。 Modified: pal-portal/trunk/docs/ja/portlet-developers-guide/xdocs/guide-teeda-based-portlet.xml =================================================================== --- pal-portal/trunk/docs/ja/portlet-developers-guide/xdocs/guide-teeda-based-portlet.xml 2007-05-31 21:00:49 UTC (rev 170) +++ pal-portal/trunk/docs/ja/portlet-developers-guide/xdocs/guide-teeda-based-portlet.xml 2007-05-31 21:05:51 UTC (rev 171) @@ -55,6 +55,7 @@

次に、portlet.xml ですが、これは JSR 168 で定義されているポートレット配備子です。 ポータルサーバー上に表示するポートレットの情報を記述します。 たとえば、以下のような内容をこのファイルに記述します。 +

@@ -98,6 +99,7 @@ ]]> +

まず、portlet-name 要素の値には、ポータルにより利用される一意なポートレット名が入ります。 display-name 要素の値はポータルにより表示される(たとえば、ユーザーがポートレット一覧からポートレットを選択するときなど)ポートレットの名前で、次の description 要素の値がその説明になります。 portlet-class 要素と init-param 要素にある portlet-class および portlet-filters は変更する必要はありません。 init-param 要素の view-page の値は、表示モードでアクセスされたときにデフォルトで表示されるページのパスを記述します(編集モードで表示するページは、edit-page で指定します)。ポートレットで表示されるポートレットには、表示モードや編集モードなどいくつかのモードがあり、たとえば、ポートレットの小窓の右上にある編集ボタンを押すと、編集モードが呼ばれます。 サポートされるポートレットモードは、supports 要素の portlet-mode 要素としてサポートするモードを指定できます。あとは、potlet-info 要素の title、short-title、keywords 要素を変更してください。 title 要素はポートレットの小窓のバーなどに表示されるタイトルで、short-title はその短いタイトルで、ポータルがモバイル環境で表示されるときに短いタイトルが必要なときに表示されます。 keywords 要素は、そのポートレットのキーワードで , 区切りで複数指定できます。 ポータルのポートレット一覧で検索するときなどに利用されます。必要な場所を変更して、portlet.xml として、WEB-INF の下に保存してください(他にもいろいろな要素がありますが、必要に応じて、追加してください)。

From svnnotify @ sourceforge.jp Fri Jun 1 17:04:47 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Fri, 1 Jun 2007 17:04:47 +0900 Subject: [pal-cvs 2440] [172] sync up with j2. Message-ID: <20070601080447.2B1362AC024@users.sourceforge.jp> Revision: 172 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=172 Author: shinsuke Date: 2007-06-01 17:04:46 +0900 (Fri, 01 Jun 2007) Log Message: ----------- sync up with j2. you might need to build portal bridge or remove RC jar files before building j2.. Modified Paths: -------------- pal-portal/trunk/build.properties -------------- next part -------------- Modified: pal-portal/trunk/build.properties =================================================================== --- pal-portal/trunk/build.properties 2007-05-31 21:05:51 UTC (rev 171) +++ pal-portal/trunk/build.properties 2007-06-01 08:04:46 UTC (rev 172) @@ -63,7 +63,7 @@ org.apache.jetspeed.portal.currentVersion=${portal.version} # Jetspeed SVN revision -jetspeed2.revision=539124 +jetspeed2.revision=543176 # Dependencies for Jetspeed jetspeed.version=2.2-dev_pal-${portal.version} From svnnotify @ sourceforge.jp Thu Jun 7 17:47:41 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 7 Jun 2007 17:47:41 +0900 Subject: [pal-cvs 2441] [173] added page path pipeline. Message-ID: <20070607084741.0C2EF2AC024@users.sourceforge.jp> Revision: 173 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=173 Author: shinsuke Date: 2007-06-07 17:47:40 +0900 (Thu, 07 Jun 2007) Log Message: ----------- added page path pipeline. Modified Paths: -------------- pal-portal/trunk/build.properties pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml pal-portal/trunk/portal/patches/src/webapp/WEB-INF/web.xml Added Paths: ----------- pal-portal/trunk/portal/files/components/ pal-portal/trunk/portal/files/components/portal/ pal-portal/trunk/portal/files/components/portal/src/ pal-portal/trunk/portal/files/components/portal/src/java/ pal-portal/trunk/portal/files/components/portal/src/java/org/ pal-portal/trunk/portal/files/components/portal/src/java/org/apache/ pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/ pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/ pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/impl/ pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/impl/PagePathValveImpl.java -------------- next part -------------- Modified: pal-portal/trunk/build.properties =================================================================== --- pal-portal/trunk/build.properties 2007-06-01 08:04:46 UTC (rev 172) +++ pal-portal/trunk/build.properties 2007-06-07 08:47:40 UTC (rev 173) @@ -182,6 +182,7 @@ src/webapp/WEB-INF/templates/login/html/login.jsp,\ src/webapp/WEB-INF/templates/layout/html/columns/layout.vm,\ src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm,\ +src/webapp/WEB-INF/web.xml,\ src/webapp/decorations/portlet/decorator.vm,\ project.properties,\ jetspeed-api/src/java/org/apache/jetspeed/security/spi/UserSecurityHandler.java,\ Added: pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/impl/PagePathValveImpl.java =================================================================== --- pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/impl/PagePathValveImpl.java 2007-06-01 08:04:46 UTC (rev 172) +++ pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/impl/PagePathValveImpl.java 2007-06-07 08:47:40 UTC (rev 173) @@ -0,0 +1,407 @@ +package org.apache.jetspeed.profiler.impl; + +import java.io.IOException; +import java.security.Principal; +import java.util.HashMap; +import java.util.Map; + +import javax.security.auth.Subject; +import javax.servlet.http.HttpServletResponse; + +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; +import org.apache.jetspeed.PortalReservedParameters; +import org.apache.jetspeed.decoration.PageActionAccess; +import org.apache.jetspeed.om.folder.Folder; +import org.apache.jetspeed.om.folder.FolderNotFoundException; +import org.apache.jetspeed.om.folder.InvalidFolderException; +import org.apache.jetspeed.om.page.ContentPageImpl; +import org.apache.jetspeed.om.page.Page; +import org.apache.jetspeed.page.PageNotFoundException; +import org.apache.jetspeed.page.document.NodeException; +import org.apache.jetspeed.page.document.NodeNotFoundException; +import org.apache.jetspeed.pipeline.PipelineException; +import org.apache.jetspeed.pipeline.valve.AbstractValve; +import org.apache.jetspeed.pipeline.valve.PageProfilerValve; +import org.apache.jetspeed.pipeline.valve.ValveContext; +import org.apache.jetspeed.portalsite.PortalSite; +import org.apache.jetspeed.portalsite.PortalSiteRequestContext; +import org.apache.jetspeed.portalsite.PortalSiteSessionContext; +import org.apache.jetspeed.profiler.ProfileLocator; +import org.apache.jetspeed.profiler.Profiler; +import org.apache.jetspeed.profiler.ProfilerException; +import org.apache.jetspeed.request.RequestContext; +import org.apache.jetspeed.security.SecurityHelper; +import org.apache.jetspeed.security.UserPrincipal; + +public class PagePathValveImpl extends AbstractValve implements PageProfilerValve +{ + protected Log log = LogFactory.getLog(PagePathValveImpl.class); + + /** + * PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY - session portal site context attribute key + */ + public static final String PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY = "org.apache.jetspeed.portalsite.PortalSiteSessionContext"; + + /** + * PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY - request portal site context attribute key + */ + public static final String PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY = "org.apache.jetspeed.portalsite.PortalSiteRequestContext"; + + /** + * PROFILED_PAGE_CONTEXT_ATTR_KEY - legacy request portal site context attribute key + */ + public static final String PROFILED_PAGE_CONTEXT_ATTR_KEY = "org.apache.jetspeed.profiledPageContext"; + + /** + * session key for storing map of PageActionAccess instances + */ + private static final String PAGE_ACTION_ACCESS_MAP_SESSION_ATTR_KEY = "org.apache.jetspeed.profiler.pageActionAccessMap"; + + /** + * profiler - profiler component + */ + private Profiler profiler; + + /** + * portalSite - portal site component + */ + private PortalSite portalSite; + + /** + * requestFallback - flag indicating whether request should fallback to root folder + * if locators do not select a page or access is forbidden + */ + private boolean requestFallback; + + /** + * useHistory - flag indicating whether to use visited page + * history to select default page per site folder + */ + private boolean useHistory; + + /** + * ProfilerValveImpl - constructor + * + * @param profiler profiler component reference + * @param portalSite portal site component reference + * @param requestFallback flag to enable root folder fallback + * @param useHistory flag to enable selection of last visited folder page + */ + public PagePathValveImpl(Profiler profiler, PortalSite portalSite, boolean requestFallback, boolean useHistory) + { + this.profiler = profiler; + this.portalSite = portalSite; + this.requestFallback = requestFallback; + this.useHistory = useHistory; + } + + /** + * ProfilerValveImpl - constructor + * + * @param profiler profiler component reference + * @param portalSite portal site component reference + * @param requestFallback flag to enable root folder fallback + */ + public PagePathValveImpl(Profiler profiler, PortalSite portalSite, boolean requestFallback) + { + this(profiler, portalSite, requestFallback, true); + } + + /** + * ProfilerValveImpl - constructor + * + * @param profiler profiler component reference + * @param portalSite portal site component reference + */ + public PagePathValveImpl(Profiler profiler, PortalSite portalSite) + { + this(profiler, portalSite, true, true); + } + + /* + * (non-Javadoc) + * + * @see org.apache.jetspeed.pipeline.valve.Valve#invoke(org.apache.jetspeed.request.RequestContext, + * org.apache.jetspeed.pipeline.valve.ValveContext) + */ + public void invoke(RequestContext request, ValveContext context) throws PipelineException + { + try + { + // get profiler locators for request subject/principal using the profiler + Subject subject = request.getSubject(); + if (subject == null) + { + throw new ProfilerException("Missing subject for request: " + request.getPath()); + } + Principal principal = SecurityHelper.getBestPrincipal(subject, UserPrincipal.class); + if (principal == null) + { + throw new ProfilerException("Missing principal for request: " + request.getPath()); + } + + // get request specific profile locators if required + Map locators = null; + String locatorName = (String) request.getAttribute(PROFILE_LOCATOR_REQUEST_ATTR_KEY); + if (locatorName != null) + { + ProfileLocator locator = profiler.getProfile(request, locatorName); + if (locator != null) + { + locators = new HashMap(); + locators.put(ProfileLocator.PAGE_LOCATOR, locator); + } + } + + // get specified or default locators for the current user, + // falling back to global defaults and, if necessary, explicity + // fallback to 'page' profile locators + if (locators == null) + { + locators = profiler.getProfileLocators(request, principal); + } + if (locators.size() == 0) + { + locators = profiler.getDefaultProfileLocators(request); + } + if (locators.size() == 0) + { + locators.put(ProfileLocator.PAGE_LOCATOR, profiler.getProfile(request, ProfileLocator.PAGE_LOCATOR)); + } + + // get profiled page using the profiler, page manager, + // and portal site components + if (locators != null) + { + // get or create portalsite session context; the session + // context maintains the user view of the site and is + // searched against to locate the requested page and + // used to build site menus from its extent; this is + // cached in the session because locators seldom change + // during the session so the session view of the site can + // be cached unless locators do change; if the context + // is invalid, (perhaps because the session was persisted + // and is now being reloaded in a new server), it must be + // replaced with a newly created session context + PortalSiteSessionContext sessionContext = (PortalSiteSessionContext) request + .getSessionAttribute(PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY); + if ((sessionContext == null) || !sessionContext.isValid()) + { + sessionContext = portalSite.newSessionContext(); + request.setSessionAttribute(PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY, sessionContext); + } + + // construct and save a new portalsite request context + // using session context, locators map, fallback, and + // folder page histories; the request context uses the + // locators to initialize or resets the session context if + // locators have changed for this request; the request + // context also acts as a short term request cache for the + // selected page and built menus; however, creating the + // request context here does not select the page or build + // menus: that is done when the request context is + // accessed subsequently + PortalSiteRequestContext requestContext = sessionContext.newRequestContext(locators, requestFallback, useHistory); + request.setAttribute(PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY, requestContext); + + // additionally save request context under legacy key + // to support existing decorator access + request.setAttribute(PROFILED_PAGE_CONTEXT_ATTR_KEY, requestContext); + + // get profiled page from portalsite request context + // and save profile locators map; accessing the request + // context here and in subsequent valves/decorators + // latently selects the page and builds menus from the + // user site view using the request context locators; + // the managed page accesed here is the raw selected page + // as returned by the PageManager component; accessing + // the managed page here selects the current page for the + // request + // request.setPage(new ContentPageImpl(requestContext.getManagedPage())); + Page page = getRequestedPage(request); + if (page != null) + { + request.setPage(new ContentPageImpl(page)); + } + else + { + request.setPage(new ContentPageImpl(requestContext.getManagedPage())); + } + + request.setProfileLocators(requestContext.getLocators()); + + request.setAttribute(PortalReservedParameters.PAGE_EDIT_ACCESS_ATTRIBUTE, getPageActionAccess(request)); + } + + // continue + context.invokeNext(request); + } + catch (SecurityException se) + { + // fallback to portal root folder/default page if + // no user is available and request path is not + // already attempting to access the root folder; + // this is rarely the case since the anonymous + // user is normally defined unless the default + // security system has been replaced/overridden + if (request.getRequest().getUserPrincipal() == null && request.getPath() != null && !request.getPath().equals("/")) + { + try + { + request.getResponse().sendRedirect(request.getRequest().getContextPath()); + } + catch (IOException ioe) + { + } + return; + } + + // return standard HTTP 403 - FORBIDDEN status + log.error(se.getMessage(), se); + try + { + request.getResponse().sendError(HttpServletResponse.SC_FORBIDDEN, se.getMessage()); + } + catch (IOException ioe) + { + log.error("Failed to invoke HttpServletReponse.sendError: " + ioe.getMessage(), ioe); + } + } + catch (NodeNotFoundException nnfe) + { + // return standard HTTP 404 - NOT FOUND status + log.error(nnfe.getMessage(), nnfe); + try + { + request.getResponse().sendError(HttpServletResponse.SC_NOT_FOUND, nnfe.getMessage()); + } + catch (IOException ioe) + { + log.error("Failed to invoke HttpServletReponse.sendError: " + ioe.getMessage(), ioe); + } + } + catch (Exception e) + { + log.error("Exception in request pipeline: " + e.getMessage(), e); + throw new PipelineException(e.toString(), e); + } + } + + /** + * Returns the PageActionAccess for the current user request. + * @see PageActionAccess + * @param requestContext RequestContext of the current portal request. + * @return PageActionAccess for the current user request. + */ + protected PageActionAccess getPageActionAccess(RequestContext requestContext) + { + Page page = requestContext.getPage(); + String key = page.getId(); + boolean loggedOn = requestContext.getRequest().getUserPrincipal() != null; + boolean anonymous = !loggedOn; + PageActionAccess pageActionAccess = null; + + Map sessionActions = null; + synchronized (this) + { + sessionActions = (Map) requestContext.getSessionAttribute(PAGE_ACTION_ACCESS_MAP_SESSION_ATTR_KEY); + if (sessionActions == null) + { + sessionActions = new HashMap(); + requestContext.setSessionAttribute(PAGE_ACTION_ACCESS_MAP_SESSION_ATTR_KEY, sessionActions); + } + else + { + pageActionAccess = (PageActionAccess) sessionActions.get(key); + } + } + synchronized (sessionActions) + { + if (pageActionAccess == null) + { + pageActionAccess = new PageActionAccess(anonymous, page); + sessionActions.put(key, pageActionAccess); + } + else + { + pageActionAccess.checkReset(anonymous, page); + } + } + + return pageActionAccess; + } + + public String toString() + { + return "ProfilerValve"; + } + + protected Page getRequestedPage(RequestContext request) + { + String path = request.getPath(); + if (path == null) + { + return null; + } + + PortalSiteSessionContext sessionContext = (PortalSiteSessionContext) request + .getSessionAttribute(PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY); + if (path.endsWith(Page.DOCUMENT_TYPE)) + { + try + { + return sessionContext.getPageManager().getPage(path); + } + catch (PageNotFoundException e) + { + log.warn("Exception in request pipeline: " + e.getMessage(), e); + } + catch (NodeException e) + { + log.warn("Exception in request pipeline: " + e.getMessage(), e); + } + catch (Exception e) + { + log.warn("Exception in request pipeline: " + e.getMessage(), e); + } + return null; + } + + try + { + Folder folder = sessionContext.getPageManager().getFolder(path); + if (folder != null) + { + String defaultPage = folder.getDefaultPage(); + if (defaultPage != null) + { + return folder.getPage(defaultPage); + } + //TODO + } + } + catch (PageNotFoundException e) + { + log.warn("Exception in request pipeline: " + e.getMessage(), e); + } + catch (FolderNotFoundException e) + { + log.warn("Exception in request pipeline: " + e.getMessage(), e); + } + catch (InvalidFolderException e) + { + log.warn("Exception in request pipeline: " + e.getMessage(), e); + } + catch (NodeException e) + { + log.warn("Exception in request pipeline: " + e.getMessage(), e); + } + catch (Exception e) + { + + log.warn("Exception in request pipeline: " + e.getMessage(), e); + } + return null; + } +} Property changes on: pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/impl/PagePathValveImpl.java ___________________________________________________________________ Name: svn:eol-style + native Modified: pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml =================================================================== --- pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml 2007-06-01 08:04:46 UTC (rev 172) +++ pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml 2007-06-07 08:47:40 UTC (rev 173) @@ -1,8 +1,72 @@ Index: src/webapp/WEB-INF/assembly/pipelines.xml =================================================================== ---- src/webapp/WEB-INF/assembly/pipelines.xml (リビジョン 539124) +--- src/webapp/WEB-INF/assembly/pipelines.xml (リビジョン 543176) +++ src/webapp/WEB-INF/assembly/pipelines.xml (作業コピー) -@@ -301,6 +301,7 @@ +@@ -106,6 +106,30 @@ + --> + true + ++ ++ ++ ++ ++ ++ ++ ++ ++ true ++ ++ true ++ + + - - AJAXFilter - *.ajax - -- - - - org.apache.jetspeed.webapp.logging.Log4JConfigurator +@@ -153,6 +153,14 @@ + /portal/* + + ++ ++ ++ jetspeed ++ ++ ++ /page/* ++ ++ + + + jetspeed From svnnotify @ sourceforge.jp Fri Jun 8 18:20:15 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Fri, 8 Jun 2007 18:20:15 +0900 Subject: [pal-cvs 2442] [174] removed pagepath pipeline. Message-ID: <20070608092015.CAF6A2AC02F@users.sourceforge.jp> Revision: 174 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=174 Author: shinsuke Date: 2007-06-08 18:20:15 +0900 (Fri, 08 Jun 2007) Log Message: ----------- removed pagepath pipeline. modified logic of profiler valve. Modified Paths: -------------- pal-portal/trunk/build.properties pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml Added Paths: ----------- pal-portal/trunk/portal/patches/components/portal-site/ pal-portal/trunk/portal/patches/components/portal-site/src/ pal-portal/trunk/portal/patches/components/portal-site/src/java/ pal-portal/trunk/portal/patches/components/portal-site/src/java/org/ pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/ pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/ pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/ pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/impl/ pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/impl/PortalSiteSessionContextImpl.java pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/view/ pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/view/SiteView.java Removed Paths: ------------- pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/impl/PagePathValveImpl.java pal-portal/trunk/portal/patches/src/webapp/WEB-INF/web.xml -------------- next part -------------- Modified: pal-portal/trunk/build.properties =================================================================== --- pal-portal/trunk/build.properties 2007-06-07 08:47:40 UTC (rev 173) +++ pal-portal/trunk/build.properties 2007-06-08 09:20:15 UTC (rev 174) @@ -63,7 +63,7 @@ org.apache.jetspeed.portal.currentVersion=${portal.version} # Jetspeed SVN revision -jetspeed2.revision=543176 +jetspeed2.revision=545114 # Dependencies for Jetspeed jetspeed.version=2.2-dev_pal-${portal.version} @@ -164,6 +164,8 @@ components/portal/src/java/org/apache/jetspeed/login/resources/LoginViewResources_ja.properties,\ components/portal/src/java/org/apache/jetspeed/login/resources/LoginViewResources.properties,\ components/portal/src/java/org/apache/jetspeed/login/resources/LoginViewResources_en.properties,\ +components/portal-site/src/java/org/apache/jetspeed/portalsite/impl/PortalSiteSessionContextImpl.java,\ +components/portal-site/src/java/org/apache/jetspeed/portalsite/view/SiteView.java,\ components/security/src/java/org/apache/jetspeed/security/impl/AuthenticationProviderProxyImpl.java,\ components/security/src/java/org/apache/jetspeed/security/spi/impl/LdapUserSecurityHandler.java,\ components/security/src/java/org/apache/jetspeed/security/spi/impl/DefaultUserSecurityHandler.java,\ @@ -182,7 +184,6 @@ src/webapp/WEB-INF/templates/login/html/login.jsp,\ src/webapp/WEB-INF/templates/layout/html/columns/layout.vm,\ src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm,\ -src/webapp/WEB-INF/web.xml,\ src/webapp/decorations/portlet/decorator.vm,\ project.properties,\ jetspeed-api/src/java/org/apache/jetspeed/security/spi/UserSecurityHandler.java,\ Deleted: pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/impl/PagePathValveImpl.java =================================================================== --- pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/impl/PagePathValveImpl.java 2007-06-07 08:47:40 UTC (rev 173) +++ pal-portal/trunk/portal/files/components/portal/src/java/org/apache/jetspeed/profiler/impl/PagePathValveImpl.java 2007-06-08 09:20:15 UTC (rev 174) @@ -1,407 +0,0 @@ -package org.apache.jetspeed.profiler.impl; - -import java.io.IOException; -import java.security.Principal; -import java.util.HashMap; -import java.util.Map; - -import javax.security.auth.Subject; -import javax.servlet.http.HttpServletResponse; - -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; -import org.apache.jetspeed.PortalReservedParameters; -import org.apache.jetspeed.decoration.PageActionAccess; -import org.apache.jetspeed.om.folder.Folder; -import org.apache.jetspeed.om.folder.FolderNotFoundException; -import org.apache.jetspeed.om.folder.InvalidFolderException; -import org.apache.jetspeed.om.page.ContentPageImpl; -import org.apache.jetspeed.om.page.Page; -import org.apache.jetspeed.page.PageNotFoundException; -import org.apache.jetspeed.page.document.NodeException; -import org.apache.jetspeed.page.document.NodeNotFoundException; -import org.apache.jetspeed.pipeline.PipelineException; -import org.apache.jetspeed.pipeline.valve.AbstractValve; -import org.apache.jetspeed.pipeline.valve.PageProfilerValve; -import org.apache.jetspeed.pipeline.valve.ValveContext; -import org.apache.jetspeed.portalsite.PortalSite; -import org.apache.jetspeed.portalsite.PortalSiteRequestContext; -import org.apache.jetspeed.portalsite.PortalSiteSessionContext; -import org.apache.jetspeed.profiler.ProfileLocator; -import org.apache.jetspeed.profiler.Profiler; -import org.apache.jetspeed.profiler.ProfilerException; -import org.apache.jetspeed.request.RequestContext; -import org.apache.jetspeed.security.SecurityHelper; -import org.apache.jetspeed.security.UserPrincipal; - -public class PagePathValveImpl extends AbstractValve implements PageProfilerValve -{ - protected Log log = LogFactory.getLog(PagePathValveImpl.class); - - /** - * PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY - session portal site context attribute key - */ - public static final String PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY = "org.apache.jetspeed.portalsite.PortalSiteSessionContext"; - - /** - * PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY - request portal site context attribute key - */ - public static final String PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY = "org.apache.jetspeed.portalsite.PortalSiteRequestContext"; - - /** - * PROFILED_PAGE_CONTEXT_ATTR_KEY - legacy request portal site context attribute key - */ - public static final String PROFILED_PAGE_CONTEXT_ATTR_KEY = "org.apache.jetspeed.profiledPageContext"; - - /** - * session key for storing map of PageActionAccess instances - */ - private static final String PAGE_ACTION_ACCESS_MAP_SESSION_ATTR_KEY = "org.apache.jetspeed.profiler.pageActionAccessMap"; - - /** - * profiler - profiler component - */ - private Profiler profiler; - - /** - * portalSite - portal site component - */ - private PortalSite portalSite; - - /** - * requestFallback - flag indicating whether request should fallback to root folder - * if locators do not select a page or access is forbidden - */ - private boolean requestFallback; - - /** - * useHistory - flag indicating whether to use visited page - * history to select default page per site folder - */ - private boolean useHistory; - - /** - * ProfilerValveImpl - constructor - * - * @param profiler profiler component reference - * @param portalSite portal site component reference - * @param requestFallback flag to enable root folder fallback - * @param useHistory flag to enable selection of last visited folder page - */ - public PagePathValveImpl(Profiler profiler, PortalSite portalSite, boolean requestFallback, boolean useHistory) - { - this.profiler = profiler; - this.portalSite = portalSite; - this.requestFallback = requestFallback; - this.useHistory = useHistory; - } - - /** - * ProfilerValveImpl - constructor - * - * @param profiler profiler component reference - * @param portalSite portal site component reference - * @param requestFallback flag to enable root folder fallback - */ - public PagePathValveImpl(Profiler profiler, PortalSite portalSite, boolean requestFallback) - { - this(profiler, portalSite, requestFallback, true); - } - - /** - * ProfilerValveImpl - constructor - * - * @param profiler profiler component reference - * @param portalSite portal site component reference - */ - public PagePathValveImpl(Profiler profiler, PortalSite portalSite) - { - this(profiler, portalSite, true, true); - } - - /* - * (non-Javadoc) - * - * @see org.apache.jetspeed.pipeline.valve.Valve#invoke(org.apache.jetspeed.request.RequestContext, - * org.apache.jetspeed.pipeline.valve.ValveContext) - */ - public void invoke(RequestContext request, ValveContext context) throws PipelineException - { - try - { - // get profiler locators for request subject/principal using the profiler - Subject subject = request.getSubject(); - if (subject == null) - { - throw new ProfilerException("Missing subject for request: " + request.getPath()); - } - Principal principal = SecurityHelper.getBestPrincipal(subject, UserPrincipal.class); - if (principal == null) - { - throw new ProfilerException("Missing principal for request: " + request.getPath()); - } - - // get request specific profile locators if required - Map locators = null; - String locatorName = (String) request.getAttribute(PROFILE_LOCATOR_REQUEST_ATTR_KEY); - if (locatorName != null) - { - ProfileLocator locator = profiler.getProfile(request, locatorName); - if (locator != null) - { - locators = new HashMap(); - locators.put(ProfileLocator.PAGE_LOCATOR, locator); - } - } - - // get specified or default locators for the current user, - // falling back to global defaults and, if necessary, explicity - // fallback to 'page' profile locators - if (locators == null) - { - locators = profiler.getProfileLocators(request, principal); - } - if (locators.size() == 0) - { - locators = profiler.getDefaultProfileLocators(request); - } - if (locators.size() == 0) - { - locators.put(ProfileLocator.PAGE_LOCATOR, profiler.getProfile(request, ProfileLocator.PAGE_LOCATOR)); - } - - // get profiled page using the profiler, page manager, - // and portal site components - if (locators != null) - { - // get or create portalsite session context; the session - // context maintains the user view of the site and is - // searched against to locate the requested page and - // used to build site menus from its extent; this is - // cached in the session because locators seldom change - // during the session so the session view of the site can - // be cached unless locators do change; if the context - // is invalid, (perhaps because the session was persisted - // and is now being reloaded in a new server), it must be - // replaced with a newly created session context - PortalSiteSessionContext sessionContext = (PortalSiteSessionContext) request - .getSessionAttribute(PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY); - if ((sessionContext == null) || !sessionContext.isValid()) - { - sessionContext = portalSite.newSessionContext(); - request.setSessionAttribute(PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY, sessionContext); - } - - // construct and save a new portalsite request context - // using session context, locators map, fallback, and - // folder page histories; the request context uses the - // locators to initialize or resets the session context if - // locators have changed for this request; the request - // context also acts as a short term request cache for the - // selected page and built menus; however, creating the - // request context here does not select the page or build - // menus: that is done when the request context is - // accessed subsequently - PortalSiteRequestContext requestContext = sessionContext.newRequestContext(locators, requestFallback, useHistory); - request.setAttribute(PORTAL_SITE_REQUEST_CONTEXT_ATTR_KEY, requestContext); - - // additionally save request context under legacy key - // to support existing decorator access - request.setAttribute(PROFILED_PAGE_CONTEXT_ATTR_KEY, requestContext); - - // get profiled page from portalsite request context - // and save profile locators map; accessing the request - // context here and in subsequent valves/decorators - // latently selects the page and builds menus from the - // user site view using the request context locators; - // the managed page accesed here is the raw selected page - // as returned by the PageManager component; accessing - // the managed page here selects the current page for the - // request - // request.setPage(new ContentPageImpl(requestContext.getManagedPage())); - Page page = getRequestedPage(request); - if (page != null) - { - request.setPage(new ContentPageImpl(page)); - } - else - { - request.setPage(new ContentPageImpl(requestContext.getManagedPage())); - } - - request.setProfileLocators(requestContext.getLocators()); - - request.setAttribute(PortalReservedParameters.PAGE_EDIT_ACCESS_ATTRIBUTE, getPageActionAccess(request)); - } - - // continue - context.invokeNext(request); - } - catch (SecurityException se) - { - // fallback to portal root folder/default page if - // no user is available and request path is not - // already attempting to access the root folder; - // this is rarely the case since the anonymous - // user is normally defined unless the default - // security system has been replaced/overridden - if (request.getRequest().getUserPrincipal() == null && request.getPath() != null && !request.getPath().equals("/")) - { - try - { - request.getResponse().sendRedirect(request.getRequest().getContextPath()); - } - catch (IOException ioe) - { - } - return; - } - - // return standard HTTP 403 - FORBIDDEN status - log.error(se.getMessage(), se); - try - { - request.getResponse().sendError(HttpServletResponse.SC_FORBIDDEN, se.getMessage()); - } - catch (IOException ioe) - { - log.error("Failed to invoke HttpServletReponse.sendError: " + ioe.getMessage(), ioe); - } - } - catch (NodeNotFoundException nnfe) - { - // return standard HTTP 404 - NOT FOUND status - log.error(nnfe.getMessage(), nnfe); - try - { - request.getResponse().sendError(HttpServletResponse.SC_NOT_FOUND, nnfe.getMessage()); - } - catch (IOException ioe) - { - log.error("Failed to invoke HttpServletReponse.sendError: " + ioe.getMessage(), ioe); - } - } - catch (Exception e) - { - log.error("Exception in request pipeline: " + e.getMessage(), e); - throw new PipelineException(e.toString(), e); - } - } - - /** - * Returns the PageActionAccess for the current user request. - * @see PageActionAccess - * @param requestContext RequestContext of the current portal request. - * @return PageActionAccess for the current user request. - */ - protected PageActionAccess getPageActionAccess(RequestContext requestContext) - { - Page page = requestContext.getPage(); - String key = page.getId(); - boolean loggedOn = requestContext.getRequest().getUserPrincipal() != null; - boolean anonymous = !loggedOn; - PageActionAccess pageActionAccess = null; - - Map sessionActions = null; - synchronized (this) - { - sessionActions = (Map) requestContext.getSessionAttribute(PAGE_ACTION_ACCESS_MAP_SESSION_ATTR_KEY); - if (sessionActions == null) - { - sessionActions = new HashMap(); - requestContext.setSessionAttribute(PAGE_ACTION_ACCESS_MAP_SESSION_ATTR_KEY, sessionActions); - } - else - { - pageActionAccess = (PageActionAccess) sessionActions.get(key); - } - } - synchronized (sessionActions) - { - if (pageActionAccess == null) - { - pageActionAccess = new PageActionAccess(anonymous, page); - sessionActions.put(key, pageActionAccess); - } - else - { - pageActionAccess.checkReset(anonymous, page); - } - } - - return pageActionAccess; - } - - public String toString() - { - return "ProfilerValve"; - } - - protected Page getRequestedPage(RequestContext request) - { - String path = request.getPath(); - if (path == null) - { - return null; - } - - PortalSiteSessionContext sessionContext = (PortalSiteSessionContext) request - .getSessionAttribute(PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY); - if (path.endsWith(Page.DOCUMENT_TYPE)) - { - try - { - return sessionContext.getPageManager().getPage(path); - } - catch (PageNotFoundException e) - { - log.warn("Exception in request pipeline: " + e.getMessage(), e); - } - catch (NodeException e) - { - log.warn("Exception in request pipeline: " + e.getMessage(), e); - } - catch (Exception e) - { - log.warn("Exception in request pipeline: " + e.getMessage(), e); - } - return null; - } - - try - { - Folder folder = sessionContext.getPageManager().getFolder(path); - if (folder != null) - { - String defaultPage = folder.getDefaultPage(); - if (defaultPage != null) - { - return folder.getPage(defaultPage); - } - //TODO - } - } - catch (PageNotFoundException e) - { - log.warn("Exception in request pipeline: " + e.getMessage(), e); - } - catch (FolderNotFoundException e) - { - log.warn("Exception in request pipeline: " + e.getMessage(), e); - } - catch (InvalidFolderException e) - { - log.warn("Exception in request pipeline: " + e.getMessage(), e); - } - catch (NodeException e) - { - log.warn("Exception in request pipeline: " + e.getMessage(), e); - } - catch (Exception e) - { - - log.warn("Exception in request pipeline: " + e.getMessage(), e); - } - return null; - } -} Added: pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/impl/PortalSiteSessionContextImpl.java =================================================================== --- pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/impl/PortalSiteSessionContextImpl.java 2007-06-07 08:47:40 UTC (rev 173) +++ pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/impl/PortalSiteSessionContextImpl.java 2007-06-08 09:20:15 UTC (rev 174) @@ -0,0 +1,106 @@ +Index: components/portal-site/src/java/org/apache/jetspeed/portalsite/impl/PortalSiteSessionContextImpl.java +=================================================================== +--- components/portal-site/src/java/org/apache/jetspeed/portalsite/impl/PortalSiteSessionContextImpl.java (リビジョン 545114) ++++ components/portal-site/src/java/org/apache/jetspeed/portalsite/impl/PortalSiteSessionContextImpl.java (作業コピー) +@@ -34,9 +34,13 @@ + import org.apache.commons.logging.Log; + import org.apache.commons.logging.LogFactory; + import org.apache.jetspeed.om.folder.Folder; ++import org.apache.jetspeed.om.folder.FolderNotFoundException; ++import org.apache.jetspeed.om.folder.InvalidFolderException; ++import org.apache.jetspeed.om.page.ContentPageImpl; + import org.apache.jetspeed.om.page.Page; + import org.apache.jetspeed.page.PageManager; + import org.apache.jetspeed.page.PageManagerEventListener; ++import org.apache.jetspeed.page.PageNotFoundException; + import org.apache.jetspeed.page.document.Node; + import org.apache.jetspeed.page.document.NodeException; + import org.apache.jetspeed.page.document.NodeNotFoundException; +@@ -47,6 +51,7 @@ + import org.apache.jetspeed.portalsite.view.SiteViewMenuDefinitionLocator; + import org.apache.jetspeed.profiler.ProfileLocator; + import org.apache.jetspeed.profiler.ProfileLocatorProperty; ++import org.apache.jetspeed.request.RequestContext; + import org.apache.jetspeed.security.JSSubject; + import org.apache.jetspeed.security.UserPrincipal; + +@@ -208,6 +213,13 @@ + requestPath = locator.getRequestPath(); + } + ++ // Check "/_page/" ++ Page page = getRequestedPage(requestPath); ++ if (page != null) ++ { ++ return page; ++ } ++ + // attempt to select request page or folder using + // profile locators and site view; if fallback + // enabled, fallback on missing node or access +@@ -1254,4 +1266,65 @@ + log.debug("Session unbound event: clear page manager listener and session context state"); + } + } ++ ++ public static final String PAGE_PATH_NAVIGATION = "/_page/"; ++ ++ protected Page getRequestedPage(String path) ++ { ++ if (path == null || !path.startsWith(PAGE_PATH_NAVIGATION)) ++ { ++ return null; ++ } ++ ++ Page page = null; ++ ++ path = path.substring(PAGE_PATH_NAVIGATION.length() - 1); ++ ++ try ++ { ++ if (path.endsWith(Page.DOCUMENT_TYPE)) ++ { ++ page = getPageManager().getPage(path); ++ } ++ else ++ { ++ Folder folder = getPageManager().getFolder(path); ++ if (folder != null) ++ { ++ String defaultPage = folder.getDefaultPage(); ++ if (defaultPage != null) ++ { ++ page = folder.getPage(defaultPage); ++ } ++ //TODO ++ } ++ } ++ if (page != null) ++ { ++ page.setPath(PAGE_PATH_NAVIGATION + path.substring(1)); ++ return page; ++ } ++ } ++ catch (PageNotFoundException e) ++ { ++ log.warn("Exception in request pipeline: " + e.getMessage(), e); ++ } ++ catch (FolderNotFoundException e) ++ { ++ log.warn("Exception in request pipeline: " + e.getMessage(), e); ++ } ++ catch (InvalidFolderException e) ++ { ++ log.warn("Exception in request pipeline: " + e.getMessage(), e); ++ } ++ catch (NodeException e) ++ { ++ log.warn("Exception in request pipeline: " + e.getMessage(), e); ++ } ++ catch (Exception e) ++ { ++ log.warn("Exception in request pipeline: " + e.getMessage(), e); ++ } ++ return null; ++ } + } Property changes on: pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/impl/PortalSiteSessionContextImpl.java ___________________________________________________________________ Name: svn:eol-style + native Added: pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/view/SiteView.java =================================================================== --- pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/view/SiteView.java 2007-06-07 08:47:40 UTC (rev 173) +++ pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/view/SiteView.java 2007-06-08 09:20:15 UTC (rev 174) @@ -0,0 +1,15 @@ +Index: components/portal-site/src/java/org/apache/jetspeed/portalsite/view/SiteView.java +=================================================================== +--- components/portal-site/src/java/org/apache/jetspeed/portalsite/view/SiteView.java (リビジョン 545114) ++++ components/portal-site/src/java/org/apache/jetspeed/portalsite/view/SiteView.java (作業コピー) +@@ -1233,6 +1233,10 @@ + { + return pageProxy.getPage(); + } ++ else if(page instanceof Page) ++ { ++ return page; ++ } + return null; + } + } Property changes on: pal-portal/trunk/portal/patches/components/portal-site/src/java/org/apache/jetspeed/portalsite/view/SiteView.java ___________________________________________________________________ Name: svn:eol-style + native Modified: pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml =================================================================== --- pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml 2007-06-07 08:47:40 UTC (rev 173) +++ pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml 2007-06-08 09:20:15 UTC (rev 174) @@ -2,70 +2,6 @@ =================================================================== --- src/webapp/WEB-INF/assembly/pipelines.xml (リビジョン 543176) +++ src/webapp/WEB-INF/assembly/pipelines.xml (作業コピー) -@@ -106,6 +106,30 @@ - --> - true - -+ -+ -+ -+ -+ -+ -+ -+ -+ true -+ -+ true -+ - - Modified: pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml =================================================================== --- pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml 2007-06-09 22:37:40 UTC (rev 182) +++ pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml 2007-06-09 22:39:21 UTC (rev 183) @@ -1,8 +1,8 @@ Index: src/webapp/WEB-INF/assembly/pipelines.xml =================================================================== ---- src/webapp/WEB-INF/assembly/pipelines.xml (リビジョン 543176) +--- src/webapp/WEB-INF/assembly/pipelines.xml (リビジョン 545568) +++ src/webapp/WEB-INF/assembly/pipelines.xml (作業コピー) -@@ -317,6 +367,7 @@ +@@ -327,6 +327,7 @@ From svnnotify @ sourceforge.jp Mon Jun 11 08:42:08 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Mon, 11 Jun 2007 08:42:08 +0900 Subject: [pal-cvs 2452] [184] display title at a min mode. Message-ID: <20070610234208.83B542AC032@users.sourceforge.jp> Revision: 184 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=184 Author: shinsuke Date: 2007-06-11 08:42:08 +0900 (Mon, 11 Jun 2007) Log Message: ----------- display title at a min mode. Modified Paths: -------------- pal-wcm/trunk/src/main/java/jp/sf/pal/wcm/portlet/PALWcmPortlet.java -------------- next part -------------- Modified: pal-wcm/trunk/src/main/java/jp/sf/pal/wcm/portlet/PALWcmPortlet.java =================================================================== --- pal-wcm/trunk/src/main/java/jp/sf/pal/wcm/portlet/PALWcmPortlet.java 2007-06-09 22:39:21 UTC (rev 183) +++ pal-wcm/trunk/src/main/java/jp/sf/pal/wcm/portlet/PALWcmPortlet.java 2007-06-10 23:42:08 UTC (rev 184) @@ -56,8 +56,7 @@ * * @author Shinsuke Sugaya */ -public class PALWcmPortlet extends GenericPortlet -{ +public class PALWcmPortlet extends GenericPortlet { /** * Logger for this class */ @@ -68,26 +67,62 @@ /* (non-Javadoc) * @see javax.portlet.Portlet#init(javax.portlet.PortletConfig) */ - public void init(PortletConfig config) throws PortletException - { + public void init(PortletConfig config) throws PortletException { super.init(config); // pageManager pageManager = (PageManager) getPortletContext().getAttribute( CommonPortletServices.CPS_PAGE_MANAGER_COMPONENT); - if (null == pageManager) - { + if (null == pageManager) { throw new PortletException( "Failed to find the Page Manager on portlet initialization"); } } /* (non-Javadoc) + * @see javax.portlet.GenericPortlet#doDispatch(javax.portlet.RenderRequest, javax.portlet.RenderResponse) + */ + @Override + protected void doDispatch(RenderRequest request, RenderResponse response) + throws PortletException, IOException { + super.doDispatch(request, response); + PortletMode mode = request.getPortletMode(); + if (mode.equals(PortletMode.VIEW)) { + String title = (String) request.getAttribute(PALWcmConstants.TITLE); + if (title != null) { + response.setTitle(title); + } else { + Fragment fragment = getCurrentFragment(request); + + Locale currentLocale = request.getLocale(); + List localeList = getLocaleList(fragment); + String localeName = ""; + String language = currentLocale.getLanguage(); + String country = currentLocale.getCountry(); + String variant = currentLocale.getVariant(); + if (localeList.contains(language + "_" + country + "_" + + variant)) { + localeName = PALWcmConstants.LOCALE_SEPARETER + language + + "_" + country + "_" + variant; + } else if (localeList.contains(language + "_" + country)) { + localeName = PALWcmConstants.LOCALE_SEPARETER + language + + "_" + country; + } else if (localeList.contains(language)) { + localeName = PALWcmConstants.LOCALE_SEPARETER + language; + } + + response.setTitle(getFragmentPreferenceValue(fragment, + PALWcmConstants.TITLE + localeName, "")); + } + } + //TODO doHelp + } + + /* (non-Javadoc) * @see javax.portlet.GenericPortlet#doView(javax.portlet.RenderRequest, javax.portlet.RenderResponse) */ protected void doView(RenderRequest request, RenderResponse response) - throws PortletException, IOException - { + throws PortletException, IOException { response.setContentType("text/html"); Fragment fragment = getCurrentFragment(request); @@ -98,18 +133,13 @@ String language = currentLocale.getLanguage(); String country = currentLocale.getCountry(); String variant = currentLocale.getVariant(); - if (localeList.contains(language + "_" + country + "_" + variant)) - { + if (localeList.contains(language + "_" + country + "_" + variant)) { localeName = PALWcmConstants.LOCALE_SEPARETER + language + "_" + country + "_" + variant; - } - else if (localeList.contains(language + "_" + country)) - { + } else if (localeList.contains(language + "_" + country)) { localeName = PALWcmConstants.LOCALE_SEPARETER + language + "_" + country; - } - else if (localeList.contains(language)) - { + } else if (localeList.contains(language)) { localeName = PALWcmConstants.LOCALE_SEPARETER + language; } @@ -118,7 +148,7 @@ String content = getFragmentPreferenceValue(fragment, PALWcmConstants.CONTENT + localeName, ""); - response.setTitle(title); + request.setAttribute(PALWcmConstants.TITLE, title); request.setAttribute(PALWcmConstants.CONTENT, content); PortletRequestDispatcher rd = getPortletContext().getRequestDispatcher( @@ -130,44 +160,33 @@ * @see javax.portlet.GenericPortlet#doEdit(javax.portlet.RenderRequest, javax.portlet.RenderResponse) */ protected void doEdit(RenderRequest request, RenderResponse response) - throws PortletException, IOException - { + throws PortletException, IOException { response.setContentType("text/html"); String msg = request.getParameter(PALWcmConstants.MESSAGE); - if (msg != null) - { + if (msg != null) { request.setAttribute(PALWcmConstants.MESSAGE, msg); - } - else - { + } else { request.setAttribute(PALWcmConstants.MESSAGE, ""); } storeLoginStatus(request); String editType = request.getParameter(PALWcmConstants.EDIT_TYPE); - if (PALWcmConstants.CONTENT_EDIT_TYPE.equals(editType)) - { + if (PALWcmConstants.CONTENT_EDIT_TYPE.equals(editType)) { doContentEdit(request, response); - } - else if (PALWcmConstants.PREFERENCES_EDIT_TYPE.equals(editType)) - { + } else if (PALWcmConstants.PREFERENCES_EDIT_TYPE.equals(editType)) { doPreferencesEdit(request, response); - } - else - { + } else { doContentEdit(request, response); } } protected void doContentEdit(RenderRequest request, RenderResponse response) - throws PortletException, IOException - { + throws PortletException, IOException { String localeName = getEditLocaleName(request); String selectedLocale = localeName; - if (!localeName.equals("")) - { + if (!localeName.equals("")) { localeName = PALWcmConstants.LOCALE_SEPARETER + localeName; } @@ -194,27 +213,23 @@ } - protected String getEditLocaleName(PortletRequest request) - { + protected String getEditLocaleName(PortletRequest request) { PortletSession portletSession = request.getPortletSession(); Object locale = portletSession .getAttribute(PALWcmConstants.EDIT_LOCALE); - if (locale != null) - { + if (locale != null) { return locale.toString(); } return ""; } - protected void setEditLocaleName(PortletRequest request, String localeName) - { + protected void setEditLocaleName(PortletRequest request, String localeName) { PortletSession portletSession = request.getPortletSession(); portletSession.setAttribute(PALWcmConstants.EDIT_LOCALE, localeName); } protected void doPreferencesEdit(RenderRequest request, - RenderResponse response) throws PortletException, IOException - { + RenderResponse response) throws PortletException, IOException { Fragment fragment = getCurrentFragment(request); String fragmentId = fragment.getId(); @@ -228,16 +243,13 @@ } - private String getLocaleOptionString(Fragment fragment, String localeName) - { + private String getLocaleOptionString(Fragment fragment, String localeName) { List locales = getLocaleList(fragment); StringBuffer localesStr = new StringBuffer(); - for (Iterator ite = locales.iterator(); ite.hasNext();) - { + for (Iterator ite = locales.iterator(); ite.hasNext();) { String lc = ite.next().toString(); localesStr.append(""); @@ -245,8 +257,7 @@ return localesStr.toString(); } - private List getLocaleList(Fragment fragment) - { + private List getLocaleList(Fragment fragment) { List locales = new ArrayList(); // List preferences = fragment.getPreferences(); // for (Iterator ite = preferences.iterator(); ite.hasNext();) @@ -262,11 +273,9 @@ String localeNames = getFragmentPreferenceValue(fragment, PALWcmConstants.LOCALE_LIST, null); - if (localeNames != null) - { + if (localeNames != null) { StringTokenizer st = new StringTokenizer(localeNames, ","); - while (st.hasMoreTokens()) - { + while (st.hasMoreTokens()) { locales.add(st.nextToken()); } } @@ -277,46 +286,33 @@ * @see javax.portlet.Portlet#processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse) */ public void processAction(ActionRequest request, ActionResponse response) - throws PortletException, IOException - { - if (PortletMode.VIEW.equals(request.getPortletMode())) - { + throws PortletException, IOException { + if (PortletMode.VIEW.equals(request.getPortletMode())) { processView(request, response); - } - else if (PortletMode.EDIT.equals(request.getPortletMode())) - { + } else if (PortletMode.EDIT.equals(request.getPortletMode())) { processEdit(request, response); - } - else - { + } else { log.warn("Invalid action prcess."); } } protected void processView(ActionRequest request, ActionResponse response) - throws PortletException, IOException - { + throws PortletException, IOException { //nothing } protected void processEdit(ActionRequest request, ActionResponse response) - throws PortletException, IOException - { + throws PortletException, IOException { String editType = request.getParameter(PALWcmConstants.EDIT_TYPE); - if (PALWcmConstants.CONTENT_EDIT_TYPE.equals(editType)) - { + if (PALWcmConstants.CONTENT_EDIT_TYPE.equals(editType)) { processContentEdit(request, response); response.setRenderParameter(PALWcmConstants.EDIT_TYPE, PALWcmConstants.CONTENT_EDIT_TYPE); - } - else if (PALWcmConstants.PREFERENCES_EDIT_TYPE.equals(editType)) - { + } else if (PALWcmConstants.PREFERENCES_EDIT_TYPE.equals(editType)) { processPreferencesEdit(request, response); response.setRenderParameter(PALWcmConstants.EDIT_TYPE, PALWcmConstants.PREFERENCES_EDIT_TYPE); - } - else - { + } else { //TODO print error processContentEdit(request, response); response.setRenderParameter(PALWcmConstants.EDIT_TYPE, @@ -325,13 +321,11 @@ } protected void processContentEdit(ActionRequest request, - ActionResponse response) throws PortletException, IOException - { + ActionResponse response) throws PortletException, IOException { String localeName = request.getParameter(PALWcmConstants.EDIT_LOCALE); setEditLocaleName(request, localeName); String actionType = request.getParameter(PALWcmConstants.ACTION_TYPE); - if (PALWcmConstants.CHANGE_LOCALE.equals(actionType)) - { + if (PALWcmConstants.CHANGE_LOCALE.equals(actionType)) { // no save return; } @@ -340,12 +334,9 @@ String content = request.getParameter(PALWcmConstants.CONTENT); String fragmentId = request.getParameter(PALWcmConstants.FRAGMENT_ID); - if (localeName == null) - { + if (localeName == null) { localeName = ""; - } - else if (!localeName.equals("")) - { + } else if (!localeName.equals("")) { localeName = PALWcmConstants.LOCALE_SEPARETER + localeName; } @@ -359,21 +350,16 @@ setFragmentPreferenceValue(fragment, PALWcmConstants.CONTENT + localeName, content); - try - { + try { pageManager.updatePage(page); request.setAttribute(PALWcmConstants.MESSAGE, "Failed to update data. "); - } - catch (PageNotUpdatedException e) - { + } catch (PageNotUpdatedException e) { log.error("Failed to update data. ", e); //TODO i18n request.setAttribute(PALWcmConstants.MESSAGE, "Failed to update data. "); - } - catch (NodeException e) - { + } catch (NodeException e) { log.error("Failed to update data. ", e); //TODO i18n request.setAttribute(PALWcmConstants.MESSAGE, @@ -382,11 +368,9 @@ } protected void processPreferencesEdit(ActionRequest request, - ActionResponse response) throws PortletException, IOException - { + ActionResponse response) throws PortletException, IOException { String actionType = request.getParameter(PALWcmConstants.ACTION_TYPE); - if (PALWcmConstants.ADD_LOCALE.equals(actionType)) - { + if (PALWcmConstants.ADD_LOCALE.equals(actionType)) { // add locale String fragmentId = request .getParameter(PALWcmConstants.FRAGMENT_ID); @@ -397,8 +381,7 @@ String targetLocale = request .getParameter(PALWcmConstants.TARGET_LOCALE); - if (targetLocale == null || targetLocale.equals("")) - { + if (targetLocale == null || targetLocale.equals("")) { //TODO i18n request .setAttribute(PALWcmConstants.MESSAGE, @@ -407,8 +390,7 @@ } List locales = getLocaleList(fragment); - if (locales.contains(targetLocale)) - { + if (locales.contains(targetLocale)) { //TODO i18n request .setAttribute(PALWcmConstants.MESSAGE, @@ -420,10 +402,8 @@ Object[] objs = locales.toArray(); Arrays.sort(objs); StringBuffer localeNames = new StringBuffer(); - for (int i = 0; i < objs.length; i++) - { - if (i != 0) - { + for (int i = 0; i < objs.length; i++) { + if (i != 0) { localeNames.append(","); } localeNames.append(objs[i].toString()); @@ -431,30 +411,23 @@ setFragmentPreferenceValue(fragment, PALWcmConstants.LOCALE_LIST, localeNames.toString()); - try - { + try { pageManager.updatePage(page); //TODO i18n request.setAttribute(PALWcmConstants.MESSAGE, "Added the locale. "); - } - catch (PageNotUpdatedException e) - { + } catch (PageNotUpdatedException e) { log.error("Failed to add the locale. ", e); //TODO i18n request.setAttribute(PALWcmConstants.MESSAGE, "Failed to add the locale. "); - } - catch (NodeException e) - { + } catch (NodeException e) { log.error("Failed to add the locale. ", e); //TODO i18n request.setAttribute(PALWcmConstants.MESSAGE, "Failed to add the locale. "); } - } - else if (PALWcmConstants.DELETE_LOCALE.equals(actionType)) - { + } else if (PALWcmConstants.DELETE_LOCALE.equals(actionType)) { // delete locale String fragmentId = request .getParameter(PALWcmConstants.FRAGMENT_ID); @@ -465,8 +438,7 @@ String selectedLocale = request .getParameter(PALWcmConstants.SELECTED_LOCALE); - if (selectedLocale == null || selectedLocale.equals("")) - { + if (selectedLocale == null || selectedLocale.equals("")) { //TODO i18n request .setAttribute(PALWcmConstants.MESSAGE, @@ -475,8 +447,7 @@ } List locales = getLocaleList(fragment); - if (!locales.contains(selectedLocale)) - { + if (!locales.contains(selectedLocale)) { //TODO i18n request .setAttribute(PALWcmConstants.MESSAGE, @@ -487,10 +458,8 @@ locales.remove(selectedLocale); Object[] objs = locales.toArray(); StringBuffer localeNames = new StringBuffer(); - for (int i = 0; i < objs.length; i++) - { - if (i != 0) - { + for (int i = 0; i < objs.length; i++) { + if (i != 0) { localeNames.append(","); } localeNames.append(objs[i].toString()); @@ -502,22 +471,17 @@ removeFragmentPreferenceValue(fragment, PALWcmConstants.CONTENT + PALWcmConstants.LOCALE_SEPARETER + selectedLocale); - try - { + try { pageManager.updatePage(page); //TODO i18n request.setAttribute(PALWcmConstants.MESSAGE, "Deleted the locale. "); - } - catch (PageNotUpdatedException e) - { + } catch (PageNotUpdatedException e) { log.error("Failed to delete the locale. ", e); //TODO i18n request.setAttribute(PALWcmConstants.MESSAGE, "Failed to delete the locale. "); - } - catch (NodeException e) - { + } catch (NodeException e) { log.error("Failed to delete the locale. ", e); //TODO i18n request.setAttribute(PALWcmConstants.MESSAGE, @@ -526,39 +490,32 @@ } } - private String getPortalContextPath(PortletRequest request) - { + private String getPortalContextPath(PortletRequest request) { RequestContext requestContext = (RequestContext) request .getAttribute(PortalReservedParameters.REQUEST_CONTEXT_ATTRIBUTE); return requestContext.getRequest().getContextPath(); } - private ContentPage getCurrentPage(PortletRequest request) - { + private ContentPage getCurrentPage(PortletRequest request) { RequestContext requestContext = (RequestContext) request .getAttribute(PortalReservedParameters.REQUEST_CONTEXT_ATTRIBUTE); return requestContext.getPage(); } - private ContentFragment getCurrentFragment(RenderRequest request) - { + private ContentFragment getCurrentFragment(RenderRequest request) { return (ContentFragment) request .getAttribute(PortalReservedParameters.FRAGMENT_ATTRIBUTE); } private FragmentPreference getFragmentPreferenceByName(Fragment fragment, - String name) - { - if (name == null) - { + String name) { + if (name == null) { return null; } List preferences = fragment.getPreferences(); - for (Iterator ite = preferences.iterator(); ite.hasNext();) - { + for (Iterator ite = preferences.iterator(); ite.hasNext();) { FragmentPreference fp = (FragmentPreference) ite.next(); - if (fp.getName() != null && fp.getName().equals(name)) - { + if (fp.getName() != null && fp.getName().equals(name)) { return fp; } } @@ -566,11 +523,9 @@ } private void setFragmentPreferenceValue(Fragment fragment, String name, - String value) - { + String value) { FragmentPreference fp = getFragmentPreferenceByName(fragment, name); - if (fp == null) - { + if (fp == null) { fp = pageManager.newFragmentPreference(); fp.setName(name); fp.setReadOnly(false); @@ -578,27 +533,21 @@ list.add(StringEscapeUtils.escapeXml(value)); fp.setValueList(list); fragment.getPreferences().add(fp); - } - else - { + } else { fp.getValueList().set(0, StringEscapeUtils.escapeXml(value)); } } - private void removeFragmentPreferenceValue(Fragment fragment, String name) - { + private void removeFragmentPreferenceValue(Fragment fragment, String name) { FragmentPreference fp = getFragmentPreferenceByName(fragment, name); fragment.getPreferences().remove(fp); } private String getFragmentPreferenceValue(Fragment fragment, String name, - String defaultValue) - { + String defaultValue) { FragmentPreference fp = getFragmentPreferenceByName(fragment, name); - if (fp != null) - { - if (fp.getValueList().size() > 0) - { + if (fp != null) { + if (fp.getValueList().size() > 0) { return StringEscapeUtils.unescapeXml((String) fp.getValueList() .get(0)); } @@ -606,18 +555,15 @@ return defaultValue; } - protected void storeLoginStatus(PortletRequest request) - { + protected void storeLoginStatus(PortletRequest request) { PortletSession portletSession = request.getPortletSession(); - if (request.getRemoteUser() != null) - { + if (request.getRemoteUser() != null) { portletSession.setAttribute(PALWcmConstants.LOGIN_USER_NAME, request.getRemoteUser(), PortletSession.APPLICATION_SCOPE); - } - else - { + } else { portletSession.removeAttribute(PALWcmConstants.LOGIN_USER_NAME, PortletSession.APPLICATION_SCOPE); } } + } From svnnotify @ sourceforge.jp Mon Jun 11 13:05:18 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Mon, 11 Jun 2007 13:05:18 +0900 Subject: [pal-cvs 2453] [185] fixed typo. Message-ID: <20070611040518.7F77E2AC036@users.sourceforge.jp> Revision: 185 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=185 Author: shinsuke Date: 2007-06-11 13:05:18 +0900 (Mon, 11 Jun 2007) Log Message: ----------- fixed typo. Modified Paths: -------------- pal-admin/trunk/src/main/webapp/WEB-INF/template/userreg/email/html/ja/forgottenPasswdEmail.vm -------------- next part -------------- Modified: pal-admin/trunk/src/main/webapp/WEB-INF/template/userreg/email/html/ja/forgottenPasswdEmail.vm =================================================================== --- pal-admin/trunk/src/main/webapp/WEB-INF/template/userreg/email/html/ja/forgottenPasswdEmail.vm 2007-06-10 23:42:08 UTC (rev 184) +++ pal-admin/trunk/src/main/webapp/WEB-INF/template/userreg/email/html/ja/forgottenPasswdEmail.vm 2007-06-11 04:05:18 UTC (rev 185) @@ -9,7 +9,7 @@ $!{map.get("returnURL")} -もし、謝ってこのメールを受け取った場合や、パスワードを更新したくない場合は、 +もし、誤ってこのメールを受け取った場合や、パスワードを更新したくない場合は、 上のリンクをクリックしないでください。クリックしなければ、ご利用のアカウントで 現在のパスワードが保持されます。 From svnnotify @ sourceforge.jp Mon Jun 11 13:23:38 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Mon, 11 Jun 2007 13:23:38 +0900 Subject: [pal-cvs 2454] [186] sync up with j2 Message-ID: <20070611042338.5EC1A2AC014@users.sourceforge.jp> Revision: 186 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=186 Author: shinsuke Date: 2007-06-11 13:23:38 +0900 (Mon, 11 Jun 2007) Log Message: ----------- sync up with j2 Modified Paths: -------------- pal-portal/trunk/build.properties pal-portal/trunk/portal/patches/components/security/src/java/org/apache/jetspeed/security/spi/impl/DefaultUserSecurityHandler.java -------------- next part -------------- Modified: pal-portal/trunk/build.properties =================================================================== --- pal-portal/trunk/build.properties 2007-06-11 04:05:18 UTC (rev 185) +++ pal-portal/trunk/build.properties 2007-06-11 04:23:38 UTC (rev 186) @@ -63,7 +63,7 @@ org.apache.jetspeed.portal.currentVersion=${portal.version} # Jetspeed SVN revision -jetspeed2.revision=545568 +jetspeed2.revision=545987 # Dependencies for Jetspeed jetspeed.version=2.2-dev_pal-${portal.version} Modified: pal-portal/trunk/portal/patches/components/security/src/java/org/apache/jetspeed/security/spi/impl/DefaultUserSecurityHandler.java =================================================================== --- pal-portal/trunk/portal/patches/components/security/src/java/org/apache/jetspeed/security/spi/impl/DefaultUserSecurityHandler.java 2007-06-11 04:05:18 UTC (rev 185) +++ pal-portal/trunk/portal/patches/components/security/src/java/org/apache/jetspeed/security/spi/impl/DefaultUserSecurityHandler.java 2007-06-11 04:23:38 UTC (rev 186) @@ -1,8 +1,8 @@ Index: components/security/src/java/org/apache/jetspeed/security/spi/impl/DefaultUserSecurityHandler.java =================================================================== ---- components/security/src/java/org/apache/jetspeed/security/spi/impl/DefaultUserSecurityHandler.java (リビジョン 534972) +--- components/security/src/java/org/apache/jetspeed/security/spi/impl/DefaultUserSecurityHandler.java (リビジョン 545987) +++ components/security/src/java/org/apache/jetspeed/security/spi/impl/DefaultUserSecurityHandler.java (作業コピー) -@@ -89,6 +89,14 @@ +@@ -92,6 +92,14 @@ } /** From svnnotify @ sourceforge.jp Wed Jun 20 17:59:11 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 20 Jun 2007 17:59:11 +0900 Subject: [pal-cvs 2455] [187] sync up with j2 Message-ID: <20070620085911.BF7C52AC022@users.sourceforge.jp> Revision: 187 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=187 Author: shinsuke Date: 2007-06-20 17:59:11 +0900 (Wed, 20 Jun 2007) Log Message: ----------- sync up with j2 Modified Paths: -------------- pal-portal/trunk/build.properties pal-portal/trunk/portal/patches/project.properties -------------- next part -------------- Modified: pal-portal/trunk/build.properties =================================================================== --- pal-portal/trunk/build.properties 2007-06-11 04:23:38 UTC (rev 186) +++ pal-portal/trunk/build.properties 2007-06-20 08:59:11 UTC (rev 187) @@ -63,7 +63,7 @@ org.apache.jetspeed.portal.currentVersion=${portal.version} # Jetspeed SVN revision -jetspeed2.revision=545987 +jetspeed2.revision=548891 # Dependencies for Jetspeed jetspeed.version=2.2-dev_pal-${portal.version} Modified: pal-portal/trunk/portal/patches/project.properties =================================================================== --- pal-portal/trunk/portal/patches/project.properties 2007-06-11 04:23:38 UTC (rev 186) +++ pal-portal/trunk/portal/patches/project.properties 2007-06-20 08:59:11 UTC (rev 187) @@ -1,8 +1,8 @@ Index: project.properties =================================================================== ---- project.properties (リビジョン 545114) +--- project.properties (リビジョン 548891) +++ project.properties (作業コピー) -@@ -51,7 +51,7 @@ +@@ -52,7 +52,7 @@ derby.include=true maven.mode.online = true From svnnotify @ sourceforge.jp Thu Jun 21 13:37:54 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 21 Jun 2007 13:37:54 +0900 Subject: [pal-cvs 2456] [188] added user registration page for public portal. Message-ID: <20070621043754.16CAC2AC02D@users.sourceforge.jp> Revision: 188 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=188 Author: shinsuke Date: 2007-06-21 13:37:53 +0900 (Thu, 21 Jun 2007) Log Message: ----------- added user registration page for public portal. Modified Paths: -------------- pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml pal-admin/trunk/src/main/webapp/WEB-INF/portlet.xml Added Paths: ----------- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationCompletedPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistration.html pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html -------------- next part -------------- Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java 2007-06-20 08:59:11 UTC (rev 187) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java 2007-06-21 04:37:53 UTC (rev 188) @@ -19,6 +19,8 @@ import jp.sf.pal.admin.util.PortalComponentUtil; import jp.sf.pal.admin.util.UserRegistrationUtil; import jp.sf.pal.admin.web.registration.ForgottenPasswordPage; +import jp.sf.pal.admin.web.registration.PublicPortalRegistrationCompletedPage; +import jp.sf.pal.admin.web.registration.PublicPortalRegistrationPage; import jp.sf.pal.admin.web.registration.ResetPasswordPage; import jp.sf.pal.admin.web.registration.UserRegistrationPage; import jp.sf.pal.common.CommonException; @@ -58,18 +60,15 @@ public void register(UserRegistrationPage page) throws CommonException { - if (!UserRegistrationUtil - .getBoolean(PALAdminConstants.FORCE_GENERATED_PASSWORD)) + if (!UserRegistrationUtil.getBoolean(PALAdminConstants.FORCE_GENERATED_PASSWORD)) { if (page.getPassword() == null || page.getPassword().equals("")) { - throw new CommonException("error.lacking.password", - "The password is null."); + throw new CommonException("error.lacking.password", "The password is null."); } } - if (UserRegistrationUtil - .getBoolean(PALAdminConstants.FORCE_USE_EMAIL_AS_USERNAME)) + if (UserRegistrationUtil.getBoolean(PALAdminConstants.FORCE_USE_EMAIL_AS_USERNAME)) { // force user.name to be same as email page.setUserName(page.getUserBusinessInfoOnlineEmail()); @@ -87,20 +86,16 @@ if (userIdExistsFlag) { - throw new CommonException("error.userid_already_exists", - "The user id already exists."); + throw new CommonException("error.userid_already_exists", "The user id already exists."); } - if (UserRegistrationUtil - .getBoolean(PALAdminConstants.FORCE_UNIQUE_EMAIL)) + if (UserRegistrationUtil.getBoolean(PALAdminConstants.FORCE_UNIQUE_EMAIL)) { boolean emailExistsFlag = true; User user = null; try { - user = PortalComponentUtil.getPortalAdministration() - .lookupUserFromEmail( - page.getUserBusinessInfoOnlineEmail()); + user = PortalComponentUtil.getPortalAdministration().lookupUserFromEmail(page.getUserBusinessInfoOnlineEmail()); } catch (AdministrationEmailException e) { @@ -108,33 +103,28 @@ } if ((emailExistsFlag) || (user != null)) { - throw new CommonException("error.email_already_exists", - "The email already exists."); + throw new CommonException("error.email_already_exists", "The email already exists."); } } - if (UserRegistrationUtil - .getBoolean(PALAdminConstants.FORCE_GENERATED_PASSWORD)) + if (UserRegistrationUtil.getBoolean(PALAdminConstants.FORCE_GENERATED_PASSWORD)) { try { - String password = PortalComponentUtil.getPortalAdministration() - .generatePassword(); + String password = PortalComponentUtil.getPortalAdministration().generatePassword(); page.setPassword(password); } catch (Exception e) { - throw new CommonException("error.failed_to_add", - "Could not create password.", e); + throw new CommonException("error.failed_to_add", "Could not create password.", e); } } else { if (!page.getPassword().equals(page.getVerifyPassword())) { - throw new CommonException("error.two_passwords_do_not_match", - "Two passwords do not match."); + throw new CommonException("error.two_passwords_do_not_match", "Two passwords do not match."); } } @@ -143,24 +133,15 @@ try { - PortalComponentUtil.getPortalAdministration() - .registerUser( - page.getUserName(), - page.getPassword(), - UserRegistrationUtil - .getStringList(PALAdminConstants.ROLES), - UserRegistrationUtil - .getStringList(PALAdminConstants.GROUPS), - userInfo, // note use of only - // PLT.D values here. - UserRegistrationUtil - .getStringMap(PALAdminConstants.RULES), - null); // passing in null causes use of default + PortalComponentUtil.getPortalAdministration().registerUser(page.getUserName(), page.getPassword(), + UserRegistrationUtil.getStringList(PALAdminConstants.ROLES), + UserRegistrationUtil.getStringList(PALAdminConstants.GROUPS), userInfo, // note use of only + // PLT.D values here. + UserRegistrationUtil.getStringMap(PALAdminConstants.RULES), null); // passing in null causes use of default } catch (RegistrationException e) { - throw new CommonException("error.failed_to_add", - "Could not register a user.", e); + throw new CommonException("error.failed_to_add", "Could not register a user.", e); } // template @@ -168,9 +149,7 @@ if (templ == null) { - throw new CommonException( - "error.registration_completed_but_could_not_send", - "Email template is not available."); + throw new CommonException("error.registration_completed_but_could_not_send", "Email template is not available."); } if (UserRegistrationUtil.getBoolean(PALAdminConstants.SEND_MAIL)) @@ -183,43 +162,35 @@ try { PortalComponentUtil.getPortalAdministration().sendEmail( - (PortletConfig) page.getFacesContext() - .getExternalContext().getRequestMap().get( - "javax.portlet.PortletConfig"), - page.getUserBusinessInfoOnlineEmail(), - getUserRegistrationEmailSubject(page.getLabelHelper()), - templ, userInfo); + (PortletConfig) page.getFacesContext().getExternalContext().getRequestMap().get( + "javax.portlet.PortletConfig"), page.getUserBusinessInfoOnlineEmail(), + getUserRegistrationEmailSubject(page.getLabelHelper()), templ, userInfo); } catch (AdministrationEmailException e) { - throw new CommonException( - "error.registration_completed_but_could_not_send", - "Could not send a registration mail.", e); + throw new CommonException("error.registration_completed_but_could_not_send", "Could not send a registration mail.", + e); } } } - public void sendNewPassword(ForgottenPasswordPage page) - throws CommonException + public void sendNewPassword(ForgottenPasswordPage page) throws CommonException { User user = null; try { - user = PortalComponentUtil.getPortalAdministration() - .lookupUserFromEmail(page.getEmail()); + user = PortalComponentUtil.getPortalAdministration().lookupUserFromEmail(page.getEmail()); } catch (Exception e) { - throw new CommonException("forgotten.email_address_not_found", - "The email is not found..", e); + throw new CommonException("forgotten.email_address_not_found", "The email is not found..", e); } String userName = getUserName(user); - String newPassword = PortalComponentUtil.getPortalAdministration() - .generatePassword(); + String newPassword = PortalComponentUtil.getPortalAdministration().generatePassword(); Map userAttributes = new HashMap(); try @@ -238,15 +209,13 @@ } catch (BackingStoreException e) { - throw new CommonException("failed_to_send", - "Could not access preferences. ", e); + throw new CommonException("failed_to_send", "Could not access preferences. ", e); } String urlGUID = makeGUID(userName, newPassword); // special attributes - userAttributes.put(CTX_RETURN_URL, generateReturnURL(page - .getFacesContext(), urlGUID)); + userAttributes.put(CTX_RETURN_URL, generateReturnURL(page.getFacesContext(), urlGUID)); userAttributes.put(CTX_NEW_PASSWORD, newPassword); userAttributes.put(CTX_USER_NAME, userName); @@ -254,25 +223,18 @@ if (templ == null) { - throw new CommonException("failed_to_send", - "Email template is not available."); + throw new CommonException("failed_to_send", "Email template is not available."); } try { - PortalComponentUtil.getPortalAdministration() - .sendEmail( - (PortletConfig) page.getFacesContext() - .getExternalContext().getRequestMap().get( - "javax.portlet.PortletConfig"), - page.getEmail(), - getForgottenPasswordEmailSubject(page - .getLabelHelper()), templ, userAttributes); + PortalComponentUtil.getPortalAdministration().sendEmail( + (PortletConfig) page.getFacesContext().getExternalContext().getRequestMap().get("javax.portlet.PortletConfig"), + page.getEmail(), getForgottenPasswordEmailSubject(page.getLabelHelper()), templ, userAttributes); } catch (AdministrationEmailException e) { - throw new CommonException("failed_to_send", - "Could not send a mail.", e); + throw new CommonException("failed_to_send", "Could not send a mail.", e); } //TODO this is currently hacked with a hashmap... needs to move to either a DB table @@ -280,19 +242,16 @@ Map map = new HashMap(); map.put("user.name", userName); map.put("password", newPassword); - PortalComponentUtil.getPortalAdministration().putNewLoginInfo(urlGUID, - map); + PortalComponentUtil.getPortalAdministration().putNewLoginInfo(urlGUID, map); } public void updatePassword(ResetPasswordPage page) throws CommonException { - Map map = PortalComponentUtil.getPortalAdministration() - .getNewLoginInfo(page.getGuid()); + Map map = PortalComponentUtil.getPortalAdministration().getNewLoginInfo(page.getGuid()); if (map == null) { - throw new CommonException("forgotten.unable_to_update_pw", - "The login info is null. "); + throw new CommonException("forgotten.unable_to_update_pw", "The login info is null. "); } String userName = (String) map.get("user.name"); String newPassword = (String) map.get("password"); @@ -300,49 +259,39 @@ // Here's where a break should be. The following code should be put into the RETURN portlet try { - PortalComponentUtil.getUserManager().setPassword(userName, null, - newPassword); - PortalComponentUtil.getUserManager().setPasswordUpdateRequired( - userName, true); + PortalComponentUtil.getUserManager().setPassword(userName, null, newPassword); + PortalComponentUtil.getUserManager().setPasswordUpdateRequired(userName, true); } catch (SecurityException e) { - throw new CommonException("forgotten.unable_to_update_pw", - "Could not update a password.", e); + throw new CommonException("forgotten.unable_to_update_pw", "Could not update a password.", e); } // if we got here stuff is changed... removed the key from the map - PortalComponentUtil.getPortalAdministration().removeNewLoginInfo( - page.getGuid()); + PortalComponentUtil.getPortalAdministration().removeNewLoginInfo(page.getGuid()); } protected String getTemplatePath(FacesContext facesContext) { - JetspeedTemplateLocator templateLocator = UserRegistrationUtil - .getTemplateLocator(); - String templateLocation = UserRegistrationUtil - .getString(PALAdminConstants.EMAIL_TEMPLATE_LOCATION); - String templateName = UserRegistrationUtil - .getString(PALAdminConstants.EMAIL_TEMPLATE_NAME); + JetspeedTemplateLocator templateLocator = UserRegistrationUtil.getTemplateLocator(); + String templateLocation = UserRegistrationUtil.getString(PALAdminConstants.EMAIL_TEMPLATE_LOCATION); + String templateName = UserRegistrationUtil.getString(PALAdminConstants.EMAIL_TEMPLATE_NAME); if (templateLocator == null) { return templateLocation + PATH_SEPARATOR + templateName; } - RequestContext requestContext = (RequestContext) facesContext - .getExternalContext().getRequestMap().get( - PortalReservedParameters.REQUEST_CONTEXT_ATTRIBUTE); + RequestContext requestContext = (RequestContext) facesContext.getExternalContext().getRequestMap().get( + PortalReservedParameters.REQUEST_CONTEXT_ATTRIBUTE); Locale locale = facesContext.getViewRoot().getLocale(); try { - LocatorDescriptor locator = templateLocator - .createLocatorDescriptor("email"); + LocatorDescriptor locator = templateLocator.createLocatorDescriptor("email"); locator.setName(templateName); locator.setMediaType(requestContext.getMediaType()); locator.setLanguage(locale.getLanguage()); locator.setCountry(locale.getCountry()); - TemplateDescriptor template = templateLocator - .locateTemplate(locator); + TemplateDescriptor template = templateLocator.locateTemplate(locator); return template.getAppRelativePath(); } @@ -354,8 +303,7 @@ protected String getUserRegistrationEmailSubject(LabelHelper labelHelper) { - String emailSubject = labelHelper - .getLabelValue(EMAIL_SUBJECT_USER_REGISTRATION); + String emailSubject = labelHelper.getLabelValue(EMAIL_SUBJECT_USER_REGISTRATION); if (emailSubject == null) emailSubject = "Registration Confirmation"; return emailSubject; @@ -363,8 +311,7 @@ protected String getForgottenPasswordEmailSubject(LabelHelper labelHelper) { - String emailSubject = labelHelper - .getLabelValue(EMAIL_SUBJECT_FORGOTTEN_PASSWORD); + String emailSubject = labelHelper.getLabelValue(EMAIL_SUBJECT_FORGOTTEN_PASSWORD); if (emailSubject == null) emailSubject = "Password Notification"; return emailSubject; @@ -400,16 +347,11 @@ protected String generateReturnURL(FacesContext facesContext, String urlGUID) { - String fullPath = UserRegistrationUtil - .getString(PALAdminConstants.RETURN_PATH) - + "?guid=" + urlGUID; + String fullPath = UserRegistrationUtil.getString(PALAdminConstants.RETURN_PATH) + "?guid=" + urlGUID; // NOTE: getPortalURL will encode the fullPath for us - String url = PortalComponentUtil.getPortalAdministration() - .getPortalURL( - (PortletRequest) facesContext.getExternalContext() - .getRequest(), - (PortletResponse) facesContext.getExternalContext() - .getResponse(), fullPath); + String url = PortalComponentUtil.getPortalAdministration().getPortalURL( + (PortletRequest) facesContext.getExternalContext().getRequest(), + (PortletResponse) facesContext.getExternalContext().getResponse(), fullPath); return url; } @@ -419,8 +361,7 @@ if (page.getUserBusinessInfoOnlineEmail() != null) { - userInfo.put("user.business-info.online.email", page - .getUserBusinessInfoOnlineEmail()); + userInfo.put("user.business-info.online.email", page.getUserBusinessInfoOnlineEmail()); } if (page.getUserName() != null) { @@ -472,290 +413,270 @@ } if (page.getUserHomeInfoPostalName() != null) { - userInfo.put("user.home-info.postal.name", page - .getUserHomeInfoPostalName()); + userInfo.put("user.home-info.postal.name", page.getUserHomeInfoPostalName()); } if (page.getUserHomeInfoPostalStreet() != null) { - userInfo.put("user.home-info.postal.street", page - .getUserHomeInfoPostalStreet()); + userInfo.put("user.home-info.postal.street", page.getUserHomeInfoPostalStreet()); } if (page.getUserHomeInfoPostalCity() != null) { - userInfo.put("user.home-info.postal.city", page - .getUserHomeInfoPostalCity()); + userInfo.put("user.home-info.postal.city", page.getUserHomeInfoPostalCity()); } if (page.getUserHomeInfoPostalStateprov() != null) { - userInfo.put("user.home-info.postal.stateprov", page - .getUserHomeInfoPostalStateprov()); + userInfo.put("user.home-info.postal.stateprov", page.getUserHomeInfoPostalStateprov()); } if (page.getUserHomeInfoPostalPostalcode() != null) { - userInfo.put("user.home-info.postal.postalcode", page - .getUserHomeInfoPostalPostalcode()); + userInfo.put("user.home-info.postal.postalcode", page.getUserHomeInfoPostalPostalcode()); } if (page.getUserHomeInfoPostalCountry() != null) { - userInfo.put("user.home-info.postal.country", page - .getUserHomeInfoPostalCountry()); + userInfo.put("user.home-info.postal.country", page.getUserHomeInfoPostalCountry()); } if (page.getUserHomeInfoPostalOrganization() != null) { - userInfo.put("user.home-info.postal.organization", page - .getUserHomeInfoPostalOrganization()); + userInfo.put("user.home-info.postal.organization", page.getUserHomeInfoPostalOrganization()); } if (page.getUserHomeInfoTelecomTelephoneIntcode() != null) { - userInfo.put("user.home-info.telecom.telephone.intcode", page - .getUserHomeInfoTelecomTelephoneIntcode()); + userInfo.put("user.home-info.telecom.telephone.intcode", page.getUserHomeInfoTelecomTelephoneIntcode()); } if (page.getUserHomeInfoTelecomTelephoneLoccode() != null) { - userInfo.put("user.home-info.telecom.telephone.loccode", page - .getUserHomeInfoTelecomTelephoneLoccode()); + userInfo.put("user.home-info.telecom.telephone.loccode", page.getUserHomeInfoTelecomTelephoneLoccode()); } if (page.getUserHomeInfoTelecomTelephoneNumber() != null) { - userInfo.put("user.home-info.telecom.telephone.number", page - .getUserHomeInfoTelecomTelephoneNumber()); + userInfo.put("user.home-info.telecom.telephone.number", page.getUserHomeInfoTelecomTelephoneNumber()); } if (page.getUserHomeInfoTelecomTelephoneExt() != null) { - userInfo.put("user.home-info.telecom.telephone.ext", page - .getUserHomeInfoTelecomTelephoneExt()); + userInfo.put("user.home-info.telecom.telephone.ext", page.getUserHomeInfoTelecomTelephoneExt()); } if (page.getUserHomeInfoTelecomTelephoneComment() != null) { - userInfo.put("user.home-info.telecom.telephone.comment", page - .getUserHomeInfoTelecomTelephoneComment()); + userInfo.put("user.home-info.telecom.telephone.comment", page.getUserHomeInfoTelecomTelephoneComment()); } if (page.getUserHomeInfoTelecomFaxIntcode() != null) { - userInfo.put("user.home-info.telecom.fax.intcode", page - .getUserHomeInfoTelecomFaxIntcode()); + userInfo.put("user.home-info.telecom.fax.intcode", page.getUserHomeInfoTelecomFaxIntcode()); } if (page.getUserHomeInfoTelecomFaxLoccode() != null) { - userInfo.put("user.home-info.telecom.fax.loccode", page - .getUserHomeInfoTelecomFaxLoccode()); + userInfo.put("user.home-info.telecom.fax.loccode", page.getUserHomeInfoTelecomFaxLoccode()); } if (page.getUserHomeInfoTelecomFaxNumber() != null) { - userInfo.put("user.home-info.telecom.fax.number", page - .getUserHomeInfoTelecomFaxNumber()); + userInfo.put("user.home-info.telecom.fax.number", page.getUserHomeInfoTelecomFaxNumber()); } if (page.getUserHomeInfoTelecomFaxExt() != null) { - userInfo.put("user.home-info.telecom.fax.ext", page - .getUserHomeInfoTelecomFaxExt()); + userInfo.put("user.home-info.telecom.fax.ext", page.getUserHomeInfoTelecomFaxExt()); } if (page.getUserHomeInfoTelecomFaxComment() != null) { - userInfo.put("user.home-info.telecom.fax.comment", page - .getUserHomeInfoTelecomFaxComment()); + userInfo.put("user.home-info.telecom.fax.comment", page.getUserHomeInfoTelecomFaxComment()); } if (page.getUserHomeInfoTelecomMobileIntcode() != null) { - userInfo.put("user.home-info.telecom.mobile.intcode", page - .getUserHomeInfoTelecomMobileIntcode()); + userInfo.put("user.home-info.telecom.mobile.intcode", page.getUserHomeInfoTelecomMobileIntcode()); } if (page.getUserHomeInfoTelecomMobileLoccode() != null) { - userInfo.put("user.home-info.telecom.mobile.loccode", page - .getUserHomeInfoTelecomMobileLoccode()); + userInfo.put("user.home-info.telecom.mobile.loccode", page.getUserHomeInfoTelecomMobileLoccode()); } if (page.getUserHomeInfoTelecomMobileNumber() != null) { - userInfo.put("user.home-info.telecom.mobile.number", page - .getUserHomeInfoTelecomMobileNumber()); + userInfo.put("user.home-info.telecom.mobile.number", page.getUserHomeInfoTelecomMobileNumber()); } if (page.getUserHomeInfoTelecomMobileExt() != null) { - userInfo.put("user.home-info.telecom.mobile.ext", page - .getUserHomeInfoTelecomMobileExt()); + userInfo.put("user.home-info.telecom.mobile.ext", page.getUserHomeInfoTelecomMobileExt()); } if (page.getUserHomeInfoTelecomMobileComment() != null) { - userInfo.put("user.home-info.telecom.mobile.comment", page - .getUserHomeInfoTelecomMobileComment()); + userInfo.put("user.home-info.telecom.mobile.comment", page.getUserHomeInfoTelecomMobileComment()); } if (page.getUserHomeInfoTelecomPagerIntcode() != null) { - userInfo.put("user.home-info.telecom.pager.intcode", page - .getUserHomeInfoTelecomPagerIntcode()); + userInfo.put("user.home-info.telecom.pager.intcode", page.getUserHomeInfoTelecomPagerIntcode()); } if (page.getUserHomeInfoTelecomPagerLoccode() != null) { - userInfo.put("user.home-info.telecom.pager.loccode", page - .getUserHomeInfoTelecomPagerLoccode()); + userInfo.put("user.home-info.telecom.pager.loccode", page.getUserHomeInfoTelecomPagerLoccode()); } if (page.getUserHomeInfoTelecomPagerNumber() != null) { - userInfo.put("user.home-info.telecom.pager.number", page - .getUserHomeInfoTelecomPagerNumber()); + userInfo.put("user.home-info.telecom.pager.number", page.getUserHomeInfoTelecomPagerNumber()); } if (page.getUserHomeInfoTelecomPagerExt() != null) { - userInfo.put("user.home-info.telecom.pager.ext", page - .getUserHomeInfoTelecomPagerExt()); + userInfo.put("user.home-info.telecom.pager.ext", page.getUserHomeInfoTelecomPagerExt()); } if (page.getUserHomeInfoTelecomPagerComment() != null) { - userInfo.put("user.home-info.telecom.pager.comment", page - .getUserHomeInfoTelecomPagerComment()); + userInfo.put("user.home-info.telecom.pager.comment", page.getUserHomeInfoTelecomPagerComment()); } if (page.getUserHomeInfoOnlineEmail() != null) { - userInfo.put("user.home-info.online.email", page - .getUserHomeInfoOnlineEmail()); + userInfo.put("user.home-info.online.email", page.getUserHomeInfoOnlineEmail()); } if (page.getUserHomeInfoOnlineUri() != null) { - userInfo.put("user.home-info.online.uri", page - .getUserHomeInfoOnlineUri()); + userInfo.put("user.home-info.online.uri", page.getUserHomeInfoOnlineUri()); } if (page.getUserBusinessInfoPostalName() != null) { - userInfo.put("user.business-info.postal.name", page - .getUserBusinessInfoPostalName()); + userInfo.put("user.business-info.postal.name", page.getUserBusinessInfoPostalName()); } if (page.getUserBusinessInfoPostalStreet() != null) { - userInfo.put("user.business-info.postal.street", page - .getUserBusinessInfoPostalStreet()); + userInfo.put("user.business-info.postal.street", page.getUserBusinessInfoPostalStreet()); } if (page.getUserBusinessInfoPostalCity() != null) { - userInfo.put("user.business-info.postal.city", page - .getUserBusinessInfoPostalCity()); + userInfo.put("user.business-info.postal.city", page.getUserBusinessInfoPostalCity()); } if (page.getUserBusinessInfoPostalStateprov() != null) { - userInfo.put("user.business-info.postal.stateprov", page - .getUserBusinessInfoPostalStateprov()); + userInfo.put("user.business-info.postal.stateprov", page.getUserBusinessInfoPostalStateprov()); } if (page.getUserBusinessInfoPostalPostalcode() != null) { - userInfo.put("user.business-info.postal.postalcode", page - .getUserBusinessInfoPostalPostalcode()); + userInfo.put("user.business-info.postal.postalcode", page.getUserBusinessInfoPostalPostalcode()); } if (page.getUserBusinessInfoPostalCountry() != null) { - userInfo.put("user.business-info.postal.country", page - .getUserBusinessInfoPostalCountry()); + userInfo.put("user.business-info.postal.country", page.getUserBusinessInfoPostalCountry()); } if (page.getUserBusinessInfoPostalOrganization() != null) { - userInfo.put("user.business-info.postal.organization", page - .getUserBusinessInfoPostalOrganization()); + userInfo.put("user.business-info.postal.organization", page.getUserBusinessInfoPostalOrganization()); } if (page.getUserBusinessInfoTelecomTelephoneIntcode() != null) { - userInfo.put("user.business-info.telecom.telephone.intcode", page - .getUserBusinessInfoTelecomTelephoneIntcode()); + userInfo.put("user.business-info.telecom.telephone.intcode", page.getUserBusinessInfoTelecomTelephoneIntcode()); } if (page.getUserBusinessInfoTelecomTelephoneLoccode() != null) { - userInfo.put("user.business-info.telecom.telephone.loccode", page - .getUserBusinessInfoTelecomTelephoneLoccode()); + userInfo.put("user.business-info.telecom.telephone.loccode", page.getUserBusinessInfoTelecomTelephoneLoccode()); } if (page.getUserBusinessInfoTelecomTelephoneNumber() != null) { - userInfo.put("user.business-info.telecom.telephone.number", page - .getUserBusinessInfoTelecomTelephoneNumber()); + userInfo.put("user.business-info.telecom.telephone.number", page.getUserBusinessInfoTelecomTelephoneNumber()); } if (page.getUserBusinessInfoTelecomTelephoneExt() != null) { - userInfo.put("user.business-info.telecom.telephone.ext", page - .getUserBusinessInfoTelecomTelephoneExt()); + userInfo.put("user.business-info.telecom.telephone.ext", page.getUserBusinessInfoTelecomTelephoneExt()); } if (page.getUserBusinessInfoTelecomTelephoneComment() != null) { - userInfo.put("user.business-info.telecom.telephone.comment", page - .getUserBusinessInfoTelecomTelephoneComment()); + userInfo.put("user.business-info.telecom.telephone.comment", page.getUserBusinessInfoTelecomTelephoneComment()); } if (page.getUserBusinessInfoTelecomFaxIntcode() != null) { - userInfo.put("user.business-info.telecom.fax.intcode", page - .getUserBusinessInfoTelecomFaxIntcode()); + userInfo.put("user.business-info.telecom.fax.intcode", page.getUserBusinessInfoTelecomFaxIntcode()); } if (page.getUserBusinessInfoTelecomFaxLoccode() != null) { - userInfo.put("user.business-info.telecom.fax.loccode", page - .getUserBusinessInfoTelecomFaxLoccode()); + userInfo.put("user.business-info.telecom.fax.loccode", page.getUserBusinessInfoTelecomFaxLoccode()); } if (page.getUserBusinessInfoTelecomFaxNumber() != null) { - userInfo.put("user.business-info.telecom.fax.number", page - .getUserBusinessInfoTelecomFaxNumber()); + userInfo.put("user.business-info.telecom.fax.number", page.getUserBusinessInfoTelecomFaxNumber()); } if (page.getUserBusinessInfoTelecomFaxExt() != null) { - userInfo.put("user.business-info.telecom.fax.ext", page - .getUserBusinessInfoTelecomFaxExt()); + userInfo.put("user.business-info.telecom.fax.ext", page.getUserBusinessInfoTelecomFaxExt()); } if (page.getUserBusinessInfoTelecomFaxComment() != null) { - userInfo.put("user.business-info.telecom.fax.comment", page - .getUserBusinessInfoTelecomFaxComment()); + userInfo.put("user.business-info.telecom.fax.comment", page.getUserBusinessInfoTelecomFaxComment()); } if (page.getUserBusinessInfoTelecomMobileIntcode() != null) { - userInfo.put("user.business-info.telecom.mobile.intcode", page - .getUserBusinessInfoTelecomMobileIntcode()); + userInfo.put("user.business-info.telecom.mobile.intcode", page.getUserBusinessInfoTelecomMobileIntcode()); } if (page.getUserBusinessInfoTelecomMobileLoccode() != null) { - userInfo.put("user.business-info.telecom.mobile.loccode", page - .getUserBusinessInfoTelecomMobileLoccode()); + userInfo.put("user.business-info.telecom.mobile.loccode", page.getUserBusinessInfoTelecomMobileLoccode()); } if (page.getUserBusinessInfoTelecomMobileNumber() != null) { - userInfo.put("user.business-info.telecom.mobile.number", page - .getUserBusinessInfoTelecomMobileNumber()); + userInfo.put("user.business-info.telecom.mobile.number", page.getUserBusinessInfoTelecomMobileNumber()); } if (page.getUserBusinessInfoTelecomMobileExt() != null) { - userInfo.put("user.business-info.telecom.mobile.ext", page - .getUserBusinessInfoTelecomMobileExt()); + userInfo.put("user.business-info.telecom.mobile.ext", page.getUserBusinessInfoTelecomMobileExt()); } if (page.getUserBusinessInfoTelecomMobileComment() != null) { - userInfo.put("user.business-info.telecom.mobile.comment", page - .getUserBusinessInfoTelecomMobileComment()); + userInfo.put("user.business-info.telecom.mobile.comment", page.getUserBusinessInfoTelecomMobileComment()); } if (page.getUserBusinessInfoTelecomPagerIntcode() != null) { - userInfo.put("user.business-info.telecom.pager.intcode", page - .getUserBusinessInfoTelecomPagerIntcode()); + userInfo.put("user.business-info.telecom.pager.intcode", page.getUserBusinessInfoTelecomPagerIntcode()); } if (page.getUserBusinessInfoTelecomPagerLoccode() != null) { - userInfo.put("user.business-info.telecom.pager.loccode", page - .getUserBusinessInfoTelecomPagerLoccode()); + userInfo.put("user.business-info.telecom.pager.loccode", page.getUserBusinessInfoTelecomPagerLoccode()); } if (page.getUserBusinessInfoTelecomPagerNumber() != null) { - userInfo.put("user.business-info.telecom.pager.number", page - .getUserBusinessInfoTelecomPagerNumber()); + userInfo.put("user.business-info.telecom.pager.number", page.getUserBusinessInfoTelecomPagerNumber()); } if (page.getUserBusinessInfoTelecomPagerExt() != null) { - userInfo.put("user.business-info.telecom.pager.ext", page - .getUserBusinessInfoTelecomPagerExt()); + userInfo.put("user.business-info.telecom.pager.ext", page.getUserBusinessInfoTelecomPagerExt()); } if (page.getUserBusinessInfoTelecomPagerComment() != null) { - userInfo.put("user.business-info.telecom.pager.comment", page - .getUserBusinessInfoTelecomPagerComment()); + userInfo.put("user.business-info.telecom.pager.comment", page.getUserBusinessInfoTelecomPagerComment()); } if (page.getUserBusinessInfoOnlineUri() != null) { - userInfo.put("user.business-info.online.uri", page - .getUserBusinessInfoOnlineUri()); + userInfo.put("user.business-info.online.uri", page.getUserBusinessInfoOnlineUri()); } + if (page instanceof PublicPortalRegistrationPage) + { + PublicPortalRegistrationPage p = (PublicPortalRegistrationPage) page; + if (p.getUserBdateYear() != null) + { + userInfo.put("user.bdate.year", p.getUserBdateYear().toString()); + } + if (p.getUserBdateMonth() != null) + { + userInfo.put("user.bdate.month", p.getUserBdateMonth().toString()); + } + if (p.getUserBdateDate() != null) + { + userInfo.put("user.bdate.date", p.getUserBdateDate().toString()); + } + if (p.getUserIndustry() != null) + { + userInfo.put("user.industry", p.getUserIndustry()); + } + if (p.getUserSecretQuestion() != null) + { + userInfo.put("user.secret.question", p.getUserSecretQuestion()); + } + if (p.getUserSecretAnswer() != null) + { + userInfo.put("user.secret.answer", p.getUserSecretAnswer()); + } + if (p.getUserNameGivenYomi() != null) + { + userInfo.put("user.name.given.yomi", p.getUserNameGivenYomi()); + } + if (p.getUserNameFamilyYomi() != null) + { + userInfo.put("user.name.family.yomi", p.getUserNameFamilyYomi()); + } + + } return userInfo; } } Added: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationCompletedPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationCompletedPage.java 2007-06-20 08:59:11 UTC (rev 187) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationCompletedPage.java 2007-06-21 04:37:53 UTC (rev 188) @@ -0,0 +1,16 @@ +package jp.sf.pal.admin.web.registration; + +public class PublicPortalRegistrationCompletedPage +{ + + public String initialize() + { + return null; + } + + public String prerender() + { + return null; + } + +} Property changes on: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationCompletedPage.java ___________________________________________________________________ Name: svn:eol-style + native Added: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java 2007-06-20 08:59:11 UTC (rev 187) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java 2007-06-21 04:37:53 UTC (rev 188) @@ -0,0 +1,239 @@ +package jp.sf.pal.admin.web.registration; + +import java.io.Serializable; + +import javax.faces.internal.FacesMessageUtil; + +import org.seasar.framework.log.Logger; +import org.seasar.teeda.extension.annotation.validator.Length; + +import jp.sf.pal.admin.PALAdminConstants; +import jp.sf.pal.admin.util.UserRegistrationUtil; +import jp.sf.pal.common.CommonException; + +public class PublicPortalRegistrationPage extends UserRegistrationPage implements Serializable +{ + + /** + * + */ + private static final long serialVersionUID = 8681176430915097393L; + + /** + * Logger for this class + */ + private static final Logger logger = Logger.getLogger(PublicPortalRegistrationPage.class); + + public static final String userName_TRequiredValidator = null; + + public static final String userName_lengthValidator = "minimum=6, maximum=32"; + + public static final String userNameFamily_TRequiredValidator = null; + + public static final String userNameFamily_lengthValidator = " maximum=30"; + + public static final String userNameGiven_TRequiredValidator = null; + + public static final String userNameGiven_lengthValidator = "maximum=30"; + + public static final String userNameFamilyYomi_TRequiredValidator = null; + + public static final String userNameFamilyYomi_lengthValidator = " maximum=30"; + + public static final String userNameGivenYomi_TRequiredValidator = null; + + public static final String userNameGivenYomi_lengthValidator = "maximum=30"; + + public static final String userHomeInfoPostalPostalcode_TRequiredValidator = null; + + public static final String userHomeInfoPostalPostalcode_lengthValidator = "maximum=8"; + + public static final String userGender_TRequiredValidator = null; + + public static final String userBdateYear_TRequiredValidator = null; + + public static final String userBdateYear_TNumberLengthValidator = "integralMax=4"; + + public static final String userBdateMonth_TRequiredValidator = null; + + public static final String userBdateMonth_TNumberLengthValidator = "integralMax=2"; + + public static final String userBdateDate_TRequiredValidator = null; + + public static final String userBdateDate_TNumberLengthValidator = "integralMax=2"; + + public static final String userBusinessInfoOnlineEmail_TRequiredValidator = null; + + public static final String userIndustry_TRequiredValidator = null; + + public static final String userJobtitle_TRequiredValidator = null; + + public static final String userSecretQuestion_TRequiredValidator = null; + + public static final String userSecretQuestion_lengthValidator = "maximum=100"; + + public static final String userSecretAnswer_TRequiredValidator = null; + + public static final String userSecretAnswer_lengthValidator = "maximum=100"; + + private String userNameFamilyYomi; + + private String userNameGivenYomi; + + private String termOfService; + + private Integer userBdateDate; + + private Integer userBdateMonth; + + private Integer userBdateYear; + + private String userIndustry; + + private String userSecretAnswer; + + private String userSecretQuestion; + + public String getTermOfService() + { + return termOfService; + } + + public void setTermOfService(String termOfService) + { + this.termOfService = termOfService; + } + + public Integer getUserBdateDate() + { + return userBdateDate; + } + + public void setUserBdateDate(Integer userBdateDate) + { + this.userBdateDate = userBdateDate; + } + + public Integer getUserBdateMonth() + { + return userBdateMonth; + } + + public void setUserBdateMonth(Integer userBdateMonth) + { + this.userBdateMonth = userBdateMonth; + } + + public Integer getUserBdateYear() + { + return userBdateYear; + } + + public void setUserBdateYear(Integer userBdateYear) + { + this.userBdateYear = userBdateYear; + } + + public String getUserIndustry() + { + return userIndustry; + } + + public void setUserIndustry(String userIndustry) + { + this.userIndustry = userIndustry; + } + + public String getUserSecretAnswer() + { + return userSecretAnswer; + } + + public void setUserSecretAnswer(String userSecretAnswer) + { + this.userSecretAnswer = userSecretAnswer; + } + + public String getUserSecretQuestion() + { + return userSecretQuestion; + } + + public void setUserSecretQuestion(String userSecretQuestion) + { + this.userSecretQuestion = userSecretQuestion; + } + + public Class doFinish() + { + if (getUserBusinessInfoOnlineEmail() != null) + { + setUserHomeInfoOnlineEmail(getUserBusinessInfoOnlineEmail()); + } + + try + { + getUserRegistrationService().register(this); + if (UserRegistrationUtil.getBoolean(PALAdminConstants.SEND_MAIL)) + { + FacesMessageUtil.addInfoMessage("success.check_your_email"); + return PublicPortalRegistrationCompletedPage.class; + } + else + { + FacesMessageUtil.addInfoMessage("success.login_above"); + } + } + catch (CommonException e) + { + FacesMessageUtil.addErrorMessage(e.getMessageId()); + logger.log("EPA0001", new Object[] { this.toString() }, e); + + } + + return null; + } + + public String initialize() + { + return null; + } + + public String prerender() + { + return null; + } + + /** + * @return the userNameFamilyYomi + */ + public String getUserNameFamilyYomi() + { + return userNameFamilyYomi; + } + + /** + * @param userNameFamilyYomi the userNameFamilyYomi to set + */ + public void setUserNameFamilyYomi(String userNameFamilyYomi) + { + this.userNameFamilyYomi = userNameFamilyYomi; + } + + /** + * @return the userNameGivenYomi + */ + public String getUserNameGivenYomi() + { + return userNameGivenYomi; + } + + /** + * @param userNameGivenYomi the userNameGivenYomi to set + */ + public void setUserNameGivenYomi(String userNameGivenYomi) + { + this.userNameGivenYomi = userNameGivenYomi; + } + +} Property changes on: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java ___________________________________________________________________ Name: svn:eol-style + native Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java 2007-06-20 08:59:11 UTC (rev 187) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java 2007-06-21 04:37:53 UTC (rev 188) @@ -1083,7 +1083,7 @@ } @TakeOver(type = TakeOverType.NEVER) - public String doFinish() + public Class doFinish() { try { Modified: pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties =================================================================== --- pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties 2007-06-20 08:59:11 UTC (rev 187) +++ pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties 2007-06-21 04:37:53 UTC (rev 188) @@ -82,3 +82,81 @@ RequestNewPassword=Request New Password SignUp=Sign Up +# Public Portal Registration +publicPortalRegistration.requiredDescription=\u304c\u3064\u3044\u3066\u3044\u308b\u9805\u76ee\u306f\u304b\u306a\u3089\u305a\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalRegistration.userIdTitle=\u30e6\u30fc\u30b6\u30fc ID \u306e\u5165\u529b +publicPortalRegistration.typeUserId=\u3054\u5e0c\u671b\u306e\u30e6\u30fc\u30b6\u30fc ID \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalRegistration.userId=\u30e6\u30fc\u30b6\u30fc ID +publicPortalRegistration.userIdCondition=\uff086\u301c32\u5b57\u306e\u534a\u89d2\u82f1\u6570\u5b57\uff09 +publicPortalRegistration.userIdExample=\uff08\u4f8b\uff1ahoge2000\u3001foo777\u306a\u3069\uff09 +publicPortalRegistration.userIdHint=\u30e6\u30fc\u30b6\u30fc ID \u306b\u95a2\u3059\u308b\u30d2\u30f3\u30c8 +publicPortalRegistration.userIdBeginWithAlphabet=\u6700\u521d\u306e\u6587\u5b57\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8 +publicPortalRegistration.underscoreAvailable=\u8a18\u53f7\u306f\u3001\u30a2\u30f3\u30c0\u30fc\u30d0\u30fc\uff08 _ \uff09\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059 +publicPortalRegistration.userInfoTitle=\u304a\u5ba2\u69d8\u60c5\u5831\u306e\u5165\u529b +publicPortalRegistration.typeUserInfo=\u30e6\u30fc\u30b6\u30fc ID \u3084\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u306e\u5834\u5408\u306b\u3001\u4ee5\u4e0b\u306e\u60c5\u5831\u3092\u5143\u306b\u672c\u4eba\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059\u3002\u6b63\u78ba\u306b\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalRegistration.userHomeInfoPostalPostalcode=\u90f5\u4fbf\u756a\u53f7 +publicPortalRegistration.userHomeInfoPostalPostalcodeCondition=\uff08\u534a\u89d2\u6570\u5b57\uff17\u6841\uff09 +publicPortalRegistration.userHomeInfoPostalPostalcodeExample=\uff08\u4f8b\uff1a123-0001\u30011230001\uff09 +publicPortalRegistration.userGender=\u6027\u5225 +publicPortalRegistration.male=\u7537\u6027 +publicPortalRegistration.female=\u5973\u6027 +publicPortalRegistration.userBdate=\u751f\u5e74\u6708\u65e5 +publicPortalRegistration.userBdateYear=\u5e74 +publicPortalRegistration.userBdateMonth=\u6708 +publicPortalRegistration.userBdateDate=\u65e5 +publicPortalRegistration.userBusinessInfoOnlineEmail=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 +publicPortalRegistration.userBusinessInfoOnlineEmailCondition=\uff08\u534a\u89d2\uff09 +publicPortalRegistration.userIndustry=\u696d\u7a2e +publicPortalRegistration.ComputerInternet=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u7ba1\u7406/\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\uff09 +publicPortalRegistration.ComputerHardware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u30cf\u30fc\u30c9\u30a6\u30a8\u30a2\uff09 +publicPortalRegistration.ComputerSoftware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u30bd\u30d5\u30c8\u30a6\u30a8\u30a2\uff09 +publicPortalRegistration.Research=\u6559\u80b2/\u7814\u7a76 +publicPortalRegistration.Engineering=\u30a8\u30f3\u30b8\u30cb\u30a2/\u5efa\u7bc9 +publicPortalRegistration.Finance=\u9280\u884c/\u91d1\u878d/\u4e0d\u52d5\u7523 +publicPortalRegistration.Manufacturing=\u88fd\u9020/\u6d41\u901a +publicPortalRegistration.Service=\u30b5\u30fc\u30d3\u30b9 +publicPortalRegistration.Healthcare=\u533b\u85ac/\u5065\u5eb7 +publicPortalRegistration.Publication=\u5a2f\u697d/\u30e1\u30c7\u30a3\u30a2/\u51fa\u7248 +publicPortalRegistration.Travel=\u65c5\u884c/\u63a5\u5ba2\u696d +publicPortalRegistration.Retail=\u5c0f\u58f2/\u5378\u58f2 +publicPortalRegistration.Nonprofit=\u975e\u55b6\u5229\u56e3\u4f53 +publicPortalRegistration.Government=\u653f\u5e9c/\u81ea\u6cbb\u4f53 +publicPortalRegistration.Law=\u6cd5\u5f8b +publicPortalRegistration.unemployedLabel=\u7121\u8077 +publicPortalRegistration.otherLabel=\u305d\u306e\u4ed6 +publicPortalRegistration.userJobtitle=\u8077\u7a2e +publicPortalRegistration.Officer=\u5f79\u54e1/\u7ba1\u7406\u8077 +publicPortalRegistration.Specialist=\u5c02\u9580\u8077\uff08\u533b\u5e2b\u3001\u5f01\u8b77\u58eb\u7b49\uff09 +publicPortalRegistration.Teacher=\u6559\u54e1 +publicPortalRegistration.ComputerEngineer=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u9023\u6280\u8853\u8005 +publicPortalRegistration.Engineer=\u305d\u306e\u4ed6\u6280\u8853\u8005 +publicPortalRegistration.Support=\u30b5\u30fc\u30d3\u30b9/\u30ab\u30b9\u30bf\u30de\u30fc\u30b5\u30dd\u30fc\u30c8 +publicPortalRegistration.Administrative=\u4e8b\u52d9\u8077 +publicPortalRegistration.Sales=\u55b6\u696d/\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0 +publicPortalRegistration.Salesclerk=\u8ca9\u58f2\u54e1 +publicPortalRegistration.Student=\u5927\u5b66\u751f/\u5927\u5b66\u9662\u751f +publicPortalRegistration.Kid=\u5c0f/\u4e2d/\u9ad8\u6821\u751f +publicPortalRegistration.Homemaker=\u4e3b\u5a66 +publicPortalRegistration.SelfEmployed=\u81ea\u55b6\u696d +publicPortalRegistration.retirement=\u5b9a\u5e74\u9000\u8077\u8005 +publicPortalRegistration.userInfoHint=\u304a\u5ba2\u69d8\u60c5\u5831\u306b\u9593\u3059\u308b\u30d2\u30f3\u30c8 +publicPortalRegistration.liveInOversea=\u6d77\u5916\u5728\u4f4f\u306e\u65b9\u306f\u3001000-0000\u3068\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 +publicPortalRegistration.bdataYearDescription=\u751f\u5e74\u6708\u65e5\u306e\u5e74\u306f\u897f\u66a6\u3067\u304a\u9858\u3044\u3057\u307e\u3059 +publicPortalRegistration.aboutEmail=\u767b\u9332\u3059\u308b\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306f\u3001\u30b5\u30fc\u30d3\u30b9\u3092\u5229\u7528\u3057\u3066\u3044\u305f\u3060\u304f\u4e0a\u3067\u3001\u91cd\u8981\u306a\u304a\u77e5\u3089\u305b\u306a\u3069\u3092\u304a\u9001\u308a\u3059\u308b\u305f\u3081\u306e\u300c\u767b\u9332\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u300d \u306b\u306a\u308a\u307e\u3059\u3002\u9023\u7d61\u53ef\u80fd\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 +publicPortalRegistration.userSecretQATitle=\u79d8\u5bc6\u306e\u8cea\u554f\u3068\u7b54\u3048 +publicPortalRegistration.userSecretQADescription=\u30d1\u30b9\u30ef\u30fc\u30c9\u518d\u767a\u884c\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3067\u3059\u3002\u3042\u306a\u305f\u3057\u304b\u77e5\u3089\u306a\u3044\u8cea\u554f\u3068\u7b54\u3048\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalRegistration.userSecretQuestion=\u79d8\u5bc6\u306e\u8cea\u554f +publicPortalRegistration.userSecretAnswer=\u79d8\u5bc6\u306e\u7b54\u3048 +publicPortalRegistration.userSecretQAHint=\u79d8\u5bc6\u306e\u8cea\u554f\u3068\u7b54\u3048\u306b\u95a2\u3059\u308b\u30d2\u30f3\u30c8 +publicPortalRegistration.aboutCharacters=\u79d8\u5bc6\u306e\u7b54\u3048\u306f\u3001\u3072\u3089\u304c\u306a\u3001\u30ab\u30bf\u30ab\u30ca\u3001\u5927\u6587\u5b57\u3001\u5c0f\u6587\u5b57\u3001\u534a\u89d2\u3001\u5168\u89d2\u3067\u533a\u5225\u3055\u308c\u307e\u3059 +publicPortalRegistration.SignUp=\u5229\u7528\u898f\u7d04\u306b\u540c\u610f\u3057\u3066\u767b\u9332 +publicPortalRegistration.termOfService=\u5229\u7528\u898f\u7d04 +publicPortalRegistration.name=\u6c0f\u540d +publicPortalRegistration.userNameFamily=\uff08\u59d3\uff09 +publicPortalRegistration.userNameGiven=\uff08\u540d\uff09 +publicPortalRegistration.nameYomi=\u6c0f\u540d(\u3075\u308a\u304c\u306a) +publicPortalRegistration.userNameFamilyYomi=\uff08\u59d3\uff09 +publicPortalRegistration.userNameGivenYomi=\uff08\u540d\uff09 +publicPortalRegistrationCompleted.registAgain=\u518d\u5ea6\u3001\u30e6\u30fc\u30b6\u30fc\u3092\u767b\u9332\u3059\u308b\u5834\u5408\u306f\u3001\u4ee5\u4e0b\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalRegistrationCompleted.registLink=\u30e6\u30fc\u30b6\u30fc\u767b\u9332 + Modified: pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties =================================================================== --- pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties 2007-06-20 08:59:11 UTC (rev 187) +++ pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties 2007-06-21 04:37:53 UTC (rev 188) @@ -81,3 +81,81 @@ sendNewPassword=\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u9001\u4fe1 RequestNewPassword=\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u7533\u8acb SignUp=\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7 + +# Public Portal Registration +publicPortalRegistration.requiredDescription=\u304c\u3064\u3044\u3066\u3044\u308b\u9805\u76ee\u306f\u304b\u306a\u3089\u305a\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalRegistration.userIdTitle=\u30e6\u30fc\u30b6\u30fc ID \u306e\u5165\u529b +publicPortalRegistration.typeUserId=\u3054\u5e0c\u671b\u306e\u30e6\u30fc\u30b6\u30fc ID \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalRegistration.userId=\u30e6\u30fc\u30b6\u30fc ID +publicPortalRegistration.userIdCondition=\uff086\u301c32\u5b57\u306e\u534a\u89d2\u82f1\u6570\u5b57\uff09 +publicPortalRegistration.userIdExample=\uff08\u4f8b\uff1ahoge2000\u3001foo777\u306a\u3069\uff09 +publicPortalRegistration.userIdHint=\u30e6\u30fc\u30b6\u30fc ID \u306b\u95a2\u3059\u308b\u30d2\u30f3\u30c8 +publicPortalRegistration.userIdBeginWithAlphabet=\u6700\u521d\u306e\u6587\u5b57\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8 +publicPortalRegistration.underscoreAvailable=\u8a18\u53f7\u306f\u3001\u30a2\u30f3\u30c0\u30fc\u30d0\u30fc\uff08 _ \uff09\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059 +publicPortalRegistration.userInfoTitle=\u304a\u5ba2\u69d8\u60c5\u5831\u306e\u5165\u529b +publicPortalRegistration.typeUserInfo=\u30e6\u30fc\u30b6\u30fc ID \u3084\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u306e\u5834\u5408\u306b\u3001\u4ee5\u4e0b\u306e\u60c5\u5831\u3092\u5143\u306b\u672c\u4eba\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059\u3002\u6b63\u78ba\u306b\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalRegistration.userHomeInfoPostalPostalcode=\u90f5\u4fbf\u756a\u53f7 +publicPortalRegistration.userHomeInfoPostalPostalcodeCondition=\uff08\u534a\u89d2\u6570\u5b57\uff17\u6841\uff09 +publicPortalRegistration.userHomeInfoPostalPostalcodeExample=\uff08\u4f8b\uff1a123-0001\u30011230001\uff09 +publicPortalRegistration.userGender=\u6027\u5225 +publicPortalRegistration.male=\u7537\u6027 +publicPortalRegistration.female=\u5973\u6027 +publicPortalRegistration.userBdate=\u751f\u5e74\u6708\u65e5 +publicPortalRegistration.userBdateYear=\u5e74 +publicPortalRegistration.userBdateMonth=\u6708 +publicPortalRegistration.userBdateDate=\u65e5 +publicPortalRegistration.userBusinessInfoOnlineEmail=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 +publicPortalRegistration.userBusinessInfoOnlineEmailCondition=\uff08\u534a\u89d2\uff09 +publicPortalRegistration.userIndustry=\u696d\u7a2e +publicPortalRegistration.ComputerInternet=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u7ba1\u7406/\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\uff09 +publicPortalRegistration.ComputerHardware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u30cf\u30fc\u30c9\u30a6\u30a8\u30a2\uff09 +publicPortalRegistration.ComputerSoftware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u30bd\u30d5\u30c8\u30a6\u30a8\u30a2\uff09 +publicPortalRegistration.Research=\u6559\u80b2/\u7814\u7a76 +publicPortalRegistration.Engineering=\u30a8\u30f3\u30b8\u30cb\u30a2/\u5efa\u7bc9 +publicPortalRegistration.Finance=\u9280\u884c/\u91d1\u878d/\u4e0d\u52d5\u7523 +publicPortalRegistration.Manufacturing=\u88fd\u9020/\u6d41\u901a +publicPortalRegistration.Service=\u30b5\u30fc\u30d3\u30b9 +publicPortalRegistration.Healthcare=\u533b\u85ac/\u5065\u5eb7 +publicPortalRegistration.Publication=\u5a2f\u697d/\u30e1\u30c7\u30a3\u30a2/\u51fa\u7248 +publicPortalRegistration.Travel=\u65c5\u884c/\u63a5\u5ba2\u696d +publicPortalRegistration.Retail=\u5c0f\u58f2/\u5378\u58f2 +publicPortalRegistration.Nonprofit=\u975e\u55b6\u5229\u56e3\u4f53 +publicPortalRegistration.Government=\u653f\u5e9c/\u81ea\u6cbb\u4f53 +publicPortalRegistration.Law=\u6cd5\u5f8b +publicPortalRegistration.unemployedLabel=\u7121\u8077 +publicPortalRegistration.otherLabel=\u305d\u306e\u4ed6 +publicPortalRegistration.userJobtitle=\u8077\u7a2e +publicPortalRegistration.Officer=\u5f79\u54e1/\u7ba1\u7406\u8077 +publicPortalRegistration.Specialist=\u5c02\u9580\u8077\uff08\u533b\u5e2b\u3001\u5f01\u8b77\u58eb\u7b49\uff09 +publicPortalRegistration.Teacher=\u6559\u54e1 +publicPortalRegistration.ComputerEngineer=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u9023\u6280\u8853\u8005 +publicPortalRegistration.Engineer=\u305d\u306e\u4ed6\u6280\u8853\u8005 +publicPortalRegistration.Support=\u30b5\u30fc\u30d3\u30b9/\u30ab\u30b9\u30bf\u30de\u30fc\u30b5\u30dd\u30fc\u30c8 +publicPortalRegistration.Administrative=\u4e8b\u52d9\u8077 +publicPortalRegistration.Sales=\u55b6\u696d/\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0 +publicPortalRegistration.Salesclerk=\u8ca9\u58f2\u54e1 +publicPortalRegistration.Student=\u5927\u5b66\u751f/\u5927\u5b66\u9662\u751f +publicPortalRegistration.Kid=\u5c0f/\u4e2d/\u9ad8\u6821\u751f +publicPortalRegistration.Homemaker=\u4e3b\u5a66 +publicPortalRegistration.SelfEmployed=\u81ea\u55b6\u696d +publicPortalRegistration.retirement=\u5b9a\u5e74\u9000\u8077\u8005 +publicPortalRegistration.userInfoHint=\u304a\u5ba2\u69d8\u60c5\u5831\u306b\u9593\u3059\u308b\u30d2\u30f3\u30c8 +publicPortalRegistration.liveInOversea=\u6d77\u5916\u5728\u4f4f\u306e\u65b9\u306f\u3001000-0000\u3068\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 +publicPortalRegistration.bdataYearDescription=\u751f\u5e74\u6708\u65e5\u306e\u5e74\u306f\u897f\u66a6\u3067\u304a\u9858\u3044\u3057\u307e\u3059 +publicPortalRegistration.aboutEmail=\u767b\u9332\u3059\u308b\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306f\u3001\u30b5\u30fc\u30d3\u30b9\u3092\u5229\u7528\u3057\u3066\u3044\u305f\u3060\u304f\u4e0a\u3067\u3001\u91cd\u8981\u306a\u304a\u77e5\u3089\u305b\u306a\u3069\u3092\u304a\u9001\u308a\u3059\u308b\u305f\u3081\u306e\u300c\u767b\u9332\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u300d \u306b\u306a\u308a\u307e\u3059\u3002\u9023\u7d61\u53ef\u80fd\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 +publicPortalRegistration.userSecretQATitle=\u79d8\u5bc6\u306e\u8cea\u554f\u3068\u7b54\u3048 +publicPortalRegistration.userSecretQADescription=\u30d1\u30b9\u30ef\u30fc\u30c9\u518d\u767a\u884c\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3067\u3059\u3002\u3042\u306a\u305f\u3057\u304b\u77e5\u3089\u306a\u3044\u8cea\u554f\u3068\u7b54\u3048\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalRegistration.userSecretQuestion=\u79d8\u5bc6\u306e\u8cea\u554f +publicPortalRegistration.userSecretAnswer=\u79d8\u5bc6\u306e\u7b54\u3048 +publicPortalRegistration.userSecretQAHint=\u79d8\u5bc6\u306e\u8cea\u554f\u3068\u7b54\u3048\u306b\u95a2\u3059\u308b\u30d2\u30f3\u30c8 +publicPortalRegistration.aboutCharacters=\u79d8\u5bc6\u306e\u7b54\u3048\u306f\u3001\u3072\u3089\u304c\u306a\u3001\u30ab\u30bf\u30ab\u30ca\u3001\u5927\u6587\u5b57\u3001\u5c0f\u6587\u5b57\u3001\u534a\u89d2\u3001\u5168\u89d2\u3067\u533a\u5225\u3055\u308c\u307e\u3059 +publicPortalRegistration.SignUp=\u5229\u7528\u898f\u7d04\u306b\u540c\u610f\u3057\u3066\u767b\u9332 +publicPortalRegistration.termOfService=\u5229\u7528\u898f\u7d04 +publicPortalRegistration.name=\u6c0f\u540d +publicPortalRegistration.userNameFamily=\uff08\u59d3\uff09 +publicPortalRegistration.userNameGiven=\uff08\u540d\uff09 +publicPortalRegistration.nameYomi=\u6c0f\u540d(\u3075\u308a\u304c\u306a) +publicPortalRegistration.userNameFamilyYomi=\uff08\u59d3\uff09 +publicPortalRegistration.userNameGivenYomi=\uff08\u540d\uff09 +publicPortalRegistrationCompleted.registAgain=\u518d\u5ea6\u3001\u30e6\u30fc\u30b6\u30fc\u3092\u767b\u9332\u3059\u308b\u5834\u5408\u306f\u3001\u4ee5\u4e0b\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalRegistrationCompleted.registLink=\u30e6\u30fc\u30b6\u30fc\u767b\u9332 Modified: pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml =================================================================== --- pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml 2007-06-20 08:59:11 UTC (rev 187) +++ pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml 2007-06-21 04:37:53 UTC (rev 188) @@ -32,6 +32,12 @@ true true + + PublicPortalRegistrationPortlet + public-view + true + true + Modified: pal-admin/trunk/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- pal-admin/trunk/src/main/webapp/WEB-INF/portlet.xml 2007-06-20 08:59:11 UTC (rev 187) +++ pal-admin/trunk/src/main/webapp/WEB-INF/portlet.xml 2007-06-21 04:37:53 UTC (rev 188) @@ -209,4 +209,77 @@ tools,users,password,forgotten,lost,passwd + + Provides users with the ability register as a new user with the public portal. + ユーザーにポータルの新規登録する機能を提供します。 + PublicPortalRegistrationPortlet + Public Portal Registration + ユーザー登録 + org.apache.portals.bridges.portletfilter.FilterPortlet + + portlet-class + org.seasar.teeda.core.portlet.FacesPortlet + + + portlet-filters + jp.sf.pal.admin.filter.UserRegistrationFilter,jp.sf.pal.facesresponse.FacesResponseFilter,jp.sf.pal.pooptimizer.OptimizerFilter,org.seasar.portlet.filter.S2PortletFilter,org.seasar.portlet.filter.HotdeployPortletFilter + + + view-page + /view/registration/publicPortalRegistration.html + + + This option will generate a new password for each user registration + jp.sf.pal.admin.ForceGeneratedPassword + true + + + This option will force email address to be system wide unique + jp.sf.pal.admin.ForceUniqueEmail + true + + + This option will use the email address as the username + jp.sf.pal.admin.ForceUseEmailAsUsername + false + + + This is the template in which you setup an email to be sent after user exists + jp.sf.pal.admin.EmailTemplateLocation + /WEB-INF/template/userreg/ + + + This is the template in which you setup an email to be sent after user exists + jp.sf.pal.admin.EmailTemplateName + userRegistrationEmail.vm + + + Profiling rules to be assigned at registration. + jp.sf.pal.admin.RuleNames + page + + + Profiling rules to be assigned at registration. + jp.sf.pal.admin.RuleValues + j2 + + + Profiling rules to be assigned at registration. + jp.sf.pal.admin.SendMail + true + + 0 + + text/html + VIEW + + en + ja + jp.sf.pal.admin.web.registration.UserRegistration + + User Registration + Registration + Registration + + Added: pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistration.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistration.html 2007-06-20 08:59:11 UTC (rev 187) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistration.html 2007-06-21 04:37:53 UTC (rev 188) @@ -0,0 +1,312 @@ + + + + + + + + +
+
+ +
+
+ * + +
+
+ +
+
+ + + + + + + + + + + + +
*: + + + +
+ +
+
+
+
+ +
+
    +
  • + +
  • +
  • + +
  • +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
*: + + + + + +
*: + + + + + +
*: + + + +
+ +
*: + + + + + + + +
*: + + + + + + + +
*: + + + +
*: + + + + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
*: + + + + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
+
+
+
+ +
+
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+
+
+
+ +
+
+ + + + + + + + + + + + +
*: + + +
*: + + +
+
+
+
+ +
+
    +
  • + +
  • +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ + Property changes on: pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistration.html ___________________________________________________________________ Name: svn:eol-style + native Added: pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html 2007-06-20 08:59:11 UTC (rev 187) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html 2007-06-21 04:37:53 UTC (rev 188) @@ -0,0 +1,21 @@ + + + + + + + + +
+
+ +
+
+ +
+ +
+ + Property changes on: pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html ___________________________________________________________________ Name: svn:eol-style + native From svnnotify @ sourceforge.jp Thu Jun 21 14:57:49 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 21 Jun 2007 14:57:49 +0900 Subject: [pal-cvs 2457] [189] added term of serivce, and minor fixes. Message-ID: <20070621055749.AB65E2AC061@users.sourceforge.jp> Revision: 189 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=189 Author: shinsuke Date: 2007-06-21 14:57:49 +0900 (Thu, 21 Jun 2007) Log Message: ----------- added term of serivce, and minor fixes. Modified Paths: -------------- pal-admin/trunk/src/main/java/jp/sf/pal/admin/util/PALAdminUtil.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java pal-admin/trunk/src/main/resources/PAMessages.properties pal-admin/trunk/src/main/resources/appMessages.properties pal-admin/trunk/src/main/resources/appMessages_ja.properties pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistration.html Added Paths: ----------- pal-admin/trunk/src/main/webapp/WEB-INF/template/term_of_service.txt -------------- next part -------------- Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/util/PALAdminUtil.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/util/PALAdminUtil.java 2007-06-21 04:37:53 UTC (rev 188) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/util/PALAdminUtil.java 2007-06-21 05:57:49 UTC (rev 189) @@ -27,6 +27,7 @@ import java.util.Map; import javax.faces.context.FacesContext; +import javax.portlet.PortletConfig; import javax.security.auth.Subject; import jp.sf.pal.admin.PALAdminConstants; @@ -115,8 +116,7 @@ return buf.toString(); } - public static void drain(InputStream in, OutputStream out) - throws IOException + public static void drain(InputStream in, OutputStream out) throws IOException { try { @@ -155,20 +155,33 @@ public static void setPasswordToSession(String value) { - getFacesContext().getExternalContext().getSessionMap().put( - PALAdminConstants.PASSWORD, value); + getFacesContext().getExternalContext().getSessionMap().put(PALAdminConstants.PASSWORD, value); } public static String getPasswordFromSession() { - return (String) getFacesContext().getExternalContext().getSessionMap() - .get(PALAdminConstants.PASSWORD); + return (String) getFacesContext().getExternalContext().getSessionMap().get(PALAdminConstants.PASSWORD); } public static void removePasswordFromSession() { - getFacesContext().getExternalContext().getSessionMap().remove( - PALAdminConstants.PASSWORD); + getFacesContext().getExternalContext().getSessionMap().remove(PALAdminConstants.PASSWORD); } + public static String getContextRealPath(String path) + { + return getPortletConfig().getPortletContext().getRealPath(path); + } + + public static PortletConfig getPortletConfig() + { + String name = "javax.portlet.PortletConfig"; + FacesContext context = FacesContext.getCurrentInstance(); + if (context == null) + { + throw new IllegalStateException("Could not find FacesContext instance."); + } + return (PortletConfig) context.getExternalContext().getRequestMap().get(name); + } + } Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java 2007-06-21 04:37:53 UTC (rev 188) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java 2007-06-21 05:57:49 UTC (rev 189) @@ -1,16 +1,22 @@ package jp.sf.pal.admin.web.registration; +import java.io.BufferedReader; +import java.io.FileInputStream; +import java.io.FileNotFoundException; +import java.io.IOException; +import java.io.InputStreamReader; import java.io.Serializable; +import java.io.UnsupportedEncodingException; import javax.faces.internal.FacesMessageUtil; -import org.seasar.framework.log.Logger; -import org.seasar.teeda.extension.annotation.validator.Length; - import jp.sf.pal.admin.PALAdminConstants; +import jp.sf.pal.admin.util.PALAdminUtil; import jp.sf.pal.admin.util.UserRegistrationUtil; import jp.sf.pal.common.CommonException; +import org.seasar.framework.log.Logger; + public class PublicPortalRegistrationPage extends UserRegistrationPage implements Serializable { @@ -196,6 +202,58 @@ public String initialize() { + String filename = getLabelHelper().getLabelValue("termOfServiceFile"); + if (filename == null) + { + filename = "/WEB-INF/template/term_of_service.txt"; + } + String encoding = getLabelHelper().getLabelValue("termOfServiceEncoding"); + if (encoding == null) + { + encoding = "UTF-8"; + } + StringBuffer buf = new StringBuffer(); + BufferedReader reader = null; + try + { + reader = new BufferedReader(new InputStreamReader(new FileInputStream(PALAdminUtil.getContextRealPath(filename)), + encoding)); + String line; + while ((line = reader.readLine()) != null) + { + buf.append(line).append("\n"); + } + } + catch (UnsupportedEncodingException e) + { + FacesMessageUtil.addErrorMessage("could.not.read.term.of.service"); + logger.log("EPA0004", new Object[] { this.toString() }, e); + } + catch (FileNotFoundException e) + { + FacesMessageUtil.addErrorMessage("could.not.read.term.of.service"); + logger.log("EPA0004", new Object[] { this.toString() }, e); + } + catch (IOException e) + { + FacesMessageUtil.addErrorMessage("could.not.read.term.of.service"); + logger.log("EPA0004", new Object[] { this.toString() }, e); + } + finally + { + if (reader != null) + { + try + { + reader.close(); + } + catch (IOException e) + { + } + } + } + setTermOfService(buf.toString()); + return null; } Modified: pal-admin/trunk/src/main/resources/PAMessages.properties =================================================================== --- pal-admin/trunk/src/main/resources/PAMessages.properties 2007-06-21 04:37:53 UTC (rev 188) +++ pal-admin/trunk/src/main/resources/PAMessages.properties 2007-06-21 05:57:49 UTC (rev 189) @@ -1,3 +1,4 @@ EPA0001=Could not register a user. EPA0002=Could not send a forgotten password mail. EPA0003=Could not update a password. +EPA0004=Could not read a term of service. Modified: pal-admin/trunk/src/main/resources/appMessages.properties =================================================================== --- pal-admin/trunk/src/main/resources/appMessages.properties 2007-06-21 04:37:53 UTC (rev 188) +++ pal-admin/trunk/src/main/resources/appMessages.properties 2007-06-21 05:57:49 UTC (rev 189) @@ -79,4 +79,5 @@ forgotten.successful_pw_update = Your password has been updated! Please login using it! forgotten.unable_to_update_pw=Failed to update your password, try again please. If you see this error message again, please contact a site administrator. +could.not.read.term.of.service=Could not read a term of service. Modified: pal-admin/trunk/src/main/resources/appMessages_ja.properties =================================================================== --- pal-admin/trunk/src/main/resources/appMessages_ja.properties 2007-06-21 04:37:53 UTC (rev 188) +++ pal-admin/trunk/src/main/resources/appMessages_ja.properties 2007-06-21 05:57:49 UTC (rev 189) @@ -12,3 +12,5 @@ an_email_has_been_sent=\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f\u3002\u518d\u767a\u884c\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4f7f\u7528\u3057\u3066\u3001\u30ed\u30b0\u30a4\u30f3\u5f8c\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002 forgotten.successful_pw_update = \u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u305d\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4f7f\u7528\u3057\u3066\u3001\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30ed\u30b0\u30a4\u30f3\u5f8c\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002 forgotten.unable_to_update_pw=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u66f4\u65b0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3057\u3070\u3089\u304f\u305f\u3063\u3066\u304b\u3089\u3001\u518d\u5ea6\u3001\u8a66\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u518d\u5ea6\u3001\u30a8\u30e9\u30fc\u304c\u8d77\u304d\u308b\u5834\u5408\u306f\u3001\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002 + +could.not.read.term.of.service=\u5229\u7528\u898f\u7d04\u3092\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002 Modified: pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties =================================================================== --- pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties 2007-06-21 04:37:53 UTC (rev 188) +++ pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties 2007-06-21 05:57:49 UTC (rev 189) @@ -122,8 +122,8 @@ publicPortalRegistration.Nonprofit=\u975e\u55b6\u5229\u56e3\u4f53 publicPortalRegistration.Government=\u653f\u5e9c/\u81ea\u6cbb\u4f53 publicPortalRegistration.Law=\u6cd5\u5f8b -publicPortalRegistration.unemployedLabel=\u7121\u8077 -publicPortalRegistration.otherLabel=\u305d\u306e\u4ed6 +publicPortalRegistration.unemployed=\u7121\u8077 +publicPortalRegistration.other=\u305d\u306e\u4ed6 publicPortalRegistration.userJobtitle=\u8077\u7a2e publicPortalRegistration.Officer=\u5f79\u54e1/\u7ba1\u7406\u8077 publicPortalRegistration.Specialist=\u5c02\u9580\u8077\uff08\u533b\u5e2b\u3001\u5f01\u8b77\u58eb\u7b49\uff09 Modified: pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties =================================================================== --- pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties 2007-06-21 04:37:53 UTC (rev 188) +++ pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties 2007-06-21 05:57:49 UTC (rev 189) @@ -122,8 +122,8 @@ publicPortalRegistration.Nonprofit=\u975e\u55b6\u5229\u56e3\u4f53 publicPortalRegistration.Government=\u653f\u5e9c/\u81ea\u6cbb\u4f53 publicPortalRegistration.Law=\u6cd5\u5f8b -publicPortalRegistration.unemployedLabel=\u7121\u8077 -publicPortalRegistration.otherLabel=\u305d\u306e\u4ed6 +publicPortalRegistration.unemployed=\u7121\u8077 +publicPortalRegistration.other=\u305d\u306e\u4ed6 publicPortalRegistration.userJobtitle=\u8077\u7a2e publicPortalRegistration.Officer=\u5f79\u54e1/\u7ba1\u7406\u8077 publicPortalRegistration.Specialist=\u5c02\u9580\u8077\uff08\u533b\u5e2b\u3001\u5f01\u8b77\u58eb\u7b49\uff09 Added: pal-admin/trunk/src/main/webapp/WEB-INF/template/term_of_service.txt =================================================================== --- pal-admin/trunk/src/main/webapp/WEB-INF/template/term_of_service.txt 2007-06-21 04:37:53 UTC (rev 188) +++ pal-admin/trunk/src/main/webapp/WEB-INF/template/term_of_service.txt 2007-06-21 05:57:49 UTC (rev 189) @@ -0,0 +1,5 @@ +利用規約 + +・・・ +・・・ +・・・ Property changes on: pal-admin/trunk/src/main/webapp/WEB-INF/template/term_of_service.txt ___________________________________________________________________ Name: svn:eol-style + native Modified: pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistration.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistration.html 2007-06-21 04:37:53 UTC (rev 188) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistration.html 2007-06-21 05:57:49 UTC (rev 189) @@ -40,7 +40,7 @@
- +
  • @@ -229,7 +229,7 @@
    - +
    @@ -245,7 +245,7 @@
- +
  • @@ -287,7 +287,7 @@
- +
  • From svnnotify @ sourceforge.jp Thu Jun 21 17:58:50 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 21 Jun 2007 17:58:50 +0900 Subject: [pal-cvs 2458] [190] added forgotten password for public portal. Message-ID: <20070621085850.4824C2AC061@users.sourceforge.jp> Revision: 190 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=190 Author: shinsuke Date: 2007-06-21 17:58:49 +0900 (Thu, 21 Jun 2007) Log Message: ----------- added forgotten password for public portal. Modified Paths: -------------- pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ForgottenPasswordPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationCompletedPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ResetPasswordPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java pal-admin/trunk/src/main/resources/PAMessages.properties pal-admin/trunk/src/main/resources/appMessages.properties pal-admin/trunk/src/main/resources/appMessages_ja.properties pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml pal-admin/trunk/src/main/webapp/WEB-INF/portlet.xml pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html Added Paths: ----------- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalForgottenPasswordCompletedPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalForgottenPasswordPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalSecretAnswerPage.java pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPassword.html pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPasswordCompleted.html pal-admin/trunk/src/main/webapp/view/registration/publicPortalSecretAnswer.html -------------- next part -------------- Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java 2007-06-21 08:58:49 UTC (rev 190) @@ -21,6 +21,7 @@ import jp.sf.pal.admin.web.registration.ForgottenPasswordPage; import jp.sf.pal.admin.web.registration.PublicPortalRegistrationCompletedPage; import jp.sf.pal.admin.web.registration.PublicPortalRegistrationPage; +import jp.sf.pal.admin.web.registration.PublicPortalSecretAnswerPage; import jp.sf.pal.admin.web.registration.ResetPasswordPage; import jp.sf.pal.admin.web.registration.UserRegistrationPage; import jp.sf.pal.common.CommonException; @@ -175,6 +176,41 @@ } + public void setSecretQuestion(PublicPortalSecretAnswerPage page) throws CommonException + { + User user = null; + try + { + user = PortalComponentUtil.getPortalAdministration().lookupUserFromEmail(page.getEmail()); + } + catch (Exception e) + { + throw new CommonException("forgotten.email_address_not_found", "The email is not found..", e); + } + + page.setUserSecretQuestion(user.getUserAttributes().get("user.secret.question", "-")); + } + + public boolean checkSecretAnswer(PublicPortalSecretAnswerPage page) throws CommonException + { + User user = null; + try + { + user = PortalComponentUtil.getPortalAdministration().lookupUserFromEmail(page.getEmail()); + } + catch (Exception e) + { + throw new CommonException("forgotten.email_address_not_found", "The email is not found..", e); + } + + String userSecretAnswer = user.getUserAttributes().get("user.secret.answer", ""); + if (userSecretAnswer.equals(page.getUserSecretAnswer())) + { + return true; + } + return false; + } + public void sendNewPassword(ForgottenPasswordPage page) throws CommonException { Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ForgottenPasswordPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ForgottenPasswordPage.java 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ForgottenPasswordPage.java 2007-06-21 08:58:49 UTC (rev 190) @@ -9,8 +9,6 @@ import jp.sf.pal.common.CommonException; import org.seasar.framework.log.Logger; -import org.seasar.teeda.extension.annotation.takeover.TakeOver; -import org.seasar.teeda.extension.annotation.takeover.TakeOverType; import org.seasar.teeda.extension.annotation.validator.Required; import org.seasar.teeda.extension.util.LabelHelper; @@ -131,8 +129,7 @@ return null; } - @TakeOver(type = TakeOverType.NEVER) - public String doFinish() + public Class doFinish() { try { Added: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalForgottenPasswordCompletedPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalForgottenPasswordCompletedPage.java 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalForgottenPasswordCompletedPage.java 2007-06-21 08:58:49 UTC (rev 190) @@ -0,0 +1,24 @@ +package jp.sf.pal.admin.web.registration; + +import java.io.Serializable; + +public class PublicPortalForgottenPasswordCompletedPage extends ResetPasswordPage implements Serializable +{ + + /** + * + */ + private static final long serialVersionUID = -5203115307227054989L; + + public String initialize() + { + return null; + } + + public Class prerender() + { + super.prerender(); + return null; + } + +} Property changes on: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalForgottenPasswordCompletedPage.java ___________________________________________________________________ Name: svn:eol-style + native Added: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalForgottenPasswordPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalForgottenPasswordPage.java 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalForgottenPasswordPage.java 2007-06-21 08:58:49 UTC (rev 190) @@ -0,0 +1,41 @@ +package jp.sf.pal.admin.web.registration; + +public class PublicPortalForgottenPasswordPage extends ForgottenPasswordPage +{ + + /** + * + */ + private static final long serialVersionUID = 362540675380114688L; + + public static final String email_TRequiredValidator = null; + + public static final String email_lengthValidator = "minimum=5, maximum=80"; + + public Class doNext() + { + //TODO check email + return PublicPortalSecretAnswerPage.class; + } + + public String initialize() + { + return null; + } + + public Class prerender() + { + super.prerender(); + if (getGuid() != null) + { + return PublicPortalForgottenPasswordCompletedPage.class; + } + return null; + } + + public String getDoNextValue() + { + return getLabelHelper().getLabelValue("Next"); + } + +} Property changes on: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalForgottenPasswordPage.java ___________________________________________________________________ Name: svn:eol-style + native Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationCompletedPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationCompletedPage.java 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationCompletedPage.java 2007-06-21 08:58:49 UTC (rev 190) @@ -1,8 +1,15 @@ package jp.sf.pal.admin.web.registration; -public class PublicPortalRegistrationCompletedPage +import java.io.Serializable; + +public class PublicPortalRegistrationCompletedPage implements Serializable { + /** + * + */ + private static final long serialVersionUID = -5112166307058162379L; + public String initialize() { return null; Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalRegistrationPage.java 2007-06-21 08:58:49 UTC (rev 190) @@ -70,6 +70,8 @@ public static final String userBusinessInfoOnlineEmail_TRequiredValidator = null; + public static final String userBusinessInfoOnlineEmail_lengthValidator = "minimum=5, maximum=80"; + public static final String userIndustry_TRequiredValidator = null; public static final String userJobtitle_TRequiredValidator = null; Added: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalSecretAnswerPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalSecretAnswerPage.java 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalSecretAnswerPage.java 2007-06-21 08:58:49 UTC (rev 190) @@ -0,0 +1,112 @@ +package jp.sf.pal.admin.web.registration; + +import javax.faces.internal.FacesMessageUtil; + +import jp.sf.pal.common.CommonException; + +import org.seasar.framework.log.Logger; + +public class PublicPortalSecretAnswerPage extends ForgottenPasswordPage +{ + /** + * + */ + private static final long serialVersionUID = -3654426468628202950L; + + /** + * Logger for this class + */ + private static final Logger logger = Logger.getLogger(PublicPortalSecretAnswerPage.class); + + private String userSecretAnswer; + + private String userSecretQuestion; + + public String getUserSecretAnswer() + { + return userSecretAnswer; + } + + public void setUserSecretAnswer(String userSecretAnswer) + { + this.userSecretAnswer = userSecretAnswer; + } + + public String getUserSecretQuestion() + { + return userSecretQuestion; + } + + public void setUserSecretQuestion(String userSecretQuestion) + { + this.userSecretQuestion = userSecretQuestion; + } + + public Class doFinish() + { + try + { + if (getUserRegistrationService().checkSecretAnswer(this)) + { + try + { + getUserRegistrationService().sendNewPassword(this); + FacesMessageUtil.addInfoMessage("an_email_has_been_sent"); + return PublicPortalForgottenPasswordCompletedPage.class; + } + catch (CommonException e) + { + FacesMessageUtil.addErrorMessage(e.getMessageId()); + logger.log("EPA0002", new Object[] { this.toString() }, e); + } + + } + else + { + FacesMessageUtil.addInfoMessage("incorrect.scret.answer"); + } + } + catch (CommonException e) + { + FacesMessageUtil.addErrorMessage(e.getMessageId()); + logger.log("EPA0002", new Object[] { this.toString() }, e); + } + return null; + } + + public String initialize() + { + return null; + } + + public Class prerender() + { + super.prerender(); + if (getGuid() != null) + { + return PublicPortalForgottenPasswordCompletedPage.class; + } + + if (getEmail() == null) + { + return PublicPortalForgottenPasswordPage.class; + } + + try + { + getUserRegistrationService().setSecretQuestion(this); + } + catch (CommonException e) + { + logger.log("EPA0005", new Object[] { this.toString() }, e); + return PublicPortalForgottenPasswordPage.class; + } + return null; + } + + public String getDoNextValue() + { + return getLabelHelper().getLabelValue("Next"); + } + +} Property changes on: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/PublicPortalSecretAnswerPage.java ___________________________________________________________________ Name: svn:eol-style + native Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ResetPasswordPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ResetPasswordPage.java 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ResetPasswordPage.java 2007-06-21 08:58:49 UTC (rev 190) @@ -23,8 +23,7 @@ /** * Logger for this class */ - private static final Logger logger = Logger - .getLogger(ResetPasswordPage.class); + private static final Logger logger = Logger.getLogger(ResetPasswordPage.class); private String guid; @@ -69,21 +68,18 @@ /** * @param userRegistrationService the userRegistrationService to set */ - public void setUserRegistrationService( - UserRegistrationService userRegistrationService) + public void setUserRegistrationService(UserRegistrationService userRegistrationService) { this.userRegistrationService = userRegistrationService; } public Class doLogin() { - ExternalContext externalContext = FacesContext.getCurrentInstance() - .getExternalContext(); + ExternalContext externalContext = FacesContext.getCurrentInstance().getExternalContext(); try { - externalContext - .redirect(externalContext.getRequestContextPath() - + "/login/proxy?org.apache.jetspeed.login.username=&org.apache.jetspeed.login.password="); + externalContext.redirect(externalContext.getRequestContextPath() + + "/login/proxy?org.apache.jetspeed.login.username=&org.apache.jetspeed.login.password="); } catch (IOException e) { @@ -97,15 +93,14 @@ return null; } - public String prerender() + public Class prerender() { if (getGuid() != null) { try { getUserRegistrationService().updatePassword(this); - FacesMessageUtil - .addInfoMessage("forgotten.successful_pw_update"); + FacesMessageUtil.addInfoMessage("forgotten.successful_pw_update"); } catch (CommonException e) { Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java 2007-06-21 08:58:49 UTC (rev 190) @@ -28,8 +28,7 @@ /** * Logger for this class */ - private static final Logger logger = Logger - .getLogger(UserRegistrationPage.class); + private static final Logger logger = Logger.getLogger(UserRegistrationPage.class); private FacesContext facesContext; @@ -282,8 +281,7 @@ /** * @param userRegistrationService the userRegistrationService to set */ - public void setUserRegistrationService( - UserRegistrationService userRegistrationService) + public void setUserRegistrationService(UserRegistrationService userRegistrationService) { this.userRegistrationService = userRegistrationService; } @@ -329,8 +327,7 @@ return userBusinessInfoOnlineEmail; } - public void setUserBusinessInfoOnlineEmail( - String userBusinessInfoOnlineEmail) + public void setUserBusinessInfoOnlineEmail(String userBusinessInfoOnlineEmail) { this.userBusinessInfoOnlineEmail = userBusinessInfoOnlineEmail; } @@ -360,8 +357,7 @@ return userBusinessInfoPostalCountry; } - public void setUserBusinessInfoPostalCountry( - String userBusinessInfoPostalCountry) + public void setUserBusinessInfoPostalCountry(String userBusinessInfoPostalCountry) { this.userBusinessInfoPostalCountry = userBusinessInfoPostalCountry; } @@ -381,8 +377,7 @@ return userBusinessInfoPostalOrganization; } - public void setUserBusinessInfoPostalOrganization( - String userBusinessInfoPostalOrganization) + public void setUserBusinessInfoPostalOrganization(String userBusinessInfoPostalOrganization) { this.userBusinessInfoPostalOrganization = userBusinessInfoPostalOrganization; } @@ -392,8 +387,7 @@ return userBusinessInfoPostalPostalcode; } - public void setUserBusinessInfoPostalPostalcode( - String userBusinessInfoPostalPostalcode) + public void setUserBusinessInfoPostalPostalcode(String userBusinessInfoPostalPostalcode) { this.userBusinessInfoPostalPostalcode = userBusinessInfoPostalPostalcode; } @@ -403,8 +397,7 @@ return userBusinessInfoPostalStateprov; } - public void setUserBusinessInfoPostalStateprov( - String userBusinessInfoPostalStateprov) + public void setUserBusinessInfoPostalStateprov(String userBusinessInfoPostalStateprov) { this.userBusinessInfoPostalStateprov = userBusinessInfoPostalStateprov; } @@ -414,8 +407,7 @@ return userBusinessInfoPostalStreet; } - public void setUserBusinessInfoPostalStreet( - String userBusinessInfoPostalStreet) + public void setUserBusinessInfoPostalStreet(String userBusinessInfoPostalStreet) { this.userBusinessInfoPostalStreet = userBusinessInfoPostalStreet; } @@ -425,8 +417,7 @@ return userBusinessInfoTelecomFaxComment; } - public void setUserBusinessInfoTelecomFaxComment( - String userBusinessInfoTelecomFaxComment) + public void setUserBusinessInfoTelecomFaxComment(String userBusinessInfoTelecomFaxComment) { this.userBusinessInfoTelecomFaxComment = userBusinessInfoTelecomFaxComment; } @@ -436,8 +427,7 @@ return userBusinessInfoTelecomFaxExt; } - public void setUserBusinessInfoTelecomFaxExt( - String userBusinessInfoTelecomFaxExt) + public void setUserBusinessInfoTelecomFaxExt(String userBusinessInfoTelecomFaxExt) { this.userBusinessInfoTelecomFaxExt = userBusinessInfoTelecomFaxExt; } @@ -447,8 +437,7 @@ return userBusinessInfoTelecomFaxIntcode; } - public void setUserBusinessInfoTelecomFaxIntcode( - String userBusinessInfoTelecomFaxIntcode) + public void setUserBusinessInfoTelecomFaxIntcode(String userBusinessInfoTelecomFaxIntcode) { this.userBusinessInfoTelecomFaxIntcode = userBusinessInfoTelecomFaxIntcode; } @@ -458,8 +447,7 @@ return userBusinessInfoTelecomFaxLoccode; } - public void setUserBusinessInfoTelecomFaxLoccode( - String userBusinessInfoTelecomFaxLoccode) + public void setUserBusinessInfoTelecomFaxLoccode(String userBusinessInfoTelecomFaxLoccode) { this.userBusinessInfoTelecomFaxLoccode = userBusinessInfoTelecomFaxLoccode; } @@ -469,8 +457,7 @@ return userBusinessInfoTelecomFaxNumber; } - public void setUserBusinessInfoTelecomFaxNumber( - String userBusinessInfoTelecomFaxNumber) + public void setUserBusinessInfoTelecomFaxNumber(String userBusinessInfoTelecomFaxNumber) { this.userBusinessInfoTelecomFaxNumber = userBusinessInfoTelecomFaxNumber; } @@ -480,8 +467,7 @@ return userBusinessInfoTelecomMobileComment; } - public void setUserBusinessInfoTelecomMobileComment( - String userBusinessInfoTelecomMobileComment) + public void setUserBusinessInfoTelecomMobileComment(String userBusinessInfoTelecomMobileComment) { this.userBusinessInfoTelecomMobileComment = userBusinessInfoTelecomMobileComment; } @@ -491,8 +477,7 @@ return userBusinessInfoTelecomMobileExt; } - public void setUserBusinessInfoTelecomMobileExt( - String userBusinessInfoTelecomMobileExt) + public void setUserBusinessInfoTelecomMobileExt(String userBusinessInfoTelecomMobileExt) { this.userBusinessInfoTelecomMobileExt = userBusinessInfoTelecomMobileExt; } @@ -502,8 +487,7 @@ return userBusinessInfoTelecomMobileIntcode; } - public void setUserBusinessInfoTelecomMobileIntcode( - String userBusinessInfoTelecomMobileIntcode) + public void setUserBusinessInfoTelecomMobileIntcode(String userBusinessInfoTelecomMobileIntcode) { this.userBusinessInfoTelecomMobileIntcode = userBusinessInfoTelecomMobileIntcode; } @@ -513,8 +497,7 @@ return userBusinessInfoTelecomMobileLoccode; } - public void setUserBusinessInfoTelecomMobileLoccode( - String userBusinessInfoTelecomMobileLoccode) + public void setUserBusinessInfoTelecomMobileLoccode(String userBusinessInfoTelecomMobileLoccode) { this.userBusinessInfoTelecomMobileLoccode = userBusinessInfoTelecomMobileLoccode; } @@ -524,8 +507,7 @@ return userBusinessInfoTelecomMobileNumber; } - public void setUserBusinessInfoTelecomMobileNumber( - String userBusinessInfoTelecomMobileNumber) + public void setUserBusinessInfoTelecomMobileNumber(String userBusinessInfoTelecomMobileNumber) { this.userBusinessInfoTelecomMobileNumber = userBusinessInfoTelecomMobileNumber; } @@ -535,8 +517,7 @@ return userBusinessInfoTelecomPagerComment; } - public void setUserBusinessInfoTelecomPagerComment( - String userBusinessInfoTelecomPagerComment) + public void setUserBusinessInfoTelecomPagerComment(String userBusinessInfoTelecomPagerComment) { this.userBusinessInfoTelecomPagerComment = userBusinessInfoTelecomPagerComment; } @@ -546,8 +527,7 @@ return userBusinessInfoTelecomPagerExt; } - public void setUserBusinessInfoTelecomPagerExt( - String userBusinessInfoTelecomPagerExt) + public void setUserBusinessInfoTelecomPagerExt(String userBusinessInfoTelecomPagerExt) { this.userBusinessInfoTelecomPagerExt = userBusinessInfoTelecomPagerExt; } @@ -557,8 +537,7 @@ return userBusinessInfoTelecomPagerIntcode; } - public void setUserBusinessInfoTelecomPagerIntcode( - String userBusinessInfoTelecomPagerIntcode) + public void setUserBusinessInfoTelecomPagerIntcode(String userBusinessInfoTelecomPagerIntcode) { this.userBusinessInfoTelecomPagerIntcode = userBusinessInfoTelecomPagerIntcode; } @@ -568,8 +547,7 @@ return userBusinessInfoTelecomPagerLoccode; } - public void setUserBusinessInfoTelecomPagerLoccode( - String userBusinessInfoTelecomPagerLoccode) + public void setUserBusinessInfoTelecomPagerLoccode(String userBusinessInfoTelecomPagerLoccode) { this.userBusinessInfoTelecomPagerLoccode = userBusinessInfoTelecomPagerLoccode; } @@ -579,8 +557,7 @@ return userBusinessInfoTelecomPagerNumber; } - public void setUserBusinessInfoTelecomPagerNumber( - String userBusinessInfoTelecomPagerNumber) + public void setUserBusinessInfoTelecomPagerNumber(String userBusinessInfoTelecomPagerNumber) { this.userBusinessInfoTelecomPagerNumber = userBusinessInfoTelecomPagerNumber; } @@ -590,8 +567,7 @@ return userBusinessInfoTelecomTelephoneComment; } - public void setUserBusinessInfoTelecomTelephoneComment( - String userBusinessInfoTelecomTelephoneComment) + public void setUserBusinessInfoTelecomTelephoneComment(String userBusinessInfoTelecomTelephoneComment) { this.userBusinessInfoTelecomTelephoneComment = userBusinessInfoTelecomTelephoneComment; } @@ -601,8 +577,7 @@ return userBusinessInfoTelecomTelephoneExt; } - public void setUserBusinessInfoTelecomTelephoneExt( - String userBusinessInfoTelecomTelephoneExt) + public void setUserBusinessInfoTelecomTelephoneExt(String userBusinessInfoTelecomTelephoneExt) { this.userBusinessInfoTelecomTelephoneExt = userBusinessInfoTelecomTelephoneExt; } @@ -612,8 +587,7 @@ return userBusinessInfoTelecomTelephoneIntcode; } - public void setUserBusinessInfoTelecomTelephoneIntcode( - String userBusinessInfoTelecomTelephoneIntcode) + public void setUserBusinessInfoTelecomTelephoneIntcode(String userBusinessInfoTelecomTelephoneIntcode) { this.userBusinessInfoTelecomTelephoneIntcode = userBusinessInfoTelecomTelephoneIntcode; } @@ -623,8 +597,7 @@ return userBusinessInfoTelecomTelephoneLoccode; } - public void setUserBusinessInfoTelecomTelephoneLoccode( - String userBusinessInfoTelecomTelephoneLoccode) + public void setUserBusinessInfoTelecomTelephoneLoccode(String userBusinessInfoTelecomTelephoneLoccode) { this.userBusinessInfoTelecomTelephoneLoccode = userBusinessInfoTelecomTelephoneLoccode; } @@ -634,8 +607,7 @@ return userBusinessInfoTelecomTelephoneNumber; } - public void setUserBusinessInfoTelecomTelephoneNumber( - String userBusinessInfoTelecomTelephoneNumber) + public void setUserBusinessInfoTelecomTelephoneNumber(String userBusinessInfoTelecomTelephoneNumber) { this.userBusinessInfoTelecomTelephoneNumber = userBusinessInfoTelecomTelephoneNumber; } @@ -725,8 +697,7 @@ return userHomeInfoPostalOrganization; } - public void setUserHomeInfoPostalOrganization( - String userHomeInfoPostalOrganization) + public void setUserHomeInfoPostalOrganization(String userHomeInfoPostalOrganization) { this.userHomeInfoPostalOrganization = userHomeInfoPostalOrganization; } @@ -736,8 +707,7 @@ return userHomeInfoPostalPostalcode; } - public void setUserHomeInfoPostalPostalcode( - String userHomeInfoPostalPostalcode) + public void setUserHomeInfoPostalPostalcode(String userHomeInfoPostalPostalcode) { this.userHomeInfoPostalPostalcode = userHomeInfoPostalPostalcode; } @@ -747,8 +717,7 @@ return userHomeInfoPostalStateprov; } - public void setUserHomeInfoPostalStateprov( - String userHomeInfoPostalStateprov) + public void setUserHomeInfoPostalStateprov(String userHomeInfoPostalStateprov) { this.userHomeInfoPostalStateprov = userHomeInfoPostalStateprov; } @@ -768,8 +737,7 @@ return userHomeInfoTelecomFaxComment; } - public void setUserHomeInfoTelecomFaxComment( - String userHomeInfoTelecomFaxComment) + public void setUserHomeInfoTelecomFaxComment(String userHomeInfoTelecomFaxComment) { this.userHomeInfoTelecomFaxComment = userHomeInfoTelecomFaxComment; } @@ -789,8 +757,7 @@ return userHomeInfoTelecomFaxIntcode; } - public void setUserHomeInfoTelecomFaxIntcode( - String userHomeInfoTelecomFaxIntcode) + public void setUserHomeInfoTelecomFaxIntcode(String userHomeInfoTelecomFaxIntcode) { this.userHomeInfoTelecomFaxIntcode = userHomeInfoTelecomFaxIntcode; } @@ -800,8 +767,7 @@ return userHomeInfoTelecomFaxLoccode; } - public void setUserHomeInfoTelecomFaxLoccode( - String userHomeInfoTelecomFaxLoccode) + public void setUserHomeInfoTelecomFaxLoccode(String userHomeInfoTelecomFaxLoccode) { this.userHomeInfoTelecomFaxLoccode = userHomeInfoTelecomFaxLoccode; } @@ -811,8 +777,7 @@ return userHomeInfoTelecomFaxNumber; } - public void setUserHomeInfoTelecomFaxNumber( - String userHomeInfoTelecomFaxNumber) + public void setUserHomeInfoTelecomFaxNumber(String userHomeInfoTelecomFaxNumber) { this.userHomeInfoTelecomFaxNumber = userHomeInfoTelecomFaxNumber; } @@ -822,8 +787,7 @@ return userHomeInfoTelecomMobileComment; } - public void setUserHomeInfoTelecomMobileComment( - String userHomeInfoTelecomMobileComment) + public void setUserHomeInfoTelecomMobileComment(String userHomeInfoTelecomMobileComment) { this.userHomeInfoTelecomMobileComment = userHomeInfoTelecomMobileComment; } @@ -833,8 +797,7 @@ return userHomeInfoTelecomMobileExt; } - public void setUserHomeInfoTelecomMobileExt( - String userHomeInfoTelecomMobileExt) + public void setUserHomeInfoTelecomMobileExt(String userHomeInfoTelecomMobileExt) { this.userHomeInfoTelecomMobileExt = userHomeInfoTelecomMobileExt; } @@ -844,8 +807,7 @@ return userHomeInfoTelecomMobileIntcode; } - public void setUserHomeInfoTelecomMobileIntcode( - String userHomeInfoTelecomMobileIntcode) + public void setUserHomeInfoTelecomMobileIntcode(String userHomeInfoTelecomMobileIntcode) { this.userHomeInfoTelecomMobileIntcode = userHomeInfoTelecomMobileIntcode; } @@ -855,8 +817,7 @@ return userHomeInfoTelecomMobileLoccode; } - public void setUserHomeInfoTelecomMobileLoccode( - String userHomeInfoTelecomMobileLoccode) + public void setUserHomeInfoTelecomMobileLoccode(String userHomeInfoTelecomMobileLoccode) { this.userHomeInfoTelecomMobileLoccode = userHomeInfoTelecomMobileLoccode; } @@ -866,8 +827,7 @@ return userHomeInfoTelecomMobileNumber; } - public void setUserHomeInfoTelecomMobileNumber( - String userHomeInfoTelecomMobileNumber) + public void setUserHomeInfoTelecomMobileNumber(String userHomeInfoTelecomMobileNumber) { this.userHomeInfoTelecomMobileNumber = userHomeInfoTelecomMobileNumber; } @@ -877,8 +837,7 @@ return userHomeInfoTelecomPagerComment; } - public void setUserHomeInfoTelecomPagerComment( - String userHomeInfoTelecomPagerComment) + public void setUserHomeInfoTelecomPagerComment(String userHomeInfoTelecomPagerComment) { this.userHomeInfoTelecomPagerComment = userHomeInfoTelecomPagerComment; } @@ -888,8 +847,7 @@ return userHomeInfoTelecomPagerExt; } - public void setUserHomeInfoTelecomPagerExt( - String userHomeInfoTelecomPagerExt) + public void setUserHomeInfoTelecomPagerExt(String userHomeInfoTelecomPagerExt) { this.userHomeInfoTelecomPagerExt = userHomeInfoTelecomPagerExt; } @@ -899,8 +857,7 @@ return userHomeInfoTelecomPagerIntcode; } - public void setUserHomeInfoTelecomPagerIntcode( - String userHomeInfoTelecomPagerIntcode) + public void setUserHomeInfoTelecomPagerIntcode(String userHomeInfoTelecomPagerIntcode) { this.userHomeInfoTelecomPagerIntcode = userHomeInfoTelecomPagerIntcode; } @@ -910,8 +867,7 @@ return userHomeInfoTelecomPagerLoccode; } - public void setUserHomeInfoTelecomPagerLoccode( - String userHomeInfoTelecomPagerLoccode) + public void setUserHomeInfoTelecomPagerLoccode(String userHomeInfoTelecomPagerLoccode) { this.userHomeInfoTelecomPagerLoccode = userHomeInfoTelecomPagerLoccode; } @@ -921,8 +877,7 @@ return userHomeInfoTelecomPagerNumber; } - public void setUserHomeInfoTelecomPagerNumber( - String userHomeInfoTelecomPagerNumber) + public void setUserHomeInfoTelecomPagerNumber(String userHomeInfoTelecomPagerNumber) { this.userHomeInfoTelecomPagerNumber = userHomeInfoTelecomPagerNumber; } @@ -932,8 +887,7 @@ return userHomeInfoTelecomTelephoneComment; } - public void setUserHomeInfoTelecomTelephoneComment( - String userHomeInfoTelecomTelephoneComment) + public void setUserHomeInfoTelecomTelephoneComment(String userHomeInfoTelecomTelephoneComment) { this.userHomeInfoTelecomTelephoneComment = userHomeInfoTelecomTelephoneComment; } @@ -943,8 +897,7 @@ return userHomeInfoTelecomTelephoneExt; } - public void setUserHomeInfoTelecomTelephoneExt( - String userHomeInfoTelecomTelephoneExt) + public void setUserHomeInfoTelecomTelephoneExt(String userHomeInfoTelecomTelephoneExt) { this.userHomeInfoTelecomTelephoneExt = userHomeInfoTelecomTelephoneExt; } @@ -954,8 +907,7 @@ return userHomeInfoTelecomTelephoneIntcode; } - public void setUserHomeInfoTelecomTelephoneIntcode( - String userHomeInfoTelecomTelephoneIntcode) + public void setUserHomeInfoTelecomTelephoneIntcode(String userHomeInfoTelecomTelephoneIntcode) { this.userHomeInfoTelecomTelephoneIntcode = userHomeInfoTelecomTelephoneIntcode; } @@ -965,8 +917,7 @@ return userHomeInfoTelecomTelephoneLoccode; } - public void setUserHomeInfoTelecomTelephoneLoccode( - String userHomeInfoTelecomTelephoneLoccode) + public void setUserHomeInfoTelecomTelephoneLoccode(String userHomeInfoTelecomTelephoneLoccode) { this.userHomeInfoTelecomTelephoneLoccode = userHomeInfoTelecomTelephoneLoccode; } @@ -976,8 +927,7 @@ return userHomeInfoTelecomTelephoneNumber; } - public void setUserHomeInfoTelecomTelephoneNumber( - String userHomeInfoTelecomTelephoneNumber) + public void setUserHomeInfoTelecomTelephoneNumber(String userHomeInfoTelecomTelephoneNumber) { this.userHomeInfoTelecomTelephoneNumber = userHomeInfoTelecomTelephoneNumber; } @@ -1082,7 +1032,6 @@ return null; } - @TakeOver(type = TakeOverType.NEVER) public Class doFinish() { try @@ -1105,8 +1054,9 @@ } return null; } - - public String getDoFinishValue(){ + + public String getDoFinishValue() + { return getLabelHelper().getLabelValue("SignUp"); } } Modified: pal-admin/trunk/src/main/resources/PAMessages.properties =================================================================== --- pal-admin/trunk/src/main/resources/PAMessages.properties 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/resources/PAMessages.properties 2007-06-21 08:58:49 UTC (rev 190) @@ -2,3 +2,4 @@ EPA0002=Could not send a forgotten password mail. EPA0003=Could not update a password. EPA0004=Could not read a term of service. +EPA0005=Could not load a user info. \ No newline at end of file Modified: pal-admin/trunk/src/main/resources/appMessages.properties =================================================================== --- pal-admin/trunk/src/main/resources/appMessages.properties 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/resources/appMessages.properties 2007-06-21 08:58:49 UTC (rev 190) @@ -80,4 +80,5 @@ forgotten.unable_to_update_pw=Failed to update your password, try again please. If you see this error message again, please contact a site administrator. could.not.read.term.of.service=Could not read a term of service. +incorrect.scret.answer=Incorrect secret password. Modified: pal-admin/trunk/src/main/resources/appMessages_ja.properties =================================================================== --- pal-admin/trunk/src/main/resources/appMessages_ja.properties 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/resources/appMessages_ja.properties 2007-06-21 08:58:49 UTC (rev 190) @@ -14,3 +14,5 @@ forgotten.unable_to_update_pw=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u66f4\u65b0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3057\u3070\u3089\u304f\u305f\u3063\u3066\u304b\u3089\u3001\u518d\u5ea6\u3001\u8a66\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u518d\u5ea6\u3001\u30a8\u30e9\u30fc\u304c\u8d77\u304d\u308b\u5834\u5408\u306f\u3001\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002 could.not.read.term.of.service=\u5229\u7528\u898f\u7d04\u3092\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002 +incorrect.scret.answer=\u300c\u79d8\u5bc6\u306e\u7b54\u3048\u300d\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002 + Modified: pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties =================================================================== --- pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label.properties 2007-06-21 08:58:49 UTC (rev 190) @@ -87,16 +87,16 @@ publicPortalRegistration.userIdTitle=\u30e6\u30fc\u30b6\u30fc ID \u306e\u5165\u529b publicPortalRegistration.typeUserId=\u3054\u5e0c\u671b\u306e\u30e6\u30fc\u30b6\u30fc ID \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 publicPortalRegistration.userId=\u30e6\u30fc\u30b6\u30fc ID -publicPortalRegistration.userIdCondition=\uff086\u301c32\u5b57\u306e\u534a\u89d2\u82f1\u6570\u5b57\uff09 -publicPortalRegistration.userIdExample=\uff08\u4f8b\uff1ahoge2000\u3001foo777\u306a\u3069\uff09 +publicPortalRegistration.userIdCondition= (6\u301c32\u5b57\u306e\u534a\u89d2\u82f1\u6570\u5b57) +publicPortalRegistration.userIdExample= (\u4f8b\uff1ahoge2000\u3001foo777\u306a\u3069) publicPortalRegistration.userIdHint=\u30e6\u30fc\u30b6\u30fc ID \u306b\u95a2\u3059\u308b\u30d2\u30f3\u30c8 publicPortalRegistration.userIdBeginWithAlphabet=\u6700\u521d\u306e\u6587\u5b57\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8 -publicPortalRegistration.underscoreAvailable=\u8a18\u53f7\u306f\u3001\u30a2\u30f3\u30c0\u30fc\u30d0\u30fc\uff08 _ \uff09\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059 +publicPortalRegistration.underscoreAvailable=\u8a18\u53f7\u306f\u3001\u30a2\u30f3\u30c0\u30fc\u30d0\u30fc ( _ ) \u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059 publicPortalRegistration.userInfoTitle=\u304a\u5ba2\u69d8\u60c5\u5831\u306e\u5165\u529b publicPortalRegistration.typeUserInfo=\u30e6\u30fc\u30b6\u30fc ID \u3084\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u306e\u5834\u5408\u306b\u3001\u4ee5\u4e0b\u306e\u60c5\u5831\u3092\u5143\u306b\u672c\u4eba\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059\u3002\u6b63\u78ba\u306b\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 publicPortalRegistration.userHomeInfoPostalPostalcode=\u90f5\u4fbf\u756a\u53f7 -publicPortalRegistration.userHomeInfoPostalPostalcodeCondition=\uff08\u534a\u89d2\u6570\u5b57\uff17\u6841\uff09 -publicPortalRegistration.userHomeInfoPostalPostalcodeExample=\uff08\u4f8b\uff1a123-0001\u30011230001\uff09 +publicPortalRegistration.userHomeInfoPostalPostalcodeCondition= (\u534a\u89d2\u6570\u5b57\uff17\u6841) +publicPortalRegistration.userHomeInfoPostalPostalcodeExample= (\u4f8b\uff1a123-0001\u30011230001) publicPortalRegistration.userGender=\u6027\u5225 publicPortalRegistration.male=\u7537\u6027 publicPortalRegistration.female=\u5973\u6027 @@ -105,11 +105,11 @@ publicPortalRegistration.userBdateMonth=\u6708 publicPortalRegistration.userBdateDate=\u65e5 publicPortalRegistration.userBusinessInfoOnlineEmail=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 -publicPortalRegistration.userBusinessInfoOnlineEmailCondition=\uff08\u534a\u89d2\uff09 +publicPortalRegistration.userBusinessInfoOnlineEmailCondition= (\u534a\u89d2) publicPortalRegistration.userIndustry=\u696d\u7a2e -publicPortalRegistration.ComputerInternet=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u7ba1\u7406/\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\uff09 -publicPortalRegistration.ComputerHardware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u30cf\u30fc\u30c9\u30a6\u30a8\u30a2\uff09 -publicPortalRegistration.ComputerSoftware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u30bd\u30d5\u30c8\u30a6\u30a8\u30a2\uff09 +publicPortalRegistration.ComputerInternet=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2 (\u7ba1\u7406/\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8) +publicPortalRegistration.ComputerHardware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2 (\u30cf\u30fc\u30c9\u30a6\u30a8\u30a2) +publicPortalRegistration.ComputerSoftware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2 (\u30bd\u30d5\u30c8\u30a6\u30a8\u30a2) publicPortalRegistration.Research=\u6559\u80b2/\u7814\u7a76 publicPortalRegistration.Engineering=\u30a8\u30f3\u30b8\u30cb\u30a2/\u5efa\u7bc9 publicPortalRegistration.Finance=\u9280\u884c/\u91d1\u878d/\u4e0d\u52d5\u7523 @@ -126,7 +126,7 @@ publicPortalRegistration.other=\u305d\u306e\u4ed6 publicPortalRegistration.userJobtitle=\u8077\u7a2e publicPortalRegistration.Officer=\u5f79\u54e1/\u7ba1\u7406\u8077 -publicPortalRegistration.Specialist=\u5c02\u9580\u8077\uff08\u533b\u5e2b\u3001\u5f01\u8b77\u58eb\u7b49\uff09 +publicPortalRegistration.Specialist=\u5c02\u9580\u8077 (\u533b\u5e2b\u3001\u5f01\u8b77\u58eb\u7b49) publicPortalRegistration.Teacher=\u6559\u54e1 publicPortalRegistration.ComputerEngineer=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u9023\u6280\u8853\u8005 publicPortalRegistration.Engineer=\u305d\u306e\u4ed6\u6280\u8853\u8005 @@ -152,11 +152,20 @@ publicPortalRegistration.SignUp=\u5229\u7528\u898f\u7d04\u306b\u540c\u610f\u3057\u3066\u767b\u9332 publicPortalRegistration.termOfService=\u5229\u7528\u898f\u7d04 publicPortalRegistration.name=\u6c0f\u540d -publicPortalRegistration.userNameFamily=\uff08\u59d3\uff09 -publicPortalRegistration.userNameGiven=\uff08\u540d\uff09 +publicPortalRegistration.userNameFamily= (\u59d3) +publicPortalRegistration.userNameGiven= (\u540d) publicPortalRegistration.nameYomi=\u6c0f\u540d(\u3075\u308a\u304c\u306a) -publicPortalRegistration.userNameFamilyYomi=\uff08\u59d3\uff09 -publicPortalRegistration.userNameGivenYomi=\uff08\u540d\uff09 +publicPortalRegistration.userNameFamilyYomi= (\u59d3) +publicPortalRegistration.userNameGivenYomi= (\u540d) publicPortalRegistrationCompleted.registAgain=\u518d\u5ea6\u3001\u30e6\u30fc\u30b6\u30fc\u3092\u767b\u9332\u3059\u308b\u5834\u5408\u306f\u3001\u4ee5\u4e0b\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002 publicPortalRegistrationCompleted.registLink=\u30e6\u30fc\u30b6\u30fc\u767b\u9332 +publicPortalForgottenPassword.pageMessage=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u306e\u65b9\u306f\u3001\u6307\u5b9a\u3055\u308c\u305f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3078\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u9001\u4fe1\u3057\u307e\u3059\u3002\u4ee5\u4e0b\u306b\u767b\u9332\u3057\u305f\u6b63\u78ba\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalForgottenPassword.Next=\u6b21\u3078 +publicPortalSecretAnswer.pageMessage=\u30e6\u30fc\u30b6\u30fc\u767b\u9332\u6642\u306b\u5165\u529b\u3057\u305f\u300c\u79d8\u5bc6\u306e\u8cea\u554f\u300d\u306b\u5bfe\u3059\u308b\u300c\u79d8\u5bc6\u306e\u7b54\u3048\u300d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalSecretAnswer.Finish=\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u9001\u4fe1 +publicPortalSecretAnswer.userSecretQuestion=\u79d8\u5bc6\u306e\u8cea\u554f +publicPortalSecretAnswer.userSecretAnswer=\u79d8\u5bc6\u306e\u7b54\u3048 +publicPortalForgottenPasswordCompleted.forgottenPasswordAgain=\u518d\u5ea6\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u518d\u767a\u884c\u3092\u884c\u3046\u5834\u5408\u306f\u3001\u4ee5\u4e0b\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalForgottenPasswordCompleted.forgottenPasswordLink=\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u518d\u767a\u884c + Modified: pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties =================================================================== --- pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/registration/label_ja.properties 2007-06-21 08:58:49 UTC (rev 190) @@ -87,16 +87,16 @@ publicPortalRegistration.userIdTitle=\u30e6\u30fc\u30b6\u30fc ID \u306e\u5165\u529b publicPortalRegistration.typeUserId=\u3054\u5e0c\u671b\u306e\u30e6\u30fc\u30b6\u30fc ID \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 publicPortalRegistration.userId=\u30e6\u30fc\u30b6\u30fc ID -publicPortalRegistration.userIdCondition=\uff086\u301c32\u5b57\u306e\u534a\u89d2\u82f1\u6570\u5b57\uff09 -publicPortalRegistration.userIdExample=\uff08\u4f8b\uff1ahoge2000\u3001foo777\u306a\u3069\uff09 +publicPortalRegistration.userIdCondition= (6\u301c32\u5b57\u306e\u534a\u89d2\u82f1\u6570\u5b57) +publicPortalRegistration.userIdExample= (\u4f8b\uff1ahoge2000\u3001foo777\u306a\u3069) publicPortalRegistration.userIdHint=\u30e6\u30fc\u30b6\u30fc ID \u306b\u95a2\u3059\u308b\u30d2\u30f3\u30c8 publicPortalRegistration.userIdBeginWithAlphabet=\u6700\u521d\u306e\u6587\u5b57\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8 -publicPortalRegistration.underscoreAvailable=\u8a18\u53f7\u306f\u3001\u30a2\u30f3\u30c0\u30fc\u30d0\u30fc\uff08 _ \uff09\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059 +publicPortalRegistration.underscoreAvailable=\u8a18\u53f7\u306f\u3001\u30a2\u30f3\u30c0\u30fc\u30d0\u30fc ( _ ) \u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059 publicPortalRegistration.userInfoTitle=\u304a\u5ba2\u69d8\u60c5\u5831\u306e\u5165\u529b publicPortalRegistration.typeUserInfo=\u30e6\u30fc\u30b6\u30fc ID \u3084\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u306e\u5834\u5408\u306b\u3001\u4ee5\u4e0b\u306e\u60c5\u5831\u3092\u5143\u306b\u672c\u4eba\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059\u3002\u6b63\u78ba\u306b\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 publicPortalRegistration.userHomeInfoPostalPostalcode=\u90f5\u4fbf\u756a\u53f7 -publicPortalRegistration.userHomeInfoPostalPostalcodeCondition=\uff08\u534a\u89d2\u6570\u5b57\uff17\u6841\uff09 -publicPortalRegistration.userHomeInfoPostalPostalcodeExample=\uff08\u4f8b\uff1a123-0001\u30011230001\uff09 +publicPortalRegistration.userHomeInfoPostalPostalcodeCondition= (\u534a\u89d2\u6570\u5b57\uff17\u6841) +publicPortalRegistration.userHomeInfoPostalPostalcodeExample= (\u4f8b\uff1a123-0001\u30011230001) publicPortalRegistration.userGender=\u6027\u5225 publicPortalRegistration.male=\u7537\u6027 publicPortalRegistration.female=\u5973\u6027 @@ -105,11 +105,11 @@ publicPortalRegistration.userBdateMonth=\u6708 publicPortalRegistration.userBdateDate=\u65e5 publicPortalRegistration.userBusinessInfoOnlineEmail=\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 -publicPortalRegistration.userBusinessInfoOnlineEmailCondition=\uff08\u534a\u89d2\uff09 +publicPortalRegistration.userBusinessInfoOnlineEmailCondition= (\u534a\u89d2) publicPortalRegistration.userIndustry=\u696d\u7a2e -publicPortalRegistration.ComputerInternet=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u7ba1\u7406/\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\uff09 -publicPortalRegistration.ComputerHardware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u30cf\u30fc\u30c9\u30a6\u30a8\u30a2\uff09 -publicPortalRegistration.ComputerSoftware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2\uff08\u30bd\u30d5\u30c8\u30a6\u30a8\u30a2\uff09 +publicPortalRegistration.ComputerInternet=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2 (\u7ba1\u7406/\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8) +publicPortalRegistration.ComputerHardware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2 (\u30cf\u30fc\u30c9\u30a6\u30a8\u30a2) +publicPortalRegistration.ComputerSoftware=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u4fc2 (\u30bd\u30d5\u30c8\u30a6\u30a8\u30a2) publicPortalRegistration.Research=\u6559\u80b2/\u7814\u7a76 publicPortalRegistration.Engineering=\u30a8\u30f3\u30b8\u30cb\u30a2/\u5efa\u7bc9 publicPortalRegistration.Finance=\u9280\u884c/\u91d1\u878d/\u4e0d\u52d5\u7523 @@ -126,7 +126,7 @@ publicPortalRegistration.other=\u305d\u306e\u4ed6 publicPortalRegistration.userJobtitle=\u8077\u7a2e publicPortalRegistration.Officer=\u5f79\u54e1/\u7ba1\u7406\u8077 -publicPortalRegistration.Specialist=\u5c02\u9580\u8077\uff08\u533b\u5e2b\u3001\u5f01\u8b77\u58eb\u7b49\uff09 +publicPortalRegistration.Specialist=\u5c02\u9580\u8077 (\u533b\u5e2b\u3001\u5f01\u8b77\u58eb\u7b49) publicPortalRegistration.Teacher=\u6559\u54e1 publicPortalRegistration.ComputerEngineer=\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u95a2\u9023\u6280\u8853\u8005 publicPortalRegistration.Engineer=\u305d\u306e\u4ed6\u6280\u8853\u8005 @@ -152,10 +152,20 @@ publicPortalRegistration.SignUp=\u5229\u7528\u898f\u7d04\u306b\u540c\u610f\u3057\u3066\u767b\u9332 publicPortalRegistration.termOfService=\u5229\u7528\u898f\u7d04 publicPortalRegistration.name=\u6c0f\u540d -publicPortalRegistration.userNameFamily=\uff08\u59d3\uff09 -publicPortalRegistration.userNameGiven=\uff08\u540d\uff09 +publicPortalRegistration.userNameFamily= (\u59d3) +publicPortalRegistration.userNameGiven= (\u540d) publicPortalRegistration.nameYomi=\u6c0f\u540d(\u3075\u308a\u304c\u306a) -publicPortalRegistration.userNameFamilyYomi=\uff08\u59d3\uff09 -publicPortalRegistration.userNameGivenYomi=\uff08\u540d\uff09 +publicPortalRegistration.userNameFamilyYomi= (\u59d3) +publicPortalRegistration.userNameGivenYomi= (\u540d) publicPortalRegistrationCompleted.registAgain=\u518d\u5ea6\u3001\u30e6\u30fc\u30b6\u30fc\u3092\u767b\u9332\u3059\u308b\u5834\u5408\u306f\u3001\u4ee5\u4e0b\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002 publicPortalRegistrationCompleted.registLink=\u30e6\u30fc\u30b6\u30fc\u767b\u9332 + +publicPortalForgottenPassword.pageMessage=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u306e\u65b9\u306f\u3001\u6307\u5b9a\u3055\u308c\u305f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3078\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u9001\u4fe1\u3057\u307e\u3059\u3002\u4ee5\u4e0b\u306b\u767b\u9332\u3057\u305f\u6b63\u78ba\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalForgottenPassword.Next=\u6b21\u3078 +publicPortalSecretAnswer.pageMessage=\u30e6\u30fc\u30b6\u30fc\u767b\u9332\u6642\u306b\u5165\u529b\u3057\u305f\u300c\u79d8\u5bc6\u306e\u8cea\u554f\u300d\u306b\u5bfe\u3059\u308b\u300c\u79d8\u5bc6\u306e\u7b54\u3048\u300d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalSecretAnswer.Finish=\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u9001\u4fe1 +publicPortalSecretAnswer.userSecretQuestion=\u79d8\u5bc6\u306e\u8cea\u554f +publicPortalSecretAnswer.userSecretAnswer=\u79d8\u5bc6\u306e\u7b54\u3048 +publicPortalForgottenPasswordCompleted.forgottenPasswordAgain=\u518d\u5ea6\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u518d\u767a\u884c\u3092\u884c\u3046\u5834\u5408\u306f\u3001\u4ee5\u4e0b\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +publicPortalForgottenPasswordCompleted.forgottenPasswordLink=\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u518d\u767a\u884c + Modified: pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml =================================================================== --- pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml 2007-06-21 08:58:49 UTC (rev 190) @@ -33,6 +33,12 @@ true + PublicPortalForgottenPasswordPortlet + public-view + true + true + + PublicPortalRegistrationPortlet public-view true Modified: pal-admin/trunk/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- pal-admin/trunk/src/main/webapp/WEB-INF/portlet.xml 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/webapp/WEB-INF/portlet.xml 2007-06-21 08:58:49 UTC (rev 190) @@ -167,7 +167,7 @@ ユーザーに新規パスワードをメールアドレスに送信要求をする機能を提供します。 ForgottenPasswordPortlet Forgotten Password - パスワード再発行ポートレット + パスワード再発行 org.apache.portals.bridges.portletfilter.FilterPortlet portlet-class @@ -211,10 +211,10 @@ Provides users with the ability register as a new user with the public portal. - ユーザーにポータルの新規登録する機能を提供します。 + ポータルの新規登録する機能を提供します。 PublicPortalRegistrationPortlet Public Portal Registration - ユーザー登録 + 一般公開用ユーザー登録 org.apache.portals.bridges.portletfilter.FilterPortlet portlet-class @@ -282,4 +282,51 @@ Registration + + Provides users with the ability to request a new password to be sent to their email address. + ユーザーに新規パスワードをメールアドレスに送信要求をする機能を提供します。 + PublicPortalForgottenPasswordPortlet + Public Portal Forgotten Password + 一般公開用パスワード再発行 + org.apache.portals.bridges.portletfilter.FilterPortlet + + portlet-class + org.seasar.teeda.core.portlet.FacesPortlet + + + portlet-filters + jp.sf.pal.admin.filter.ForgottenPasswordFilter,jp.sf.pal.facesresponse.FacesResponseFilter,jp.sf.pal.pooptimizer.OptimizerFilter,org.seasar.portlet.filter.S2PortletFilter,org.seasar.portlet.filter.HotdeployPortletFilter + + + view-page + /view/registration/publicPortalForgottenPassword.html + + + This is the template in which you setup an email to be sent after user exists + jp.sf.pal.admin.EmailTemplateLocation + /WEB-INF/template/userreg/ + + + This is the template in which you setup an email to be sent after user exists + jp.sf.pal.admin.EmailTemplateName + forgottenPasswdEmail.vm + + + jp.sf.pal.admin.ReturnPath + /forgot.psml + + 0 + + text/html + VIEW + + en + ja + jp.sf.pal.admin.web.registration.ForgottenPassword + + Forgotten Password + Forgotten Password + tools,users,password,forgotten,lost,passwd + + Added: pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPassword.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPassword.html 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPassword.html 2007-06-21 08:58:49 UTC (rev 190) @@ -0,0 +1,27 @@ + + + + + + + + +
    +
    + +
    + +
    + +
    +
    + : + +
    +
    + +
    + +
    + + Property changes on: pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPassword.html ___________________________________________________________________ Name: svn:eol-style + native Added: pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPasswordCompleted.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPasswordCompleted.html 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPasswordCompleted.html 2007-06-21 08:58:49 UTC (rev 190) @@ -0,0 +1,21 @@ + + + + + + + + +
    +
    + +
    +
    + +
    + +
    + + Property changes on: pal-admin/trunk/src/main/webapp/view/registration/publicPortalForgottenPasswordCompleted.html ___________________________________________________________________ Name: svn:eol-style + native Modified: pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalRegistrationCompleted.html 2007-06-21 08:58:49 UTC (rev 190) @@ -10,10 +10,10 @@
    -
    +
    -
    + Added: pal-admin/trunk/src/main/webapp/view/registration/publicPortalSecretAnswer.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/registration/publicPortalSecretAnswer.html 2007-06-21 05:57:49 UTC (rev 189) +++ pal-admin/trunk/src/main/webapp/view/registration/publicPortalSecretAnswer.html 2007-06-21 08:58:49 UTC (rev 190) @@ -0,0 +1,32 @@ + + + + + + + + +
    +
    + +
    + +
    + +
    + +
    + : + 質問 +
    +
    + : + +
    +
    + +
    + +
    + + Property changes on: pal-admin/trunk/src/main/webapp/view/registration/publicPortalSecretAnswer.html ___________________________________________________________________ Name: svn:eol-style + native From svnnotify @ sourceforge.jp Fri Jun 22 09:33:46 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Fri, 22 Jun 2007 09:33:46 +0900 Subject: [pal-cvs 2459] [191] if secret answer is null.. Message-ID: <20070622003346.B5E6D2AC01F@users.sourceforge.jp> Revision: 191 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=191 Author: shinsuke Date: 2007-06-22 09:33:46 +0900 (Fri, 22 Jun 2007) Log Message: ----------- if secret answer is null.. Modified Paths: -------------- pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java -------------- next part -------------- Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java 2007-06-21 08:58:49 UTC (rev 190) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserRegistrationService.java 2007-06-22 00:33:46 UTC (rev 191) @@ -19,7 +19,6 @@ import jp.sf.pal.admin.util.PortalComponentUtil; import jp.sf.pal.admin.util.UserRegistrationUtil; import jp.sf.pal.admin.web.registration.ForgottenPasswordPage; -import jp.sf.pal.admin.web.registration.PublicPortalRegistrationCompletedPage; import jp.sf.pal.admin.web.registration.PublicPortalRegistrationPage; import jp.sf.pal.admin.web.registration.PublicPortalSecretAnswerPage; import jp.sf.pal.admin.web.registration.ResetPasswordPage; @@ -208,6 +207,10 @@ { return true; } + else if (page.getUserSecretAnswer() == null && userSecretAnswer.equals("")) + { + return true; + } return false; } From svnnotify @ sourceforge.jp Fri Jun 22 09:57:03 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Fri, 22 Jun 2007 09:57:03 +0900 Subject: [pal-cvs 2460] [192] added overwrite option Message-ID: <20070622005704.066852AC01F@users.sourceforge.jp> Revision: 192 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=192 Author: shinsuke Date: 2007-06-22 09:57:03 +0900 (Fri, 22 Jun 2007) Log Message: ----------- added overwrite option Modified Paths: -------------- pal-portal/trunk/portlets/build-portlet.xml pal-portal/trunk/portlets/build.xml -------------- next part -------------- Modified: pal-portal/trunk/portlets/build-portlet.xml =================================================================== --- pal-portal/trunk/portlets/build-portlet.xml 2007-06-22 00:33:46 UTC (rev 191) +++ pal-portal/trunk/portlets/build-portlet.xml 2007-06-22 00:57:03 UTC (rev 192) @@ -169,7 +169,7 @@ - + Modified: pal-portal/trunk/portlets/build.xml =================================================================== --- pal-portal/trunk/portlets/build.xml 2007-06-22 00:33:46 UTC (rev 191) +++ pal-portal/trunk/portlets/build.xml 2007-06-22 00:57:03 UTC (rev 192) @@ -135,7 +135,7 @@ - + From svnnotify @ sourceforge.jp Sat Jun 23 22:16:44 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Sat, 23 Jun 2007 22:16:44 +0900 Subject: [pal-cvs 2461] [193] added upgrade script Message-ID: <20070623131644.9A6D02AC02C@users.sourceforge.jp> Revision: 193 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=193 Author: shinsuke Date: 2007-06-23 22:16:44 +0900 (Sat, 23 Jun 2007) Log Message: ----------- added upgrade script Added Paths: ----------- pal-portal/trunk/portal/scripts/upgrade.sh -------------- next part -------------- Added: pal-portal/trunk/portal/scripts/upgrade.sh =================================================================== --- pal-portal/trunk/portal/scripts/upgrade.sh 2007-06-22 00:57:03 UTC (rev 192) +++ pal-portal/trunk/portal/scripts/upgrade.sh 2007-06-23 13:16:44 UTC (rev 193) @@ -0,0 +1,112 @@ +#!/bin/sh + +help () { + echo " upgrade.sh -p -i -n " + echo " -p Installed portal." + echo " ex. " + echo " -i New portal image." + echo " -n Portal name." + echo " ex. palportal" +} + +while getopts p:i:n: opt +do + case ${opt} in + p) + INSTALLED_PORTAL_DIR=${OPTARG};; + i) + NEW_PORTAL_DIR=${OPTARG};; + n) + PORTAL_NAME=${OPTARG};; + \?) + help; + exit 1;; + esac +done + +if [ x$INSTALLED_PORTAL_DIR = "x" -o x$NEW_PORTAL_DIR = "x" -o x$PORTAL_NAME = "x" ] ; then + help; + exit 1; +fi + +# conf/Catalina/localhost +cp $NEW_PORTAL_DIR/conf/Catalina/localhost/* $INSTALLED_PORTAL_DIR/conf/Catalina/localhost + +# shared/lib +rm -f $INSTALLED_PORTAL_DIR/shared/lib/jetspeed* +rm -f $INSTALLED_PORTAL_DIR/shared/lib/portlet* +rm -f $INSTALLED_PORTAL_DIR/shared/lib/portals* +rm -f $INSTALLED_PORTAL_DIR/shared/lib/derby* +rm -f $INSTALLED_PORTAL_DIR/shared/lib/pluto* + +cp $NEW_PORTAL_DIR/shared/lib/* $INSTALLED_PORTAL_DIR/shared/lib/ + +# webapps/$PORTAL_NAME +rm -f $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/lib/* +PORTAL_PAGES_DIR=/tmp/portal_pages_dir.$$ +mv $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/pages $PORTAL_PAGES_DIR +PORTAL_CONF_DIR=/tmp/portal_conf_dir.$$ +mv $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/conf $PORTAL_CONF_DIR +PORTAL_ASSEMBLY_DIR=/tmp/portal_assembly_dir.$$ +mv $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/assembly $PORTAL_ASSEMBLY_DIR +PORTAL_DECORATIONS_DIR=/tmp/portal_decorations_dir.$$ +mv $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/decorations/ $PORTAL_DECORATIONS_DIR + +cp -r $NEW_PORTAL_DIR/webapps/$PORTAL_NAME $INSTALLED_PORTAL_DIR/webapps/ + +# pages +echo "======================================================================" +echo "Do you want to use new pages(PSML files) (y|n)?" +read answer +case $answer in + yes | YES | Yes | y | Y) + echo "Replaced with new pages.";; + *) + rm -rf $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/pages; + mv $PORTAL_PAGES_DIR $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/pages; + echo "Use existing pages.";; +esac + +# conf +echo "======================================================================" +echo "Do you want to use new configuration files (y|n)?" +read answer +case $answer in + yes | YES | Yes | y | Y) + echo "Replaced with new configuration files.";; + *) + rm -rf $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/conf; + mv $PORTAL_CONF_DIR $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/conf; + echo "Use existing configuration files.";; +esac + +# assembly +echo "======================================================================" +echo "Do you want to use new assembly files(spring files) (y|n)?" +read answer +case $answer in + yes | YES | Yes | y | Y) + echo "Replaced with new assembly files.";; + *) + rm -rf $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/assembly; + mv $PORTAL_ASSEMBLY_DIR $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/assembly; + echo "Use existing assembly files.";; +esac + +# decorations +echo "======================================================================" +echo "Do you want to use new decorations files (y|n)?" +read answer +case $answer in + yes | YES | Yes | y | Y) + echo "Replaced with new decorations files.";; + *) + rm -rf $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/decorations; + mv $PORTAL_DECORATIONS_DIR $INSTALLED_PORTAL_DIR/webapps/$PORTAL_NAME/WEB-INF/decorations; + echo "Use existing decorations files.";; +esac + +# webapps/j2-admin.war +cp $NEW_PORTAL_DIR/webapps/j2-admin.war $INSTALLED_PORTAL_DIR/webapps/ + + Property changes on: pal-portal/trunk/portal/scripts/upgrade.sh ___________________________________________________________________ Name: svn:eol-style + native From svnnotify @ sourceforge.jp Tue Jun 26 07:01:02 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 26 Jun 2007 07:01:02 +0900 Subject: [pal-cvs 2462] [194] create a distribution for upgrade. Message-ID: <20070625220102.84C9A2AC01B@users.sourceforge.jp> Revision: 194 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=194 Author: shinsuke Date: 2007-06-26 07:01:02 +0900 (Tue, 26 Jun 2007) Log Message: ----------- create a distribution for upgrade. Modified Paths: -------------- pal-portal/trunk/build.properties pal-portal/trunk/build.xml pal-portal/trunk/portal/build.xml Added Paths: ----------- pal-portal/trunk/upgrade/ pal-portal/trunk/upgrade/build-upgrade.xml -------------- next part -------------- Modified: pal-portal/trunk/build.properties =================================================================== --- pal-portal/trunk/build.properties 2007-06-23 13:16:44 UTC (rev 193) +++ pal-portal/trunk/build.properties 2007-06-25 22:01:02 UTC (rev 194) @@ -43,10 +43,11 @@ dist.server.home=${dist.portal.dir} dist.server.shared=${dist.server.home}/shared/lib dist.server.war.dir=${dist.server.home}/webapps/ -dist.portlets.dir=${dist.dir}/portlets -dist.portletpack.file=${dist.dir}/PALPortal-portletpack -dist.porletpack.excludes=*helloworld*, charttest*, teeda-ajax-portlet* +upgrade.dir=${basedir}/upgrade +upgrade.build.dir=${upgrade.dir}/target + + # # Tomcat # @@ -63,7 +64,7 @@ org.apache.jetspeed.portal.currentVersion=${portal.version} # Jetspeed SVN revision -jetspeed2.revision=548891 +jetspeed2.revision=550316 # Dependencies for Jetspeed jetspeed.version=2.2-dev_pal-${portal.version} @@ -117,12 +118,9 @@ -Dspring.version="${spring.version}" \ -Dspring.modules.version="${spring.modules.version}" \ -jetspeed2.deploy.options=\ +jetspeed2.deploy.base.options=\ -Djetspeed.version="${jetspeed.version}" \ -Dorg.apache.jetspeed.catalina.version.major=${org.apache.jetspeed.catalina.version.major} \ --Dorg.apache.jetspeed.server.home=${org.apache.jetspeed.server.home} \ --Dorg.apache.jetspeed.server.shared=${org.apache.jetspeed.server.shared} \ --Dorg.apache.jetspeed.deploy.war.dir=${org.apache.jetspeed.deploy.war.dir} \ -Dorg.apache.jetspeed.services.autodeployment.user=${org.apache.jetspeed.services.autodeployment.user} \ -Dorg.apache.jetspeed.services.autodeployment.password=${org.apache.jetspeed.services.autodeployment.password} \ -Dorg.apache.jetspeed.production.database.default.name=${org.apache.jetspeed.production.database.default.name} \ @@ -132,21 +130,21 @@ -Dorg.apache.jetspeed.production.database.password=${org.apache.jetspeed.production.database.password} \ -Dorg.apache.jetspeed.production.jdbc.drivers.path=${org.apache.jetspeed.production.jdbc.drivers.path} \ +jetspeed2.deploy.options=\ +-Dorg.apache.jetspeed.server.home=${org.apache.jetspeed.server.home} \ +-Dorg.apache.jetspeed.server.shared=${org.apache.jetspeed.server.shared} \ +-Dorg.apache.jetspeed.deploy.war.dir=${org.apache.jetspeed.deploy.war.dir} \ + jetspeed2.dist.deploy.options=\ --Djetspeed.version="${jetspeed.version}" \ --Dorg.apache.jetspeed.catalina.version.major=${org.apache.jetspeed.catalina.version.major} \ -Dorg.apache.jetspeed.server.home=${dist.server.home} \ -Dorg.apache.jetspeed.server.shared=${dist.server.shared} \ -Dorg.apache.jetspeed.deploy.war.dir=${dist.server.war.dir} \ --Dorg.apache.jetspeed.services.autodeployment.user=${org.apache.jetspeed.services.autodeployment.user} \ --Dorg.apache.jetspeed.services.autodeployment.password=${org.apache.jetspeed.services.autodeployment.password} \ --Dorg.apache.jetspeed.production.database.default.name=${org.apache.jetspeed.production.database.default.name} \ --Dorg.apache.jetspeed.production.database.url="${org.apache.jetspeed.production.database.url}" \ --Dorg.apache.jetspeed.production.database.driver=${org.apache.jetspeed.production.database.driver} \ --Dorg.apache.jetspeed.production.database.user=${org.apache.jetspeed.production.database.user} \ --Dorg.apache.jetspeed.production.database.password=${org.apache.jetspeed.production.database.password} \ --Dorg.apache.jetspeed.production.jdbc.drivers.path=${org.apache.jetspeed.production.jdbc.drivers.path} \ +jetspeed2.upgrade.deploy.options=\ +-Dorg.apache.jetspeed.server.home=${upgrade.build.dir}/distribution/${org.apache.jetspeed.portal.artifactId}-upgrade-${portal.version} \ +-Dorg.apache.jetspeed.server.shared=${upgrade.build.dir}/distribution/${org.apache.jetspeed.portal.artifactId}-upgrade-${portal.version}/shared/lib \ +-Dorg.apache.jetspeed.deploy.war.dir=${upgrade.build.dir}/distribution/${org.apache.jetspeed.portal.artifactId}-upgrade-${portal.version}/webapps \ + jetspeed2.installer.options=\ -Dportal.dir="${portal.dir}" \ -Dorg.apache.jetspeed.portal.groupId="${org.apache.jetspeed.portal.groupId}" \ Modified: pal-portal/trunk/build.xml =================================================================== --- pal-portal/trunk/build.xml 2007-06-23 13:16:44 UTC (rev 193) +++ pal-portal/trunk/build.xml 2007-06-25 22:01:02 UTC (rev 194) @@ -250,6 +250,41 @@ /> + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: pal-portal/trunk/portal/build.xml =================================================================== --- pal-portal/trunk/portal/build.xml 2007-06-23 13:16:44 UTC (rev 193) +++ pal-portal/trunk/portal/build.xml 2007-06-25 22:01:02 UTC (rev 194) @@ -246,7 +246,7 @@ failonerror="true" dir="${portal.dir}" > - + @@ -259,7 +259,7 @@ failonerror="true" dir="${portal.dir}" > - + @@ -275,7 +275,7 @@ failonerror="true" dir="${portal.dir}" > - + - + @@ -296,7 +296,7 @@ failonerror="true" dir="${portal.dir}" > - + - + + + + + + + + + + + + + Added: pal-portal/trunk/upgrade/build-upgrade.xml =================================================================== --- pal-portal/trunk/upgrade/build-upgrade.xml 2007-06-23 13:16:44 UTC (rev 193) +++ pal-portal/trunk/upgrade/build-upgrade.xml 2007-06-25 22:01:02 UTC (rev 194) @@ -0,0 +1,158 @@ + + + + + + + +__________ ___ ____ +| \ / \ | | +| +----\ \ / _ \ | | +| | | | / / \ \ | | +| +----/ / / / \ \ | | ~ PAL Portal Server ~ +| / / /_____\ \ | | ver. ${portal.version} +| +-----/ / \ | | +| | / ___________ \ | | Produced by +| | / / \ \ | |____________ PAL Project +| | / / \ \ | | +|__| /__/ \__\ |______________| + + + + + + + + ------------------------------------------------------------ + + + + + + The path is empty.. + Portal does not exist. + + ------------------------------------------------------------ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ------------------------------------------------------------ + + + + + + + + ------------------------------------------------------------ + + + + + + + + ------------------------------------------------------------ + + + + + + + + ------------------------------------------------------------ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Property changes on: pal-portal/trunk/upgrade/build-upgrade.xml ___________________________________________________________________ Name: svn:eol-style + native From svnnotify @ sourceforge.jp Tue Jun 26 13:01:12 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 26 Jun 2007 13:01:12 +0900 Subject: [pal-cvs 2463] [195] clear parameters after finish Message-ID: <20070626040112.846182AC02E@users.sourceforge.jp> Revision: 195 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=195 Author: shinsuke Date: 2007-06-26 13:01:12 +0900 (Tue, 26 Jun 2007) Log Message: ----------- clear parameters after finish Modified Paths: -------------- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ForgottenPasswordPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java -------------- next part -------------- Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ForgottenPasswordPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ForgottenPasswordPage.java 2007-06-25 22:01:02 UTC (rev 194) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/ForgottenPasswordPage.java 2007-06-26 04:01:12 UTC (rev 195) @@ -22,8 +22,7 @@ /** * Logger for this class */ - private static final Logger logger = Logger - .getLogger(ForgottenPasswordPage.class); + private static final Logger logger = Logger.getLogger(ForgottenPasswordPage.class); private FacesContext facesContext; @@ -106,8 +105,7 @@ /** * @param userRegistrationService the userRegistrationService to set */ - public void setUserRegistrationService( - UserRegistrationService userRegistrationService) + public void setUserRegistrationService(UserRegistrationService userRegistrationService) { this.userRegistrationService = userRegistrationService; } @@ -120,8 +118,7 @@ public Class prerender() { //TODO Teeda problem: ExternalContext is released after calling action.. - setGuid((String) FacesContext.getCurrentInstance().getExternalContext() - .getRequestParameterMap().get("guid")); + setGuid((String) FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("guid")); if (getGuid() != null) { return ResetPasswordPage.class; @@ -135,6 +132,7 @@ { getUserRegistrationService().sendNewPassword(this); FacesMessageUtil.addInfoMessage("an_email_has_been_sent"); + return ForgottenPasswordPage.class; } catch (CommonException e) { Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java 2007-06-25 22:01:02 UTC (rev 194) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/registration/UserRegistrationPage.java 2007-06-26 04:01:12 UTC (rev 195) @@ -11,8 +11,6 @@ import jp.sf.pal.common.CommonException; import org.seasar.framework.log.Logger; -import org.seasar.teeda.extension.annotation.takeover.TakeOver; -import org.seasar.teeda.extension.annotation.takeover.TakeOverType; import org.seasar.teeda.extension.annotation.validator.Length; import org.seasar.teeda.extension.annotation.validator.Required; import org.seasar.teeda.extension.util.LabelHelper; @@ -1045,6 +1043,7 @@ { FacesMessageUtil.addInfoMessage("success.login_above"); } + return UserRegistrationPage.class; } catch (CommonException e) { From svnnotify @ sourceforge.jp Tue Jun 26 13:01:49 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 26 Jun 2007 13:01:49 +0900 Subject: [pal-cvs 2464] [196] updated j2 version Message-ID: <20070626040149.D02C22AC01B@users.sourceforge.jp> Revision: 196 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=196 Author: shinsuke Date: 2007-06-26 13:01:49 +0900 (Tue, 26 Jun 2007) Log Message: ----------- updated j2 version Modified Paths: -------------- pal-admin/trunk/pom.xml -------------- next part -------------- Modified: pal-admin/trunk/pom.xml =================================================================== --- pal-admin/trunk/pom.xml 2007-06-26 04:01:12 UTC (rev 195) +++ pal-admin/trunk/pom.xml 2007-06-26 04:01:49 UTC (rev 196) @@ -245,7 +245,7 @@ org.apache.portals.jetspeed-2 jetspeed-api - 2.2-dev_pal-1.0-beta5-dev + 2.2-dev_pal-1.0-beta6-dev provided @@ -253,7 +253,7 @@ org.apache.portals.jetspeed-2 jetspeed-locator - 2.2-dev_pal-1.0-beta5-dev + 2.2-dev_pal-1.0-beta6-dev org.apache.pluto From svnnotify @ sourceforge.jp Tue Jun 26 13:03:14 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 26 Jun 2007 13:03:14 +0900 Subject: [pal-cvs 2465] [197] removed takeover annotation Message-ID: <20070626040314.9E0BE2AC01B@users.sourceforge.jp> Revision: 197 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=197 Author: shinsuke Date: 2007-06-26 13:03:14 +0900 (Tue, 26 Jun 2007) Log Message: ----------- removed takeover annotation Modified Paths: -------------- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/group/GroupConfirmPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/role/RoleConfirmPage.java -------------- next part -------------- Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/group/GroupConfirmPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/group/GroupConfirmPage.java 2007-06-26 04:01:49 UTC (rev 196) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/group/GroupConfirmPage.java 2007-06-26 04:03:14 UTC (rev 197) @@ -24,8 +24,6 @@ import jp.sf.pal.admin.web.CrudType; import org.seasar.framework.log.Logger; -import org.seasar.teeda.extension.annotation.takeover.TakeOver; -import org.seasar.teeda.extension.annotation.takeover.TakeOverType; public class GroupConfirmPage extends AbstractGroupPage implements Serializable { @@ -51,7 +49,6 @@ return null; } - @TakeOver(type = TakeOverType.NEVER) public Class doFinish() { switch (getCrudType()) Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/role/RoleConfirmPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/role/RoleConfirmPage.java 2007-06-26 04:01:49 UTC (rev 196) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/role/RoleConfirmPage.java 2007-06-26 04:03:14 UTC (rev 197) @@ -25,8 +25,6 @@ import jp.sf.pal.admin.web.CrudType; import org.seasar.framework.log.Logger; -import org.seasar.teeda.extension.annotation.takeover.TakeOver; -import org.seasar.teeda.extension.annotation.takeover.TakeOverType; public class RoleConfirmPage extends AbstractRolePage implements Serializable { @@ -50,7 +48,6 @@ return null; } - @TakeOver(type = TakeOverType.NEVER) public Class doFinish() { switch (getCrudType()) From svnnotify @ sourceforge.jp Tue Jun 26 13:03:56 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 26 Jun 2007 13:03:56 +0900 Subject: [pal-cvs 2466] [198] added user attributes management Message-ID: <20070626040356.B79CF2AC01B@users.sourceforge.jp> Revision: 198 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=198 Author: shinsuke Date: 2007-06-26 13:03:56 +0900 (Tue, 26 Jun 2007) Log Message: ----------- added user attributes management Modified Paths: -------------- pal-admin/trunk/src/main/java/jp/sf/pal/admin/logic/SecurityProviderLogic.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserManagementService.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserListPage.java pal-admin/trunk/src/main/resources/appMessages.properties pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/user/label.properties pal-admin/trunk/src/main/webapp/view/user/userEdit.html pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html Added Paths: ----------- pal-admin/trunk/src/main/java/jp/sf/pal/admin/pager/UserAttributePager.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/AbstractUserAttributePage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeConfirmPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeEditPage.java pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeListPage.java pal-admin/trunk/src/main/webapp/view/user/userAttributeConfirm.html pal-admin/trunk/src/main/webapp/view/user/userAttributeEdit.html pal-admin/trunk/src/main/webapp/view/user/userAttributeList.html -------------- next part -------------- Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/logic/SecurityProviderLogic.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/logic/SecurityProviderLogic.java 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/logic/SecurityProviderLogic.java 2007-06-26 04:03:56 UTC (rev 198) @@ -20,9 +20,13 @@ import java.security.Principal; import java.util.ArrayList; import java.util.Calendar; +import java.util.HashMap; import java.util.Iterator; import java.util.List; +import java.util.Map; import java.util.Set; +import java.util.prefs.BackingStoreException; +import java.util.prefs.Preferences; import javax.security.auth.Subject; @@ -34,6 +38,7 @@ import jp.sf.pal.admin.entity.User; import jp.sf.pal.admin.pager.GroupPager; import jp.sf.pal.admin.pager.RolePager; +import jp.sf.pal.admin.pager.UserAttributePager; import jp.sf.pal.admin.pager.UserPager; import jp.sf.pal.admin.util.PortalComponentUtil; import jp.sf.pal.admin.util.PALAdminUtil; @@ -64,8 +69,7 @@ /** * Logger for this class */ - private static final Logger logger = Logger - .getLogger(SecurityProviderLogic.class); + private static final Logger logger = Logger.getLogger(SecurityProviderLogic.class); private transient SecurityProvider securityProvider = null; @@ -94,8 +98,7 @@ { if (authenticationProviderProxy == null) { - authenticationProviderProxy = getSecurityProvider() - .getAuthenticationProviderProxy(); + authenticationProviderProxy = getSecurityProvider().getAuthenticationProviderProxy(); } return authenticationProviderProxy; } @@ -103,8 +106,7 @@ /** * @param authenticationProviderProxy the authenticationProviderProxy to set */ - public void setAuthenticationProviderProxy( - AuthenticationProviderProxy authenticationProviderProxy) + public void setAuthenticationProviderProxy(AuthenticationProviderProxy authenticationProviderProxy) { this.authenticationProviderProxy = authenticationProviderProxy; } @@ -116,8 +118,7 @@ { if (roleSecurityHandler == null) { - roleSecurityHandler = getSecurityProvider() - .getRoleSecurityHandler(); + roleSecurityHandler = getSecurityProvider().getRoleSecurityHandler(); } return roleSecurityHandler; } @@ -137,8 +138,7 @@ { if (groupSecurityHandler == null) { - groupSecurityHandler = getSecurityProvider() - .getGroupSecurityHandler(); + groupSecurityHandler = getSecurityProvider().getGroupSecurityHandler(); } return groupSecurityHandler; } @@ -146,8 +146,7 @@ /** * @param groupSecurityHandler the groupSecurityHandler to set */ - public void setGroupSecurityHandler( - GroupSecurityHandler groupSecurityHandler) + public void setGroupSecurityHandler(GroupSecurityHandler groupSecurityHandler) { this.groupSecurityHandler = groupSecurityHandler; } @@ -290,9 +289,7 @@ if (pager.getAuthenticationProviderName() == null) { - pager - .setAuthenticationProviderName(getAuthenticationProviderProxy() - .getDefaultAuthenticationProvider()); + pager.setAuthenticationProviderName(getAuthenticationProviderProxy().getDefaultAuthenticationProvider()); } StringBuffer fb = new StringBuffer("AdvanceFilter: "); @@ -303,25 +300,20 @@ try { // set count - pager.setCount(getAuthenticationProviderProxy().getUserCount( - fb.toString(), pager.getAuthenticationProviderName())); + pager.setCount(getAuthenticationProviderProxy().getUserCount(fb.toString(), pager.getAuthenticationProviderName())); int startAtIndex = pager.getOffset() + 1; int endAtIndex = startAtIndex + pager.getLimit(); - fb.append(", startAtIndex=").append(startAtIndex).append( - ", endAtIndex=").append(endAtIndex); + fb.append(", startAtIndex=").append(startAtIndex).append(", endAtIndex=").append(endAtIndex); - List principals = getAuthenticationProviderProxy() - .getUserPrincipals(fb.toString(), - pager.getAuthenticationProviderName()); + List principals = getAuthenticationProviderProxy().getUserPrincipals(fb.toString(), + pager.getAuthenticationProviderName()); int size = principals.size(); if (logger.isDebugEnabled()) { - logger.debug("getUsers(UserPager) - pager.getFilter()=" - + pager.getFilter()); - logger.debug("getUsers(UserPager) - size=" + size + ", filter=" - + fb.toString()); + logger.debug("getUsers(UserPager) - pager.getFilter()=" + pager.getFilter()); + logger.debug("getUsers(UserPager) - size=" + size + ", filter=" + fb.toString()); } for (int i = 0; i < size; i++) @@ -350,12 +342,10 @@ return; } - if (PALAdminUtil.isEmpty(user.getName()) - || PALAdminUtil.isEmpty(user.getPassword())) + if (PALAdminUtil.isEmpty(user.getName()) || PALAdminUtil.isEmpty(user.getPassword())) { - throw new PALAdminException( - "Invalid user name or password. username=" + user.getName() - + ", password=" + user.getPassword()); + throw new PALAdminException("Invalid user name or password. username=" + user.getName() + ", password=" + + user.getPassword()); } //TODO check duplicate name @@ -365,14 +355,12 @@ getUserManager().addUser(user.getName(), user.getPassword()); // Set updateRequired - PasswordCredential credential = getPasswordCredential(user - .getName()); + PasswordCredential credential = getPasswordCredential(user.getName()); if (credential != null) { if (user.isUpdateRequired() != credential.isUpdateRequired()) { - getUserManager().setPasswordUpdateRequired(user.getName(), - user.isUpdateRequired()); + getUserManager().setPasswordUpdateRequired(user.getName(), user.isUpdateRequired()); } } @@ -382,26 +370,20 @@ Role role = ite.next(); if (!PALAdminUtil.isEmpty(role.getName())) { - getRoleManager().addRoleToUser(user.getName(), - role.getName()); + getRoleManager().addRoleToUser(user.getName(), role.getName()); } } // Add principal rule Principal principal = getUserPrincipal(user.getName()); - for (Iterator ite = user.getPrincipalRules() - .iterator(); ite.hasNext();) + for (Iterator ite = user.getPrincipalRules().iterator(); ite.hasNext();) { PrincipalRule principalRule = ite.next(); if (!PALAdminUtil.isEmpty(principalRule.getLocatorName()) - && !PALAdminUtil.isEmpty(principalRule - .getProfilingRuleName())) + && !PALAdminUtil.isEmpty(principalRule.getProfilingRuleName())) { - getProfiler().setRuleForPrincipal( - principal, - getProfiler().getRule( - principalRule.getProfilingRuleName()), + getProfiler().setRuleForPrincipal(principal, getProfiler().getRule(principalRule.getProfilingRuleName()), principalRule.getLocatorName()); } } @@ -412,8 +394,7 @@ //TODO where is template folder String templateFolder = PALAdminConstants.DEFAULT_TEMPLATE_FOLDER; Folder source = getPageManager().getFolder(templateFolder); - getPageManager().deepCopyFolder(source, - Folder.USER_FOLDER + user.getName(), user.getName()); + getPageManager().deepCopyFolder(source, Folder.USER_FOLDER + user.getName(), user.getName()); } } catch (Exception e) @@ -425,16 +406,13 @@ private Subject getUserSubject(String username) throws SecurityException { - org.apache.jetspeed.security.User user = getUserManager().getUser( - username); + org.apache.jetspeed.security.User user = getUserManager().getUser(username); return user.getSubject(); } - private PasswordCredential getPasswordCredential(String username) - throws SecurityException + private PasswordCredential getPasswordCredential(String username) throws SecurityException { - org.apache.jetspeed.security.User user = getUserManager().getUser( - username); + org.apache.jetspeed.security.User user = getUserManager().getUser(username); PasswordCredential credential = null; @@ -465,11 +443,9 @@ getUserManager().removeUser(user.getName()); // Remove user's psml folder - if (getPageManager().folderExists( - Folder.USER_FOLDER + user.getName())) + if (getPageManager().folderExists(Folder.USER_FOLDER + user.getName())) { - Folder folder = pageManager.getFolder(Folder.USER_FOLDER - + user.getName()); + Folder folder = pageManager.getFolder(Folder.USER_FOLDER + user.getName()); pageManager.removeFolder(folder); } @@ -485,8 +461,7 @@ User user; try { - org.apache.jetspeed.security.User j2user = getUserManager() - .getUser(username); + org.apache.jetspeed.security.User j2user = getUserManager().getUser(username); if (j2user == null) { return null; @@ -530,69 +505,53 @@ { // change password boolean passwordSet = false; - if (user.getPassword() != null - && user.getPassword().trim().length() > 0) + if (user.getPassword() != null && user.getPassword().trim().length() > 0) { - getUserManager().setPassword(user.getName(), null, - user.getPassword()); + getUserManager().setPassword(user.getName(), null, user.getPassword()); passwordSet = true; } - PasswordCredential credential = getPasswordCredential(user - .getName()); + PasswordCredential credential = getPasswordCredential(user.getName()); if (credential != null) { // update update required if (user.isUpdateRequired() != credential.isUpdateRequired()) { - getUserManager().setPasswordUpdateRequired(user.getName(), - user.isUpdateRequired()); + getUserManager().setPasswordUpdateRequired(user.getName(), user.isUpdateRequired()); } // update user enabled if (user.isUserEnabled() != credential.isEnabled()) { - userManager.setPasswordEnabled(user.getName(), user - .isUserEnabled()); + userManager.setPasswordEnabled(user.getName(), user.isUserEnabled()); } // update expired - if (!passwordSet - && user.getExpires().equals( - PALAdminConstants.USER_CREDENTIAL_ACTIVE)) + if (!passwordSet && user.getExpires().equals(PALAdminConstants.USER_CREDENTIAL_ACTIVE)) { //TODO is it correct? userManager.setPasswordExpiration(user.getName(), null); } - else if (!passwordSet - && user.getExpires().equals( - PALAdminConstants.USER_CREDENTIAL_EXPIRED)) + else if (!passwordSet && user.getExpires().equals(PALAdminConstants.USER_CREDENTIAL_EXPIRED)) { - java.sql.Date today = new java.sql.Date(Calendar - .getInstance().getTimeInMillis()); + java.sql.Date today = new java.sql.Date(Calendar.getInstance().getTimeInMillis()); userManager.setPasswordExpiration(user.getName(), today); } - else if (user.getExpires().equals( - PALAdminConstants.USER_CREDENTIAL_EXTEND)) + else if (user.getExpires().equals(PALAdminConstants.USER_CREDENTIAL_EXTEND)) { userManager.setPasswordExpiration(user.getName(), null); } - else if (user.getExpires().equals( - PALAdminConstants.USER_CREDENTIAL_EXTEND_UNLIMITED)) + else if (user.getExpires().equals(PALAdminConstants.USER_CREDENTIAL_EXTEND_UNLIMITED)) { - userManager.setPasswordExpiration(user.getName(), - InternalCredential.MAX_DATE); + userManager.setPasswordExpiration(user.getName(), InternalCredential.MAX_DATE); } } } catch (SecurityException e) { - logger.error("Could not update user information correctly. user=" - + user, e); - throw new PALAdminException( - "Could not update user information correctly. user=" + user, - e); + logger.error("Could not update user information correctly. user=" + user, e); + throw new PALAdminException("Could not update user information correctly. user=" + user, e); } } @@ -602,48 +561,37 @@ { if (getGroupManager().groupExists(group.getName())) { - getGroupManager().addUserToGroup(user.getName(), - group.getName()); + getGroupManager().addUserToGroup(user.getName(), group.getName()); } else { - throw new PALAdminException("The group does not exist. group=" - + group); + throw new PALAdminException("The group does not exist. group=" + group); } } catch (SecurityException e) { - logger.error("Could not add the group to the user. user=" + user - + ", group=" + group, e); - throw new PALAdminException( - "Could not add the group to the user. user=" + user - + ", group=" + group, e); + logger.error("Could not add the group to the user. user=" + user + ", group=" + group, e); + throw new PALAdminException("Could not add the group to the user. user=" + user + ", group=" + group, e); } } - public void removeGroupFromUser(User user, Group group) - throws PALAdminException + public void removeGroupFromUser(User user, Group group) throws PALAdminException { try { if (getGroupManager().groupExists(group.getName())) { - getGroupManager().removeUserFromGroup(user.getName(), - group.getName()); + getGroupManager().removeUserFromGroup(user.getName(), group.getName()); } else { - throw new PALAdminException("The group does not exist. group=" - + group); + throw new PALAdminException("The group does not exist. group=" + group); } } catch (SecurityException e) { - logger.error("Could not remove the group from the user. user=" - + user + ", group=" + group, e); - throw new PALAdminException( - "Could not remove the group from the user. user=" + user - + ", group=" + group, e); + logger.error("Could not remove the group from the user. user=" + user + ", group=" + group, e); + throw new PALAdminException("Could not remove the group from the user. user=" + user + ", group=" + group, e); } } @@ -663,43 +611,33 @@ } else { - throw new PALAdminException("The role does not exist. role=" - + role); + throw new PALAdminException("The role does not exist. role=" + role); } } catch (SecurityException e) { - logger.error("Could not add the role to the user. user=" + user - + ", role=" + role, e); - throw new PALAdminException( - "Could not add the role to the user. user=" + user - + ", role=" + role, e); + logger.error("Could not add the role to the user. user=" + user + ", role=" + role, e); + throw new PALAdminException("Could not add the role to the user. user=" + user + ", role=" + role, e); } } - public void removeRoleFromUser(User user, Role role) - throws PALAdminException + public void removeRoleFromUser(User user, Role role) throws PALAdminException { try { if (getRoleManager().roleExists(role.getName())) { - getRoleManager().removeRoleFromUser(user.getName(), - role.getName()); + getRoleManager().removeRoleFromUser(user.getName(), role.getName()); } else { - throw new PALAdminException("The role does not exist. role=" - + role); + throw new PALAdminException("The role does not exist. role=" + role); } } catch (SecurityException e) { - logger.error("Could not remove the role from the user. user=" - + user + ", role=" + role, e); - throw new PALAdminException( - "Could not remove the role from the user. user=" + user - + ", role=" + role, e); + logger.error("Could not remove the role from the user. user=" + user + ", role=" + role, e); + throw new PALAdminException("Could not remove the role from the user. user=" + user + ", role=" + role, e); } } @@ -709,20 +647,16 @@ return getRoleManager().roleExists(role.getName()); } - public void removePrincipalRuleFromUser(User user, - PrincipalRule principalRule) throws PALAdminException + public void removePrincipalRuleFromUser(User user, PrincipalRule principalRule) throws PALAdminException { try { - Iterator it = getProfiler() - .getRulesForPrincipal(getUserPrincipal(user.getName())) - .iterator(); + Iterator it = getProfiler().getRulesForPrincipal( + getUserPrincipal(user.getName())).iterator(); while (it.hasNext()) { - org.apache.jetspeed.profiler.rules.PrincipalRule rule = it - .next(); - if (rule.getLocatorName() - .equals(principalRule.getLocatorName())) + org.apache.jetspeed.profiler.rules.PrincipalRule rule = it.next(); + if (rule.getLocatorName().equals(principalRule.getLocatorName())) { //TODO does not work?? getProfiler().deletePrincipalRule(rule); @@ -732,12 +666,9 @@ } catch (Exception e) { - logger.error( - "Could not remove the principalRule from the user. user=" - + user + ", principalRule=" + principalRule, e); - throw new PALAdminException( - "Could not remove the principalRule from the user. user=" - + user + ", principalRule=" + principalRule, e); + logger.error("Could not remove the principalRule from the user. user=" + user + ", principalRule=" + principalRule, e); + throw new PALAdminException("Could not remove the principalRule from the user. user=" + user + ", principalRule=" + + principalRule, e); } } @@ -759,8 +690,7 @@ } List roleList = new ArrayList(); - List principals = getRoleSecurityHandler() - .getRolePrincipals(pager.getFilter()); + List principals = getRoleSecurityHandler().getRolePrincipals(pager.getFilter()); // set count pager.setCount(principals.size()); @@ -771,10 +701,8 @@ int size = principals.size(); if (logger.isDebugEnabled()) { - logger.debug("getRoles(RolePager) - pager.getFilter()=" - + pager.getFilter()); - logger.debug("getRoles(RolePager) - offset=" + offset + ", limit=" - + limit + ", size=" + size); + logger.debug("getRoles(RolePager) - pager.getFilter()=" + pager.getFilter()); + logger.debug("getRoles(RolePager) - offset=" + offset + ", limit=" + limit + ", size=" + size); } for (int i = offset; i < offset + limit && i < size; i++) { @@ -834,8 +762,7 @@ } List roleList = new ArrayList(); - List principals = getRoleSecurityHandler() - .getRolePrincipals(""); + List principals = getRoleSecurityHandler().getRolePrincipals(""); for (Iterator ite = principals.iterator(); ite.hasNext();) { @@ -846,25 +773,18 @@ } - public void addPrincipalRuleToUser(User user, PrincipalRule principalRule) - throws PALAdminException + public void addPrincipalRuleToUser(User user, PrincipalRule principalRule) throws PALAdminException { try { - getProfiler() - .setRuleForPrincipal( - getUserPrincipal(user.getName()), - getProfiler().getRule( - principalRule.getProfilingRuleName()), - principalRule.getLocatorName()); + getProfiler().setRuleForPrincipal(getUserPrincipal(user.getName()), + getProfiler().getRule(principalRule.getProfilingRuleName()), principalRule.getLocatorName()); } catch (SecurityException e) { - logger.error("Could not add the principal rule to user. user=" - + user + ", principalRule=" + principalRule, e); - throw new PALAdminException( - "Could not add the principal rule to user. user=" + user - + ", principalRule=" + principalRule, e); + logger.error("Could not add the principal rule to user. user=" + user + ", principalRule=" + principalRule, e); + throw new PALAdminException("Could not add the principal rule to user. user=" + user + ", principalRule=" + + principalRule, e); } } @@ -885,8 +805,7 @@ } List groupList = new ArrayList(); - List principals = getGroupSecurityHandler() - .getGroupPrincipals(pager.getFilter()); + List principals = getGroupSecurityHandler().getGroupPrincipals(pager.getFilter()); // set count pager.setCount(principals.size()); @@ -897,10 +816,8 @@ int size = principals.size(); if (logger.isDebugEnabled()) { - logger.debug("getGroups(GroupPager) - pager.getFilter()=" - + pager.getFilter()); - logger.debug("getGroups(GroupPager) - offset=" + offset - + ", limit=" + limit + ", size=" + size); + logger.debug("getGroups(GroupPager) - pager.getFilter()=" + pager.getFilter()); + logger.debug("getGroups(GroupPager) - offset=" + offset + ", limit=" + limit + ", size=" + size); } for (int i = offset; i < offset + limit && i < size; i++) { @@ -960,8 +877,7 @@ } List groupList = new ArrayList(); - List principals = getGroupSecurityHandler() - .getGroupPrincipals(""); + List principals = getGroupSecurityHandler().getGroupPrincipals(""); for (Iterator ite = principals.iterator(); ite.hasNext();) { @@ -984,8 +900,7 @@ } List groupList = new ArrayList(); - Set principals = getSecurityProvider() - .getSecurityMappingHandler().getGroupPrincipals(username); + Set principals = getSecurityProvider().getSecurityMappingHandler().getGroupPrincipals(username); for (Iterator ite = principals.iterator(); ite.hasNext();) { groupList.add(ite.next().getName()); @@ -1006,8 +921,7 @@ } List roleList = new ArrayList(); - Set principals = getSecurityProvider() - .getSecurityMappingHandler().getRolePrincipals(username); + Set principals = getSecurityProvider().getSecurityMappingHandler().getRolePrincipals(username); for (Iterator ite = principals.iterator(); ite.hasNext();) { roleList.add(ite.next().getName()); @@ -1018,16 +932,125 @@ } // + // User Attribute + // + public void insertUserAttribute(String username, String key, String value) throws PALAdminException + { + if (username == null || key == null || value == null) + { + throw new PALAdminException("Invalid value(s)."); + } + + try + { + org.apache.jetspeed.security.User j2user = getUserManager().getUser(username); + + j2user.getUserAttributes().put(key, value); + } + catch (SecurityException e) + { + logger.error("Could not access user attributes.", e); + throw new PALAdminException(e); + } + } + + public void deleteUserAttribute(String username, String key) throws PALAdminException + { + if (username == null || key == null) + { + throw new PALAdminException("Invalid value(s)."); + } + + try + { + org.apache.jetspeed.security.User j2user = getUserManager().getUser(username); + + j2user.getUserAttributes().remove(key); + } + catch (SecurityException e) + { + logger.error("Could not access user attributes.", e); + throw new PALAdminException(e); + } + } + + public String getUserAttributeValue(String username, String key) throws PALAdminException + { + if (username == null || key == null) + { + return null; + } + + try + { + org.apache.jetspeed.security.User j2user = getUserManager().getUser(username); + + return j2user.getUserAttributes().get(key, null); + } + catch (SecurityException e) + { + logger.error("Could not get user attributes.", e); + throw new PALAdminException(e); + } + } + + public Map getUserAttributes(UserAttributePager pager) throws PALAdminException + { + Map map = new HashMap(); + + if (pager.getUser() == null || pager.getUser().getName() == null) + { + return map; + } + + Preferences prefs; + String[] keys; + try + { + org.apache.jetspeed.security.User j2user = getUserManager().getUser(pager.getUser().getName()); + + prefs = j2user.getUserAttributes(); + keys = prefs.keys(); + } + catch (SecurityException e) + { + logger.error("Could not get user attributes.", e); + throw new PALAdminException(e); + } + catch (BackingStoreException e) + { + logger.error("Could not access user attributes.", e); + throw new PALAdminException(e); + } + + // set count + pager.setCount(keys.length); + + // create list + int offset = pager.getOffset(); + int limit = pager.getLimit(); + int size = keys.length; + if (logger.isDebugEnabled()) + { + logger.debug("getUserAttributess(GroupPager) - offset=" + offset + ", limit=" + limit + ", size=" + size); + } + for (int i = offset; i < offset + limit && i < size; i++) + { + map.put(keys[i], prefs.get(keys[i], "")); + } + + return map; + } + + // // ProfilingRule // public List getProfilingRuleNames() { ArrayList list = new ArrayList(); - for (Iterator ite = getProfiler() - .getRules().iterator(); ite.hasNext();) + for (Iterator ite = getProfiler().getRules().iterator(); ite.hasNext();) { - org.apache.jetspeed.profiler.rules.ProfilingRule profilingRule = ite - .next(); + org.apache.jetspeed.profiler.rules.ProfilingRule profilingRule = ite.next(); list.add(profilingRule.getId()); } return list; @@ -1039,16 +1062,13 @@ try { Principal userPrincipal = getUserPrincipal(user.getName()); - for (Iterator ite = getProfiler() - .getRulesForPrincipal(userPrincipal).iterator(); ite - .hasNext();) + for (Iterator ite = getProfiler().getRulesForPrincipal(userPrincipal) + .iterator(); ite.hasNext();) { - org.apache.jetspeed.profiler.rules.PrincipalRule rule = ite - .next(); + org.apache.jetspeed.profiler.rules.PrincipalRule rule = ite.next(); PrincipalRule principalRule = new PrincipalRule(); principalRule.setLocatorName(rule.getLocatorName()); - principalRule.setProfilingRuleName(rule.getProfilingRule() - .getId()); + principalRule.setProfilingRuleName(rule.getProfilingRule().getId()); list.add(principalRule); } } @@ -1059,11 +1079,9 @@ return list; } - private Principal getUserPrincipal(String username) - throws SecurityException + private Principal getUserPrincipal(String username) throws SecurityException { - return PALAdminUtil.getPrincipal(getUserSubject(username), - UserPrincipal.class); + return PALAdminUtil.getPrincipal(getUserSubject(username), UserPrincipal.class); } } Added: pal-admin/trunk/src/main/java/jp/sf/pal/admin/pager/UserAttributePager.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/pager/UserAttributePager.java 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/pager/UserAttributePager.java 2007-06-26 04:03:56 UTC (rev 198) @@ -0,0 +1,32 @@ +package jp.sf.pal.admin.pager; + +import java.io.Serializable; + +import jp.sf.pal.admin.entity.User; + +public class UserAttributePager extends DefaultPager implements Serializable +{ + + /** + * + */ + private static final long serialVersionUID = -2370360279133767056L; + + private User user; + + /** + * @return the user + */ + public User getUser() + { + return user; + } + + /** + * @param user the user to set + */ + public void setUser(User user) + { + this.user = user; + } +} Property changes on: pal-admin/trunk/src/main/java/jp/sf/pal/admin/pager/UserAttributePager.java ___________________________________________________________________ Name: svn:eol-style + native Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserManagementService.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserManagementService.java 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/service/UserManagementService.java 2007-06-26 04:03:56 UTC (rev 198) @@ -18,9 +18,11 @@ import java.io.Serializable; import java.util.ArrayList; +import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; +import java.util.Map.Entry; import jp.sf.pal.admin.PALAdminConstants; import jp.sf.pal.admin.PALAdminException; @@ -30,10 +32,14 @@ import jp.sf.pal.admin.entity.Role; import jp.sf.pal.admin.entity.User; import jp.sf.pal.admin.logic.SecurityProviderLogic; +import jp.sf.pal.admin.pager.UserAttributePager; import jp.sf.pal.admin.pager.UserPager; import jp.sf.pal.admin.util.PALAdminUtil; import jp.sf.pal.admin.util.PagerUtil; import jp.sf.pal.admin.web.user.AbstractUserPage; +import jp.sf.pal.admin.web.user.UserAttributeConfirmPage; +import jp.sf.pal.admin.web.user.UserAttributeEditPage; +import jp.sf.pal.admin.web.user.UserAttributeListPage; import jp.sf.pal.admin.web.user.UserEditPage; import jp.sf.pal.admin.web.user.UserGroupEditPage; import jp.sf.pal.admin.web.user.UserListPage; @@ -51,6 +57,8 @@ private UserPager userPager; + private UserAttributePager userAttributePager; + private SecurityProviderLogic securityProviderLogic; private UserDxo userDxo; @@ -68,8 +76,7 @@ /** * @param securityProviderLogic the securityProviderLogic to set */ - public void setSecurityProviderLogic( - SecurityProviderLogic securityProviderLogic) + public void setSecurityProviderLogic(SecurityProviderLogic securityProviderLogic) { this.securityProviderLogic = securityProviderLogic; } @@ -107,6 +114,22 @@ } /** + * @return the userAttributePager + */ + public UserAttributePager getUserAttributePager() + { + return userAttributePager; + } + + /** + * @param userAttributePager the userAttributePager to set + */ + public void setUserAttributePager(UserAttributePager userAttributePager) + { + this.userAttributePager = userAttributePager; + } + + /** * @return the labelHelper */ public LabelHelper getLabelHelper() @@ -127,9 +150,7 @@ UserPager pager = getUserPager(); // check page action - PagerUtil.updatePageNumber(pager, - PALAdminConstants.PREVIOUS_PAGE_NUMBER, - PALAdminConstants.NEXT_PAGE_NUMBER); + PagerUtil.updatePageNumber(pager, PALAdminConstants.PREVIOUS_PAGE_NUMBER, PALAdminConstants.NEXT_PAGE_NUMBER); // set user list List> list = new ArrayList>(); @@ -155,8 +176,7 @@ public List> getProfilingRuleNames() { - return PALAdminUtil.createItems(securityProviderLogic - .getProfilingRuleNames().iterator()); + return PALAdminUtil.createItems(securityProviderLogic.getProfilingRuleNames().iterator()); } public boolean isUserExists(String username) @@ -181,14 +201,10 @@ // set pull-down LabelHelper labelHelper = getLabelHelper(); List> list = new ArrayList>(); - list.add(PALAdminUtil.createItem(labelHelper.getLabelValue("Active"), - PALAdminConstants.USER_CREDENTIAL_ACTIVE)); - list.add(PALAdminUtil.createItem(labelHelper.getLabelValue("Expired"), - PALAdminConstants.USER_CREDENTIAL_EXPIRED)); - list.add(PALAdminUtil.createItem(labelHelper.getLabelValue("Extend"), - PALAdminConstants.USER_CREDENTIAL_EXTEND)); - list.add(PALAdminUtil.createItem(labelHelper - .getLabelValue("ExtendUnlimited"), + list.add(PALAdminUtil.createItem(labelHelper.getLabelValue("Active"), PALAdminConstants.USER_CREDENTIAL_ACTIVE)); + list.add(PALAdminUtil.createItem(labelHelper.getLabelValue("Expired"), PALAdminConstants.USER_CREDENTIAL_EXPIRED)); + list.add(PALAdminUtil.createItem(labelHelper.getLabelValue("Extend"), PALAdminConstants.USER_CREDENTIAL_EXTEND)); + list.add(PALAdminUtil.createItem(labelHelper.getLabelValue("ExtendUnlimited"), PALAdminConstants.USER_CREDENTIAL_EXTEND_UNLIMITED)); page.setExpiresItems(list); } @@ -208,14 +224,12 @@ public List> getGroupNames() { - return PALAdminUtil.createItems(securityProviderLogic.getGroupNames() - .iterator()); + return PALAdminUtil.createItems(securityProviderLogic.getGroupNames().iterator()); } public List> getGroupNamesForUsername(String username) { - return PALAdminUtil.createItems(securityProviderLogic - .getGroupNamesForUsername(username).iterator()); + return PALAdminUtil.createItems(securityProviderLogic.getGroupNamesForUsername(username).iterator()); } public void addGroupToUser(UserGroupEditPage page) throws PALAdminException @@ -227,8 +241,7 @@ getSecurityProviderLogic().addUserToGroup(user, group); } - public void removeGroupsFromUser(UserGroupEditPage page) - throws PALAdminException + public void removeGroupsFromUser(UserGroupEditPage page) throws PALAdminException { List failedGroups = new ArrayList(); User user = new User(); @@ -249,8 +262,7 @@ } if (failedGroups.size() > 0) { - throw new PALAdminException("Could not remove groups: " - + failedGroups); + throw new PALAdminException("Could not remove groups: " + failedGroups); } } @@ -267,8 +279,7 @@ { return false; } - Iterator ite = getSecurityProviderLogic() - .getGroupNamesForUsername(username).iterator(); + Iterator ite = getSecurityProviderLogic().getGroupNamesForUsername(username).iterator(); while (ite.hasNext()) { if (groupname.equals(ite.next())) @@ -300,14 +311,12 @@ public List> getRoleNames() { - return PALAdminUtil.createItems(securityProviderLogic.getRoleNames() - .iterator()); + return PALAdminUtil.createItems(securityProviderLogic.getRoleNames().iterator()); } public List> getRoleNamesForUsername(String username) { - return PALAdminUtil.createItems(securityProviderLogic - .getRoleNamesForUsername(username).iterator()); + return PALAdminUtil.createItems(securityProviderLogic.getRoleNamesForUsername(username).iterator()); } public void addRoleToUser(UserRoleEditPage page) throws PALAdminException @@ -319,8 +328,7 @@ getSecurityProviderLogic().addUserToRole(user, role); } - public void removeRolesFromUser(UserRoleEditPage page) - throws PALAdminException + public void removeRolesFromUser(UserRoleEditPage page) throws PALAdminException { List failedRoles = new ArrayList(); User user = new User(); @@ -341,8 +349,7 @@ } if (failedRoles.size() > 0) { - throw new PALAdminException("Could not remove roles: " - + failedRoles); + throw new PALAdminException("Could not remove roles: " + failedRoles); } } @@ -359,8 +366,7 @@ { return false; } - Iterator ite = getSecurityProviderLogic() - .getRoleNamesForUsername(username).iterator(); + Iterator ite = getSecurityProviderLogic().getRoleNamesForUsername(username).iterator(); while (ite.hasNext()) { if (rolename.equals(ite.next())) @@ -372,25 +378,80 @@ return false; } + public void loadPage(UserAttributeListPage page) throws PALAdminException + { + UserAttributePager pager = getUserAttributePager(); + + User user = new User(); + user.setName(page.getName()); + pager.setUser(user); + + // check page action + PagerUtil.updatePageNumber(pager, PALAdminConstants.PREVIOUS_PAGE_NUMBER, PALAdminConstants.NEXT_PAGE_NUMBER); + + // set user list + List> list = new ArrayList>(); + for (Iterator> ite = getSecurityProviderLogic().getUserAttributes(pager).entrySet().iterator(); ite + .hasNext();) + { + Entry entry = ite.next(); + Map map = new HashMap(); + map.put("key", entry.getKey()); + map.put("value", entry.getValue()); + list.add(map); + } + PagerUtil.updatePagerPage(page, pager); + page.setUserAttributeItems(list); + } + + public void loadPage(UserAttributeEditPage page) throws PALAdminException + { + page.setValue(getSecurityProviderLogic().getUserAttributeValue(page.getName(), page.getKey())); + } + + public void loadPage(UserAttributeConfirmPage page) throws PALAdminException + { + page.setValue(getSecurityProviderLogic().getUserAttributeValue(page.getName(), page.getKey())); + } + + public void insert(UserAttributeConfirmPage page) throws PALAdminException + { + if (page.getValue() == null) + { + page.setValue(""); + } + getSecurityProviderLogic().insertUserAttribute(page.getName(), page.getKey(), page.getValue()); + } + + public void update(UserAttributeConfirmPage page) throws PALAdminException + { + if (page.getValue() == null) + { + page.setValue(""); + } + getSecurityProviderLogic().insertUserAttribute(page.getName(), page.getKey(), page.getValue()); + } + + public void delete(UserAttributeConfirmPage page) throws PALAdminException + { + getSecurityProviderLogic().deleteUserAttribute(page.getName(), page.getKey()); + } + public void loadPage(UserProfilingRuleEditPage page) { List> locatorList = new ArrayList>(); - locatorList.add(PALAdminUtil.createItem(PALAdminConstants.LOCATOR_PAGE, - PALAdminConstants.LOCATOR_PAGE)); - locatorList.add(PALAdminUtil.createItem(PALAdminConstants.LOCATOR_MENU, - PALAdminConstants.LOCATOR_MENU)); + locatorList.add(PALAdminUtil.createItem(PALAdminConstants.LOCATOR_PAGE, PALAdminConstants.LOCATOR_PAGE)); + locatorList.add(PALAdminUtil.createItem(PALAdminConstants.LOCATOR_MENU, PALAdminConstants.LOCATOR_MENU)); page.setNewLocatorNameItems(locatorList); page.setNewProfilingRuleNameItems(getProfilingRuleNames()); User user = new User(); user.setName(page.getName()); - page.setPrincipalRulesItems(getSecurityProviderLogic() - .getPrincipalRuleForUser(user)); + page.setPrincipalRulesItems(getSecurityProviderLogic().getPrincipalRuleForUser(user)); } - public void addPrincipalRuleToUser(UserProfilingRuleEditPage page) - throws PALAdminException + public void addPrincipalRuleToUser(UserProfilingRuleEditPage page) throws PALAdminException { User user = new User(); user.setName(page.getName()); @@ -400,8 +461,7 @@ getSecurityProviderLogic().addPrincipalRuleToUser(user, principalRule); } - public void removePrincipalRulesFromUser(UserProfilingRuleEditPage page) - throws PALAdminException + public void removePrincipalRulesFromUser(UserProfilingRuleEditPage page) throws PALAdminException { List failedPrincipalRules = new ArrayList(); User user = new User(); @@ -411,10 +471,8 @@ { try { - PrincipalRule principalRule = PrincipalRule - .getInstance(principalRules[i]); - getSecurityProviderLogic().removePrincipalRuleFromUser(user, - principalRule); + PrincipalRule principalRule = PrincipalRule.getInstance(principalRules[i]); + getSecurityProviderLogic().removePrincipalRuleFromUser(user, principalRule); } catch (PALAdminException e) { @@ -423,8 +481,7 @@ } if (failedPrincipalRules.size() > 0) { - throw new PALAdminException("Could not remove principalRules: " - + failedPrincipalRules); + throw new PALAdminException("Could not remove principalRules: " + failedPrincipalRules); } } } Added: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/AbstractUserAttributePage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/AbstractUserAttributePage.java 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/AbstractUserAttributePage.java 2007-06-26 04:03:56 UTC (rev 198) @@ -0,0 +1,68 @@ +package jp.sf.pal.admin.web.user; + +import jp.sf.pal.admin.service.UserManagementService; +import jp.sf.pal.admin.web.AbstractCrudPage; + +public class AbstractUserAttributePage extends AbstractCrudPage +{ + + private String name; + private String key; + + private String value; + + private UserManagementService userManagementService; + + public String getName() + { + return name; + } + + public void setName(String name) + { + this.name = name; + } + + /** + * @return the key + */ + public String getKey() + { + return key; + } + + /** + * @param key the key to set + */ + public void setKey(String key) + { + this.key = key; + } + + public String getValue() + { + return value; + } + + public void setValue(String value) + { + this.value = value; + } + + /** + * @return the userManagementService + */ + public UserManagementService getUserManagementService() + { + return userManagementService; + } + + /** + * @param userManagementService the userManagementService to set + */ + public void setUserManagementService(UserManagementService userManagementService) + { + this.userManagementService = userManagementService; + } + +} Property changes on: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/AbstractUserAttributePage.java ___________________________________________________________________ Name: svn:eol-style + native Added: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeConfirmPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeConfirmPage.java 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeConfirmPage.java 2007-06-26 04:03:56 UTC (rev 198) @@ -0,0 +1,112 @@ +package jp.sf.pal.admin.web.user; + +import java.io.Serializable; + +import javax.faces.internal.FacesMessageUtil; + +import jp.sf.pal.admin.PALAdminException; +import jp.sf.pal.admin.web.CrudType; + +import org.seasar.framework.log.Logger; +import org.seasar.teeda.extension.annotation.takeover.TakeOver; +import org.seasar.teeda.extension.annotation.takeover.TakeOverType; + +public class UserAttributeConfirmPage extends AbstractUserAttributePage implements Serializable +{ + + /** + * + */ + private static final long serialVersionUID = 8059029609744518426L; + + /** + * Logger for this class + */ + private static final Logger logger = Logger.getLogger(UserAttributeConfirmPage.class); + + public Class initialize() + { + return null; + } + + public Class prerender() + { + if (getCrudType() == CrudType.DELETE) + { + // update + if (getKey() != null) + { + try + { + getUserManagementService().loadPage(this); + } + catch (PALAdminException e) + { + FacesMessageUtil.addErrorMessage("failed.to.get.userattributes"); + logger.error("Failed to get user attributes: " + getName(), e); + } + } + else + { + setCrudType(CrudType.READ); + return UserAttributeListPage.class; + } + } + return null; + } + + @TakeOver(type = TakeOverType.INCLUDE, properties = "name") + public Class doUpdate() + { + + switch (getCrudType()) + { + case CrudType.CREATE: + try + { + getUserManagementService().insert(this); + FacesMessageUtil.addInfoMessage("added.new.userattribute", new Object[] { getName() }); + } + catch (PALAdminException e) + { + FacesMessageUtil.addErrorMessage("failed.to.add.new.userattribute", new Object[] { getName() }); + logger.error("Failed to add a new user attribute: " + getName(), e); + } + break; + case CrudType.UPDATE: + try + { + getUserManagementService().update(this); + FacesMessageUtil.addInfoMessage("added.new.userattribute", new Object[] { getName() }); + } + catch (PALAdminException e) + { + FacesMessageUtil.addErrorMessage("failed.to.add.new.userattribute", new Object[] { getName() }); + logger.error("Failed to add a new user attribute: " + getName(), e); + } + break; + case CrudType.DELETE: + try + { + getUserManagementService().delete(this); + FacesMessageUtil.addInfoMessage("deleted.userattribute", new Object[] { getName() }); + } + catch (PALAdminException e) + { + FacesMessageUtil.addErrorMessage("failed.to.delete.userattribute", new Object[] { getName() }); + logger.error("Failed to delete a new user attribute: " + getName(), e); + } + break; + default: + break; + } + return UserAttributeListPage.class; + } + + public boolean isComeFromList() + { + return getCrudType() == CrudType.READ || getCrudType() == CrudType.DELETE; + + } + +} Property changes on: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeConfirmPage.java ___________________________________________________________________ Name: svn:eol-style + native Added: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeEditPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeEditPage.java 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeEditPage.java 2007-06-26 04:03:56 UTC (rev 198) @@ -0,0 +1,60 @@ +package jp.sf.pal.admin.web.user; + +import java.io.Serializable; + +import javax.faces.internal.FacesMessageUtil; + +import org.seasar.framework.log.Logger; + +import jp.sf.pal.admin.PALAdminException; +import jp.sf.pal.admin.web.CrudType; + +public class UserAttributeEditPage extends AbstractUserAttributePage implements Serializable +{ + + /** + * + */ + private static final long serialVersionUID = -6429222904388985538L; + + /** + * Logger for this class + */ + private static final Logger logger = Logger.getLogger(UserAttributeEditPage.class); + + public String initialize() + { + return null; + } + + public String prerender() + { + if (getCrudType() == CrudType.UPDATE) + { + // update + if (getKey() != null) + { + try + { + getUserManagementService().loadPage(this); + } + catch (PALAdminException e) + { + FacesMessageUtil.addErrorMessage("failed.to.get.userattributes"); + logger.error("Failed to get user attributes: " + getName(), e); + } + } + else + { + setCrudType(CrudType.CREATE); + } + } + return null; + } + + public Class doBack() + { + setCrudType(CrudType.READ); + return UserAttributeListPage.class; + } +} Property changes on: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeEditPage.java ___________________________________________________________________ Name: svn:eol-style + native Added: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeListPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeListPage.java 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeListPage.java 2007-06-26 04:03:56 UTC (rev 198) @@ -0,0 +1,140 @@ +package jp.sf.pal.admin.web.user; + +import java.io.Serializable; +import java.util.List; +import java.util.Map; + +import javax.faces.internal.FacesMessageUtil; + +import org.seasar.framework.log.Logger; +import org.seasar.teeda.extension.annotation.takeover.TakeOver; + +import jp.sf.pal.admin.PALAdminException; +import jp.sf.pal.admin.service.UserManagementService; +import jp.sf.pal.admin.web.AbstractPagerPage; +import jp.sf.pal.admin.web.CrudType; + +public class UserAttributeListPage extends AbstractPagerPage implements Serializable +{ + + /** + * + */ + private static final long serialVersionUID = 8042231097969101982L; + + /** + * Logger for this class + */ + private static final Logger logger = Logger.getLogger(UserAttributeListPage.class); + + private String name; + + private String key; + + private int userAttributeIndex; + + private List> userAttributeItems; + + private String value; + + private UserManagementService userManagementService; + + public String getName() + { + return name; + } + + public void setName(String name) + { + this.name = name; + } + + /** + * @return the key + */ + public String getKey() + { + return key; + } + + /** + * @param key the key to set + */ + public void setKey(String key) + { + this.key = key; + } + + public int getUserAttributeIndex() + { + return userAttributeIndex; + } + + public void setUserAttributeIndex(int userAttributeIndex) + { + this.userAttributeIndex = userAttributeIndex; + } + + public List> getUserAttributeItems() + { + return userAttributeItems; + } + + public void setUserAttributeItems(List> userAttributeItems) + { + this.userAttributeItems = userAttributeItems; + } + + public String getValue() + { + return value; + } + + public void setValue(String value) + { + this.value = value; + } + + /** + * @return the userManagementService + */ + public UserManagementService getUserManagementService() + { + return userManagementService; + } + + /** + * @param userManagementService the userManagementService to set + */ + public void setUserManagementService(UserManagementService userManagementService) + { + this.userManagementService = userManagementService; + } + + @TakeOver(properties = "crudType,name") + public Class doCreate() + { + setCrudType(CrudType.CREATE); + return UserAttributeEditPage.class; + } + + public String initialize() + { + return null; + } + + public String prerender() + { + try + { + getUserManagementService().loadPage(this); + } + catch (PALAdminException e) + { + FacesMessageUtil.addErrorMessage("failed.to.get.userattributes"); + logger.error("Failed to get user attributes: " + getName(), e); + } + return null; + } + +} Property changes on: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserAttributeListPage.java ___________________________________________________________________ Name: svn:eol-style + native Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserListPage.java =================================================================== --- pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserListPage.java 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/web/user/UserListPage.java 2007-06-26 04:03:56 UTC (rev 198) @@ -110,8 +110,7 @@ /** * @param userManagementService the userManagementService to set */ - public void setUserManagementService( - UserManagementService userManagementService) + public void setUserManagementService(UserManagementService userManagementService) { this.userManagementService = userManagementService; } @@ -130,7 +129,7 @@ catch (PALAdminException e) { FacesMessageUtil.addErrorMessage("failed.to.get.users"); - logger.error("Failed to add a new user: " + getName(), e); + logger.error("Failed to get users: " + getName(), e); } return null; Modified: pal-admin/trunk/src/main/resources/appMessages.properties =================================================================== --- pal-admin/trunk/src/main/resources/appMessages.properties 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/resources/appMessages.properties 2007-06-26 04:03:56 UTC (rev 198) @@ -13,6 +13,11 @@ deleted.group=Delete the Group({0}). failed.to.delete.group=Failed to delete the Group({0}). +added.new.userattribute=Added a new User Attribute({0}). +failed.to.add.new.userattribute=Failed to add a new User Attribute({0}). +deleted.userattribute=Delete the User Attribute({0}). +failed.to.delete.userattribute=Failed to delete the User Attribute({0}). + could.not.find.user=Could not find the target user. updated.user.information= Updated the target user information({0}). failed.to.update.user.information=Failed to updated the user information({0}). @@ -64,6 +69,7 @@ failed.to.delete.repository=Failed to delete the repository. failed.to.get.users=Failed to load users. +failed.to.get.userattributes=Failed to load user attributes. error.lacking.password=You must enter a password. error.userid_already_exists=Requested User ID already exists. Please select another User Id. Modified: pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/user/label.properties =================================================================== --- pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/user/label.properties 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/resources/jp/sf/pal/admin/web/user/label.properties 2007-06-26 04:03:56 UTC (rev 198) @@ -6,8 +6,10 @@ profilingRule=Profiling Rule userList=User List userInformation=User Information +userAttributeList=User Attribute basicTab=Basic profilingRuleTab=Rule +userAttributeTab=User Attribute # userList userList.delete=Delete @@ -39,3 +41,15 @@ userProfilingRuleEdit.profilingrule=Profiling Rule userProfilingRuleEdit.notFound=Not found. +# userAttributeList +userAttributeList.userAttributeKey=Key +userAttributeList.userAttributeValue=Value + +# userAttributeEdit +userAttributeEdit.userAttributeKey=Key +userAttributeEdit.userAttributeValue=Value + +# userAttributeConfirm +userAttributeConfirm.userAttributeKey=Key +userAttributeConfirm.userAttributeValue=Value + Added: pal-admin/trunk/src/main/webapp/view/user/userAttributeConfirm.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userAttributeConfirm.html 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/webapp/view/user/userAttributeConfirm.html 2007-06-26 04:03:56 UTC (rev 198) @@ -0,0 +1,78 @@ + + + + + + + + +
    + + + + +
    + +
    + + +
    +
    + +
    + +
    + + Basic + + | + + Role + + | + + Group + + | + + | + + Profiling Rule + +
    + + + + + + + + + + + + +
    key
    value
    + + +
    +
    + +
    +
    + +
    +
    +
    + +
    + Property changes on: pal-admin/trunk/src/main/webapp/view/user/userAttributeConfirm.html ___________________________________________________________________ Name: svn:eol-style + native Added: pal-admin/trunk/src/main/webapp/view/user/userAttributeEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userAttributeEdit.html 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/webapp/view/user/userAttributeEdit.html 2007-06-26 04:03:56 UTC (rev 198) @@ -0,0 +1,80 @@ + + + + + + + + +
    + + + + +
    + +
    + + +
    +
    + +
    + +
    + + Basic + + | + + Role + + | + + Group + + | + + | + + Profiling Rule + +
    + + + + + + + + + + + + +
    +
    Key
    +
    +
    + + +
    + +
    + +
    +
    +
    + +
    + Property changes on: pal-admin/trunk/src/main/webapp/view/user/userAttributeEdit.html ___________________________________________________________________ Name: svn:eol-style + native Added: pal-admin/trunk/src/main/webapp/view/user/userAttributeList.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userAttributeList.html 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/webapp/view/user/userAttributeList.html 2007-06-26 04:03:56 UTC (rev 198) @@ -0,0 +1,107 @@ + + + + + + + + +
    + + + + +
    + +
    + + +
    +
    + +
    + +
    + + Basic + + | + + Role + + | + + Group + + | + + | + + Profiling Rule + +
    + + +
    + +
    +
    + +
    + 10 + (3/5) +
    + + + + + + + + + + + + + + + + + + +

    keyvalue + Edit + Delete +
    + + +
    + +
    + Property changes on: pal-admin/trunk/src/main/webapp/view/user/userAttributeList.html ___________________________________________________________________ Name: svn:eol-style + native Modified: pal-admin/trunk/src/main/webapp/view/user/userEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userEdit.html 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/webapp/view/user/userEdit.html 2007-06-26 04:03:56 UTC (rev 198) @@ -40,6 +40,10 @@ Group | + + User Attribute + + | Profiling Rule Modified: pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html 2007-06-26 04:03:56 UTC (rev 198) @@ -40,6 +40,10 @@ | | + + User Attribute + + | Profiling Rule Modified: pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html 2007-06-26 04:03:56 UTC (rev 198) @@ -42,6 +42,10 @@ Group | + + User Attribute + + |
    Modified: pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html 2007-06-26 04:03:14 UTC (rev 197) +++ pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html 2007-06-26 04:03:56 UTC (rev 198) @@ -40,6 +40,10 @@ Group | + + User Attribute + + | Profiling Rule From svnnotify @ sourceforge.jp Tue Jun 26 14:24:35 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 26 Jun 2007 14:24:35 +0900 Subject: [pal-cvs 2467] [199] sync up with latest j2. Message-ID: <20070626052435.22F3E2AC01B@users.sourceforge.jp> Revision: 199 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=199 Author: shinsuke Date: 2007-06-26 14:24:34 +0900 (Tue, 26 Jun 2007) Log Message: ----------- sync up with latest j2. Modified Paths: -------------- pal-portal/trunk/build.properties pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml -------------- next part -------------- Modified: pal-portal/trunk/build.properties =================================================================== --- pal-portal/trunk/build.properties 2007-06-26 04:03:56 UTC (rev 198) +++ pal-portal/trunk/build.properties 2007-06-26 05:24:34 UTC (rev 199) @@ -64,7 +64,7 @@ org.apache.jetspeed.portal.currentVersion=${portal.version} # Jetspeed SVN revision -jetspeed2.revision=550316 +jetspeed2.revision=550655 # Dependencies for Jetspeed jetspeed.version=2.2-dev_pal-${portal.version} Modified: pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml =================================================================== --- pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml 2007-06-26 04:03:56 UTC (rev 198) +++ pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/pipelines.xml 2007-06-26 05:24:34 UTC (rev 199) @@ -1,8 +1,8 @@ Index: src/webapp/WEB-INF/assembly/pipelines.xml =================================================================== ---- src/webapp/WEB-INF/assembly/pipelines.xml (リビジョン 545568) +--- src/webapp/WEB-INF/assembly/pipelines.xml (リビジョン 550655) +++ src/webapp/WEB-INF/assembly/pipelines.xml (作業コピー) -@@ -327,6 +327,7 @@ +@@ -330,6 +330,7 @@ From svnnotify @ sourceforge.jp Tue Jun 26 15:10:18 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 26 Jun 2007 15:10:18 +0900 Subject: [pal-cvs 2468] [200] updated upgrade guide. Message-ID: <20070626061018.406B72AC01B@users.sourceforge.jp> Revision: 200 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=200 Author: shinsuke Date: 2007-06-26 15:10:17 +0900 (Tue, 26 Jun 2007) Log Message: ----------- updated upgrade guide. Modified Paths: -------------- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-upgrade.xml -------------- next part -------------- Modified: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-upgrade.xml =================================================================== --- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-upgrade.xml 2007-06-26 05:24:34 UTC (rev 199) +++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-upgrade.xml 2007-06-26 06:10:17 UTC (rev 200) @@ -17,16 +17,105 @@ PALポータル インストールガイド - PALポータルのアップグレード + PALポータルのアップグレードインストール -
    +

    - TBD + PALポータルでは、Apache Ant を利用したアップグレードインストール用のバイナリを提供しています。 + アップグレードインストールを行うためには、Ant がインストールおよび利用可能な状態である必要があります。 + アップグレードインストールを実行する前に準備しておいてください。

    +

    + PALポータルで提供しているアップグレードインストール用バイナリは、データベースのスキーマに変更がないことを前提にしています。 + ですので、データベースのスキーマに変更がある場合のアップグレードインストールについては、別途、データベースの移行が必要になるので、リリースノートを確認してください。 +

    +
    + +

    http://sourceforge.jp/projects/pal/files/ から PALポータルのアップグレードインストール用バイナリ(zipファイル)をダウンロードしてください。 +アップグレードインストール用バイナリのファイル名は、palportal-upgrade-[version].zip になります([version]は PALポータルのバージョンです)。 +

    +
    + +

    +アップグレードインストールを実行するためには、インストール対象の PALポータルは停止している必要があります。 +ですので、アップグレードインストールを実行する前には、必ず、停止してください。 +

    +
    + +

    +まず、ダウンロードした palportal-upgrade-[version].zip を展開します。 +

    + +

    +次に、ant を実行して、アップグレードインストールを実行します。 +

    + +

    +実行すると、まず、既存のポータルがインストールされている場所を質問されますので、入力してください。 +

    + +

    +次に、インストールされているポータル名を質問されます。デフォルト値は、palportal なので、カスタマイズしていない場合は、空欄を入力してください。 +

    + +

    +指定した情報を元にアップグレードインストールが開始されます。 +

    +

    +アップグレードデータのコピー後、既存のデータを利用するかどうかの確認があります。 +まず、以下のように、新しい PSML ファイル (webapps/palportal/WEB-INF/pages 内のファイル) を利用するかどうかの質問をされますので、新しいものを利用する場合は y を、既存の PSML データを利用する場合は n を入力してください。 +

    + +

    +次に、新しいポータルの設定ファイル (webapps/palportal/WEB-INF/conf 内のファイル) を利用するかどうか質問されますので、新しいものを利用する場合は y を、既存の PSML データを利用する場合は n を入力してください。 +

    + +

    +新しいポータルのコンポーネント設定ファイル (webapps/palportal/WEB-INF/assembly 内のファイル) を利用するかどうか質問されますので、新しいものを利用する場合は y を、既存の PSML データを利用する場合は n を入力してください。 +

    + +

    +新しいポータルのデコレータファイル (webapps/palportal/decorations 内のファイル) を利用するかどうか質問されますので、新しいものを利用する場合は y を、既存の PSML データを利用する場合は n を入力してください。 +

    + +

    +以上でアップグレードインストールの実行が完了です。 +

    +
    + +

    +エラーなどが特に表示されなければ、アップグレードインストールは完了です。 +PALポータルを起動してください。 +

    +
    +
    From svnnotify @ sourceforge.jp Thu Jun 28 14:29:50 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 28 Jun 2007 14:29:50 +0900 Subject: [pal-cvs 2469] [201] created googlegadgets portlet Message-ID: <20070628052950.49A9E2AC014@users.sourceforge.jp> Revision: 201 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=201 Author: shinsuke Date: 2007-06-28 14:29:50 +0900 (Thu, 28 Jun 2007) Log Message: ----------- created googlegadgets portlet Added Paths: ----------- googlegadgets/ -------------- next part -------------- From svnnotify @ sourceforge.jp Thu Jun 28 14:30:13 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 28 Jun 2007 14:30:13 +0900 Subject: [pal-cvs 2470] [202] created trunk Message-ID: <20070628053013.CDB0C2AC017@users.sourceforge.jp> Revision: 202 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=202 Author: shinsuke Date: 2007-06-28 14:30:13 +0900 (Thu, 28 Jun 2007) Log Message: ----------- created trunk Added Paths: ----------- googlegadgets/trunk/ -------------- next part -------------- From svnnotify @ sourceforge.jp Thu Jun 28 14:36:46 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 28 Jun 2007 14:36:46 +0900 Subject: [pal-cvs 2471] [203] version 0.3 Message-ID: <20070628053647.0A5562AC014@users.sourceforge.jp> Revision: 203 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=203 Author: shinsuke Date: 2007-06-28 14:36:42 +0900 (Thu, 28 Jun 2007) Log Message: ----------- version 0.3 Added Paths: ----------- googlegadgets/trunk/LICENSE.TXT googlegadgets/trunk/googlegadgets-communication/ googlegadgets/trunk/googlegadgets-communication/pom.xml googlegadgets/trunk/googlegadgets-communication/src/ googlegadgets/trunk/googlegadgets-communication/src/main/ googlegadgets/trunk/googlegadgets-communication/src/main/webapp/ googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-communication-ja/ googlegadgets/trunk/googlegadgets-communication-ja/pom.xml googlegadgets/trunk/googlegadgets-communication-ja/src/ googlegadgets/trunk/googlegadgets-communication-ja/src/main/ googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/ googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-finance/ googlegadgets/trunk/googlegadgets-finance/pom.xml googlegadgets/trunk/googlegadgets-finance/src/ googlegadgets/trunk/googlegadgets-finance/src/main/ googlegadgets/trunk/googlegadgets-finance/src/main/webapp/ googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-finance-ja/ googlegadgets/trunk/googlegadgets-finance-ja/pom.xml googlegadgets/trunk/googlegadgets-finance-ja/src/ googlegadgets/trunk/googlegadgets-finance-ja/src/main/ googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/ googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-funandgames/ googlegadgets/trunk/googlegadgets-funandgames/pom.xml googlegadgets/trunk/googlegadgets-funandgames/src/ googlegadgets/trunk/googlegadgets-funandgames/src/main/ googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/ googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-funandgames-ja/ googlegadgets/trunk/googlegadgets-funandgames-ja/pom.xml googlegadgets/trunk/googlegadgets-funandgames-ja/src/ googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/ googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/ googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-lifestyle/ googlegadgets/trunk/googlegadgets-lifestyle/pom.xml googlegadgets/trunk/googlegadgets-lifestyle/src/ googlegadgets/trunk/googlegadgets-lifestyle/src/main/ googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/ googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-lifestyle-ja/ googlegadgets/trunk/googlegadgets-lifestyle-ja/pom.xml googlegadgets/trunk/googlegadgets-lifestyle-ja/src/ googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/ googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/ googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-new/ googlegadgets/trunk/googlegadgets-new/pom.xml googlegadgets/trunk/googlegadgets-new/src/ googlegadgets/trunk/googlegadgets-new/src/main/ googlegadgets/trunk/googlegadgets-new/src/main/webapp/ googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-new-ja/ googlegadgets/trunk/googlegadgets-new-ja/pom.xml googlegadgets/trunk/googlegadgets-new-ja/src/ googlegadgets/trunk/googlegadgets-new-ja/src/main/ googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/ googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-news/ googlegadgets/trunk/googlegadgets-news/pom.xml googlegadgets/trunk/googlegadgets-news/src/ googlegadgets/trunk/googlegadgets-news/src/main/ googlegadgets/trunk/googlegadgets-news/src/main/webapp/ googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-news-ja/ googlegadgets/trunk/googlegadgets-news-ja/pom.xml googlegadgets/trunk/googlegadgets-news-ja/src/ googlegadgets/trunk/googlegadgets-news-ja/src/main/ googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/ googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-sports/ googlegadgets/trunk/googlegadgets-sports/pom.xml googlegadgets/trunk/googlegadgets-sports/src/ googlegadgets/trunk/googlegadgets-sports/src/main/ googlegadgets/trunk/googlegadgets-sports/src/main/webapp/ googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-sports-ja/ googlegadgets/trunk/googlegadgets-sports-ja/pom.xml googlegadgets/trunk/googlegadgets-sports-ja/src/ googlegadgets/trunk/googlegadgets-sports-ja/src/main/ googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/ googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-technology/ googlegadgets/trunk/googlegadgets-technology/pom.xml googlegadgets/trunk/googlegadgets-technology/src/ googlegadgets/trunk/googlegadgets-technology/src/main/ googlegadgets/trunk/googlegadgets-technology/src/main/webapp/ googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-technology-ja/ googlegadgets/trunk/googlegadgets-technology-ja/pom.xml googlegadgets/trunk/googlegadgets-technology-ja/src/ googlegadgets/trunk/googlegadgets-technology-ja/src/main/ googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/ googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-tools/ googlegadgets/trunk/googlegadgets-tools/pom.xml googlegadgets/trunk/googlegadgets-tools/src/ googlegadgets/trunk/googlegadgets-tools/src/main/ googlegadgets/trunk/googlegadgets-tools/src/main/webapp/ googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/googlegadgets-tools-ja/ googlegadgets/trunk/googlegadgets-tools-ja/pom.xml googlegadgets/trunk/googlegadgets-tools-ja/src/ googlegadgets/trunk/googlegadgets-tools-ja/src/main/ googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/ googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/ googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/jsp/ googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/jsp/edit.jsp googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/jsp/view.jsp googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/portlet.xml googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/web.xml googlegadgets/trunk/pom.xml googlegadgets/trunk/src/ googlegadgets/trunk/src/main/ googlegadgets/trunk/src/main/script/ googlegadgets/trunk/src/main/script/create_googlegadges.sh googlegadgets/trunk/src/main/script/create_portlet_desc.pl -------------- next part -------------- Added: googlegadgets/trunk/LICENSE.TXT =================================================================== --- googlegadgets/trunk/LICENSE.TXT 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/LICENSE.TXT 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,190 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2004 The Apache Software Foundation + Added: googlegadgets/trunk/googlegadgets-communication/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-communication/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-communication/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-communication + war + 0.3 + Google Gadgets Communication Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-communication + + Property changes on: googlegadgets/trunk/googlegadgets-communication/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9230 @@ + + + + + + YahooMessengerGadget + Yahoo! Messenger + Google Gadgets: Yahoo! Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/yahoo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://whizzgadgets.googlepages.com/yahoo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Messenger + Yahoo! Messenger + Google,Gadgets + + + + + GoogleTalkGadget + Google Talk + Google Gadgets: Google Talk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Talk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/googletalk.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/googletalk.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Talk + Google Talk + Google,Gadgets + + + + + MSNMessenger30Gadget + MSN Messenger 3.0 + Google Gadgets: MSN Messenger 3.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MSN Messenger 3.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ginorenardus.googlepages.com/msn.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ginorenardus.googlepages.com/msn.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MSN Messenger 3.0 + MSN Messenger 3.0 + Google,Gadgets + + + + + DateIdeasGadget + Date Ideas + Google Gadgets: Date Ideas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Date Ideas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/dateideas.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://Mandybare.googlepages.com/dateideas.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Date Ideas + Date Ideas + Google,Gadgets + + + + + AIMMessengerGadget + AIM Messenger + Google Gadgets: AIM Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AIM Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/aim.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://whizzgadgets.googlepages.com/aim.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AIM Messenger + AIM Messenger + Google,Gadgets + + + + + TheOnlineYellowPagesGadget + The Online Yellow Pages + Google Gadgets: The Online Yellow Pages Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Online Yellow Pages + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wherewhat.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wherewhat.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Online Yellow Pages + The Online Yellow Pages + Google,Gadgets + + + + + ChatGadgetGadget + Chat Gadget + Google Gadgets: Chat Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chat Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.aimx.com/ig/irc/chat3.1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.aimx.com/ig/irc/chat3.1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chat Gadget + Chat Gadget + Google,Gadgets + + + + + MyWebCamGadget + My WebCam + Google Gadgets: My WebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/items%3Foid%3D11766777274779470112&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/items%3Foid%3D11766777274779470112 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam + My WebCam + Google,Gadgets + + + + + ChatinourchatroomGadget + Chat in our chatroom + Google Gadgets: Chat in our chatroom Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chat in our chatroom + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.whitehaven.arnit.net/widgets/chat.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.whitehaven.arnit.net/widgets/chat.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chat in our chatroom + Chat in our chatroom + Google,Gadgets + + + + + YouDecideAnsweranddiscussquestionsofthedayGadget + You Decide! Answer and discuss questions of the day. + Google Gadgets: You Decide! Answer and discuss questions of the day. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + You Decide! Answer and discuss questions of the day. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/poll.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/Gadgets/poll.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + You Decide! Answer and discuss questions of the day. + You Decide! Answer and discuss questions of the day. + Google,Gadgets + + + + + SkypeGadget + Skype + Google Gadgets: Skype Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Skype + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://yourjovi.googlepages.com/skype.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://yourjovi.googlepages.com/skype.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Skype + Skype + Google,Gadgets + + + + + LocalChatGadgetGadget + Local Chat Gadget + Google Gadgets: Local Chat Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Chat Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gootch2.googlepages.com/LocalChat4.0.0.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gootch2.googlepages.com/LocalChat4.0.0.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Chat Gadget + Local Chat Gadget + Google,Gadgets + + + + + MessengerFXWebMessengerGadget + MessengerFX - Web Messenger + Google Gadgets: MessengerFX - Web Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MessengerFX - Web Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www1.messengerfx.com/Clients/Google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www1.messengerfx.com/Clients/Google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MessengerFX - Web Messenger + MessengerFX - Web Messenger + Google,Gadgets + + + + + TranslationToolGadget + Translation Tool + Google Gadgets: Translation Tool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translation Tool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.radio-toolbar.com/translation.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.radio-toolbar.com/translation.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translation Tool + Translation Tool + Google,Gadgets + + + + + FreeGeoBasedChatGadget + Free Geo-Based Chat + Google Gadgets: Free Geo-Based Chat Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Geo-Based Chat + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.connectmap.com/cm/ggadget/cm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.connectmap.com/cm/ggadget/cm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Geo-Based Chat + Free Geo-Based Chat + Google,Gadgets + + + + + CheckMailV092Gadget + CheckMail V0.9.2 + Google Gadgets: CheckMail V0.9.2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CheckMail V0.9.2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.haraldsinger.de/checkmail.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.haraldsinger.de/checkmail.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CheckMail V0.9.2 + CheckMail V0.9.2 + Google,Gadgets + + + + + UniversaldictionaryGadget + Universal dictionary + Google Gadgets: Universal dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Universal dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.dicts.info/ud-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.dicts.info/ud-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Universal dictionary + Universal dictionary + Google,Gadgets + + + + + HealthTipoftheDayGadget + Health Tip of the Day. + Google Gadgets: Health Tip of the Day. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Health Tip of the Day. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/health-tips.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/health-tips.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Health Tip of the Day. + Health Tip of the Day. + Google,Gadgets + + + + + GoogleCalendarGadget + Google Calendar + Google Gadgets: Google Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar-for-your-site.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/calendar-for-your-site.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Calendar + Google Calendar + Google,Gadgets + + + + + GabblyChatGadget + Gabbly Chat + Google Gadgets: Gabbly Chat Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gabbly Chat + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gamespotting.net/gabbly.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gamespotting.net/gabbly.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gabbly Chat + Gabbly Chat + Google,Gadgets + + + + + MapMyWordDictionaryGadget + MapMyWord Dictionary + Google Gadgets: MapMyWord Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MapMyWord Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.vocabgrapher.com/mapmyword.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.vocabgrapher.com/mapmyword.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MapMyWord Dictionary + MapMyWord Dictionary + Google,Gadgets + + + + + MyGoogleGroupsGadget + My Google Groups + Google Gadgets: My Google Groups Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Google Groups + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/mygroups.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/mygroups.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Google Groups + My Google Groups + Google,Gadgets + + + + + RomanticQuoteoftheDayGadget + Romantic Quote of the Day + Google Gadgets: Romantic Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Romantic Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/love.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/love.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Romantic Quote of the Day + Romantic Quote of the Day + Google,Gadgets + + + + + ShoutGadget + Shout! + Google Gadgets: Shout! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shout! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://shout.gadgets.googlepages.com/shout.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://shout.gadgets.googlepages.com/shout.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shout! + Shout! + Google,Gadgets + + + + + RememberTheMilkGadget + Remember The Milk + Google Gadgets: Remember The Milk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Remember The Milk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rememberthemilk.com/services/modules/googleig/rtm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rememberthemilk.com/services/modules/googleig/rtm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Remember The Milk + Remember The Milk + Google,Gadgets + + + + + MeriamWebster39sDictionarySearchGadget + Meriam Webster's Dictionary Search + Google Gadgets: Meriam Webster's Dictionary Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Meriam Webster's Dictionary Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002139675427992011401/cse/imceyiayhfo/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002139675427992011401/cse/imceyiayhfo/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Meriam Webster's Dictionary Search + Meriam Webster's Dictionary Search + Google,Gadgets + + + + + BittyBrowserGadget + Bitty Browser + Google Gadgets: Bitty Browser Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bitty Browser + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bitty.com/ig/&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bitty.com/ig/ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bitty Browser + Bitty Browser + Google,Gadgets + + + + + AllQuotesinoneGadgetGadget + All Quotes in one Gadget + Google Gadgets: All Quotes in one Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + All Quotes in one Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/quotes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/quotes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + All Quotes in one Gadget + All Quotes in one Gadget + Google,Gadgets + + + + + YahooMailGadget + Yahoo Mail + Google Gadgets: Yahoo Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://hadi.kopcak.googlepages.com/wapyahoo2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://hadi.kopcak.googlepages.com/wapyahoo2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Mail + Yahoo Mail + Google,Gadgets + + + + + WordWebOnlineEnglishDictionaryandThesaurusGadget + WordWeb Online English Dictionary and Thesaurus + Google Gadgets: WordWeb Online English Dictionary and Thesaurus Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WordWeb Online English Dictionary and Thesaurus + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wordwebonline.com/wordweb_google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wordwebonline.com/wordweb_google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WordWeb Online English Dictionary and Thesaurus + WordWeb Online English Dictionary and Thesaurus + Google,Gadgets + + + + + RonaldReaganQuoteoftheDayGadget + Ronald Reagan Quote of the Day + Google Gadgets: Ronald Reagan Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ronald Reagan Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/ronald-reagan.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/ronald-reagan.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ronald Reagan Quote of the Day + Ronald Reagan Quote of the Day + Google,Gadgets + + + + + ALICEChatbotGadget + A.L.I.C.E. Chatbot + Google Gadgets: A.L.I.C.E. Chatbot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A.L.I.C.E. Chatbot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mit.edu/manus/www/gg/alicebot.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mit.edu/manus/www/gg/alicebot.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A.L.I.C.E. Chatbot + A.L.I.C.E. Chatbot + Google,Gadgets + + + + + QuickEmailv2Gadget + Quick Email v.2 + Google Gadgets: Quick Email v.2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quick Email v.2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://nycscrubs.com/gmodule/email_module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://nycscrubs.com/gmodule/email_module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quick Email v.2 + Quick Email v.2 + Google,Gadgets + + + + + SendSMSwithSMSaliasGadget + Send SMS with SMSalias + Google Gadgets: Send SMS with SMSalias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send SMS with SMSalias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.smsalias.com/google/index.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.smsalias.com/google/index.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send SMS with SMSalias + Send SMS with SMSalias + Google,Gadgets + + + + + ThewhowhatwherewhenwhyandhowsofJesseGadget + The who what where when why and hows of Jesse + Google Gadgets: The who what where when why and hows of Jesse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The who what where when why and hows of Jesse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109443466214758281720%26mid%3D20%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D109443466214758281720%26mid%3D20%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The who what where when why and hows of Jesse + The who what where when why and hows of Jesse + Google,Gadgets + + + + + UploadFileYouSendItGadget + Upload File - YouSendIt + Google Gadgets: Upload File - YouSendIt Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Upload File - YouSendIt + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.yaba.com.br/danilo/gmodules/YouSendIt.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.yaba.com.br/danilo/gmodules/YouSendIt.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Upload File - YouSendIt + Upload File - YouSendIt + Google,Gadgets + + + + + LeadershipQuoteoftheDayGadget + Leadership Quote of the Day + Google Gadgets: Leadership Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Leadership Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/leadership.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/leadership.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Leadership Quote of the Day + Leadership Quote of the Day + Google,Gadgets + + + + + MydeliciousGadget + My del.icio.us + Google Gadgets: My del.icio.us Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My del.icio.us + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://alexyoung.org/delicious0.1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://alexyoung.org/delicious0.1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My del.icio.us + My del.icio.us + Google,Gadgets + + + + + OwnYourPhoneCustomRingtoneMakerGadget + OwnYourPhone: Custom Ringtone Maker + Google Gadgets: OwnYourPhone: Custom Ringtone Maker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + OwnYourPhone: Custom Ringtone Maker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.OwnYourPhone.com/app/gadget_public.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.OwnYourPhone.com/app/gadget_public.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + OwnYourPhone: Custom Ringtone Maker + OwnYourPhone: Custom Ringtone Maker + Google,Gadgets + + + + + ImpactDailyBiblePassagesGadget + Impact: Daily Bible Passages + Google Gadgets: Impact: Daily Bible Passages Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Impact: Daily Bible Passages + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.platform.impact.baulkobaps.com/resources/gadget_google/impact.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.platform.impact.baulkobaps.com/resources/gadget_google/impact.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Impact: Daily Bible Passages + Impact: Daily Bible Passages + Google,Gadgets + + + + + FreePhoneConferenceGadget + Free Phone Conference + Google Gadgets: Free Phone Conference Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Phone Conference + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.connect12.com/gg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.connect12.com/gg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Phone Conference + Free Phone Conference + Google,Gadgets + + + + + AGadgettofetchawebsiteusingaproxyGadget + A Gadget to fetch a website using a proxy + Google Gadgets: A Gadget to fetch a website using a proxy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A Gadget to fetch a website using a proxy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://web.ebuell.com/proxy.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://web.ebuell.com/proxy.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A Gadget to fetch a website using a proxy + A Gadget to fetch a website using a proxy + Google,Gadgets + + + + + FamousRomanticQuotesGadget + Famous Romantic Quotes + Google Gadgets: Famous Romantic Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Famous Romantic Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/love-charles447.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/love-charles447.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Famous Romantic Quotes + Famous Romantic Quotes + Google,Gadgets + + + + + CreativeProOfficeGadget + CreativePro Office + Google Gadgets: CreativePro Office Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CreativePro Office + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.creativeprooffice.com/widgets/CPOGoogleGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.creativeprooffice.com/widgets/CPOGoogleGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CreativePro Office + CreativePro Office + Google,Gadgets + + + + + ThingstoPonderGadget + Things to Ponder + Google Gadgets: Things to Ponder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Things to Ponder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/ponder.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/ponder.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Things to Ponder + Things to Ponder + Google,Gadgets + + + + + miniMailGadget + miniMail + Google Gadgets: miniMail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + miniMail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.duhsoft.com/mailer/mail.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.duhsoft.com/mailer/mail.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + miniMail + miniMail + Google,Gadgets + + + + + IPampDNSV01Gadget + IP & DNS V0.1 + Google Gadgets: IP & DNS V0.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP & DNS V0.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.haraldsinger.de/ip.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.haraldsinger.de/ip.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP & DNS V0.1 + IP & DNS V0.1 + Google,Gadgets + + + + + MapQuestDrivingDirectionsGadget + MapQuest Driving Directions + Google Gadgets: MapQuest Driving Directions Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MapQuest Driving Directions + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/mapquest.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/mapquest.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MapQuest Driving Directions + MapQuest Driving Directions + Google,Gadgets + + + + + TranslationsGadget + Translations + Google Gadgets: Translations Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translations + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.translate-words.com/google/translate-words.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.translate-words.com/google/translate-words.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translations + Translations + Google,Gadgets + + + + + PodcastsenderGadget + Podcastsender + Google Gadgets: Podcastsender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Podcastsender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.podcastsender.com/googlexml.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.podcastsender.com/googlexml.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Podcastsender + Podcastsender + Google,Gadgets + + + + + CallWaveFreeVisualVoicemailGadget + CallWave Free Visual Voicemail + Google Gadgets: CallWave Free Visual Voicemail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CallWave Free Visual Voicemail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.callwave.com/widgets/Googlevoicemail.aspx&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.callwave.com/widgets/Googlevoicemail.aspx + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CallWave Free Visual Voicemail + CallWave Free Visual Voicemail + Google,Gadgets + + + + + GSMwallpapercreatorGadget + GSM wallpaper creator + Google Gadgets: GSM wallpaper creator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GSM wallpaper creator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://wpc.bartis.nl/api/wallpapercreator_en.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://wpc.bartis.nl/api/wallpapercreator_en.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GSM wallpaper creator + GSM wallpaper creator + Google,Gadgets + + + + + EncryptMessageGadget + Encrypt Message + Google Gadgets: Encrypt Message Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Encrypt Message + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ejc.cryptography.googlepages.com/encryptmessage.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ejc.cryptography.googlepages.com/encryptmessage.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Encrypt Message + Encrypt Message + Google,Gadgets + + + + + EbookSearchEngineGadget + Ebook Search Engine + Google Gadgets: Ebook Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ebook Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ebook Search Engine + Ebook Search Engine + Google,Gadgets + + + + + YoumightbeaREDNECKifGadget + You might be a REDNECK if... + Google Gadgets: You might be a REDNECK if... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + You might be a REDNECK if... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/foxworthy.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://Mandybare.googlepages.com/foxworthy.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + You might be a REDNECK if... + You might be a REDNECK if... + Google,Gadgets + + + + + GREWordListGadget + GRE Word List + Google Gadgets: GRE Word List Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRE Word List + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/gre.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://aruljohn.com/gadget/gre.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRE Word List + GRE Word List + Google,Gadgets + + + + + GoogleTranslatealpha8Gadget + Google Translate alpha 8 + Google Gadgets: Google Translate alpha 8 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Translate alpha 8 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chw2054.googlepages.com/Ggadget.chwtest.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chw2054.googlepages.com/Ggadget.chwtest.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Translate alpha 8 + Google Translate alpha 8 + Google,Gadgets + + + + + FrenchDictionaryGadget + French Dictionary + Google Gadgets: French Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + French Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://dict.sylang.com/en/xml/ggl.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://dict.sylang.com/en/xml/ggl.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + French Dictionary + French Dictionary + Google,Gadgets + + + + + ChatinChineseGadget + Chat in Chinese + Google Gadgets: Chat in Chinese Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chat in Chinese + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.parachat.cn/gg/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.parachat.cn/gg/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chat in Chinese + Chat in Chinese + Google,Gadgets + + + + + LocalMissingChildrenGadget + Local Missing Children + Google Gadgets: Local Missing Children Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Missing Children + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/missing-kids-local.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/missing-kids-local.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Missing Children + Local Missing Children + Google,Gadgets + + + + + ChineseEnglishdictionaryGadget + Chinese-English dictionary + Google Gadgets: Chinese-English dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chinese-English dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://clearchinese.com/gadgets/dict.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://clearchinese.com/gadgets/dict.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chinese-English dictionary + Chinese-English dictionary + Google,Gadgets + + + + + JonStewartQuoteoftheDayGadget + Jon Stewart Quote of the Day + Google Gadgets: Jon Stewart Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jon Stewart Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/jon-stewart.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/jon-stewart.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jon Stewart Quote of the Day + Jon Stewart Quote of the Day + Google,Gadgets + + + + + CDICTChineseEnglishDictionaryGadget + CDICT: Chinese-English Dictionary + Google Gadgets: CDICT: Chinese-English Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CDICT: Chinese-English Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chunju.googlepages.com/cdict.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chunju.googlepages.com/cdict.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CDICT: Chinese-English Dictionary + CDICT: Chinese-English Dictionary + Google,Gadgets + + + + + TranslateGadget + Translate + Google Gadgets: Translate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://raphscallion.net/translate/translate.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://raphscallion.net/translate/translate.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translate + Translate + Google,Gadgets + + + + + ArabicAudioWordoftheDayGadget + Arabic - Audio Word of the Day + Google Gadgets: Arabic - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Arabic - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/arabic_wotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hitsalive.com/google_gadgets/arabic_wotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Arabic - Audio Word of the Day + Arabic - Audio Word of the Day + Google,Gadgets + + + + + HotmailGadget + Hotmail + Google Gadgets: Hotmail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hotmail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googatrix.googlepages.com/HotmailGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googatrix.googlepages.com/HotmailGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hotmail + Hotmail + Google,Gadgets + + + + + BabelfishGadget + Babelfish + Google Gadgets: Babelfish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Babelfish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ginorenardus.googlepages.com/babelfish.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ginorenardus.googlepages.com/babelfish.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Babelfish + Babelfish + Google,Gadgets + + + + + ScriptureVerseQuotesGadget + Scripture Verse Quotes + Google Gadgets: Scripture Verse Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Scripture Verse Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/scriptures.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/quotes/scriptures.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Scripture Verse Quotes + Scripture Verse Quotes + Google,Gadgets + + + + + MapofLocalGasPricesGadget + Map of Local Gas Prices + Google Gadgets: Map of Local Gas Prices Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Map of Local Gas Prices + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/gas-prices/gas-prices.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/gas-prices/gas-prices.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Map of Local Gas Prices + Map of Local Gas Prices + Google,Gadgets + + + + + GoogleTalkButtonGadget + Google Talk Button + Google Gadgets: Google Talk Button Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Talk Button + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cyberop5.us/gtalkbutton4.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cyberop5.us/gtalkbutton4.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Talk Button + Google Talk Button + Google,Gadgets + + + + + FlyLadyRemindersGadget + FlyLady Reminders + Google Gadgets: FlyLady Reminders Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FlyLady Reminders + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/flylady.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/flylady.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FlyLady Reminders + FlyLady Reminders + Google,Gadgets + + + + + GoogleDocsampSpreadsheetsGadget + Google Docs & Spreadsheets + Google Gadgets: Google Docs & Spreadsheets Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Docs & Spreadsheets + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/docs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/docs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Docs & Spreadsheets + Google Docs & Spreadsheets + Google,Gadgets + + + + + InspirationalthoughtsfromOprahGadget + Inspirational thoughts from Oprah + Google Gadgets: Inspirational thoughts from Oprah Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Inspirational thoughts from Oprah + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mandybare.googlepages.com/Oprah.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mandybare.googlepages.com/Oprah.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Inspirational thoughts from Oprah + Inspirational thoughts from Oprah + Google,Gadgets + + + + + RandomGoogleGadgetsGadget + Random Google Gadgets + Google Gadgets: Random Google Gadgets Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Google Gadgets + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/google-gadgets.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/google-gadgets.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Google Gadgets + Random Google Gadgets + Google,Gadgets + + + + + ItalianAudioWordoftheDayGadget + Italian - Audio Word of the Day + Google Gadgets: Italian - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Italian - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/italian_wotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hitsalive.com/google_gadgets/italian_wotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Italian - Audio Word of the Day + Italian - Audio Word of the Day + Google,Gadgets + + + + + FindSinglesinyourAreaGadget + Find Singles in your Area + Google Gadgets: Find Singles in your Area Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Singles in your Area + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/singles.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/gadget/singles.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Singles in your Area + Find Singles in your Area + Google,Gadgets + + + + + SmileyoftheDayGadget + Smiley of the Day + Google Gadgets: Smiley of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Smiley of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/smiley.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/smiley.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Smiley of the Day + Smiley of the Day + Google,Gadgets + + + + + FitnessTipoftheDayGadget + Fitness Tip of the Day + Google Gadgets: Fitness Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fitness Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/fitness.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/fitness.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fitness Tip of the Day + Fitness Tip of the Day + Google,Gadgets + + + + + EnglishSpanishdictionaryGadget + English Spanish dictionary + Google Gadgets: English Spanish dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + English Spanish dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.babelpoint.com/widgets/EnEs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.babelpoint.com/widgets/EnEs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + English Spanish dictionary + English Spanish dictionary + Google,Gadgets + + + + + SpanishPhraseoftheDAYWorldTravelorGadget + Spanish Phrase of the DAY - World Travelor!! + Google Gadgets: Spanish Phrase of the DAY - World Travelor!! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spanish Phrase of the DAY - World Travelor!! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://xyz220.googlepages.com/spanishtravel.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://xyz220.googlepages.com/spanishtravel.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spanish Phrase of the DAY - World Travelor!! + Spanish Phrase of the DAY - World Travelor!! + Google,Gadgets + + + + + MoneyandFinanceTipoftheDayGadget + Money and Finance Tip of the Day + Google Gadgets: Money and Finance Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Money and Finance Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/money/finance-money-tips.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/money/finance-money-tips.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Money and Finance Tip of the Day + Money and Finance Tip of the Day + Google,Gadgets + + + + + KoreanWordoftheDayGadget + Korean - Word of the Day + Google Gadgets: Korean - Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Korean - Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/korean_wotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hitsalive.com/korean_wotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Korean - Word of the Day + Korean - Word of the Day + Google,Gadgets + + + + + GoogleTranslatealphaGadget + Google Translate alpha + Google Gadgets: Google Translate alpha Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Translate alpha + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chw2054.googlepages.com/Ggadget.google.translate.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chw2054.googlepages.com/Ggadget.google.translate.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Translate alpha + Google Translate alpha + Google,Gadgets + + + + + PhoneGnomeDialerGadget + PhoneGnome Dialer + Google Gadgets: PhoneGnome Dialer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PhoneGnome Dialer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://my.phonegnome.com/PhoneGnomeGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://my.phonegnome.com/PhoneGnomeGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PhoneGnome Dialer + PhoneGnome Dialer + Google,Gadgets + + + + + DrawingGadget + Drawing + Google Gadgets: Drawing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Drawing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.queeky.com/draw/lib/googlemod.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.queeky.com/draw/lib/googlemod.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Drawing + Drawing + Google,Gadgets + + + + + NationalGeographicPhotosGadget + National Geographic Photos + Google Gadgets: National Geographic Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/nationalgeographic1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://alisa.ellis.googlepages.com/nationalgeographic1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Photos + National Geographic Photos + Google,Gadgets + + + + + XfireWebMessengerGadget + Xfire Web Messenger + Google Gadgets: Xfire Web Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Xfire Web Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://xfireplus.com/xfireplus/webmessenger/jfire.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://xfireplus.com/xfireplus/webmessenger/jfire.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Xfire Web Messenger + Xfire Web Messenger + Google,Gadgets + + + + + SlimRSSReaderGadget + Slim RSS Reader + Google Gadgets: Slim RSS Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slim RSS Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://1o4.jp/google/module/slim-reader.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://1o4.jp/google/module/slim-reader.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slim RSS Reader + Slim RSS Reader + Google,Gadgets + + + + + MyLocalTimegadgetGadget + My Local Time gadget + Google Gadgets: My Local Time gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Local Time gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://web.ebuell.com/myclock.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://web.ebuell.com/myclock.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Local Time gadget + My Local Time gadget + Google,Gadgets + + + + + NationalMissingChildrenAlertsGadget + National Missing Children Alerts + Google Gadgets: National Missing Children Alerts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Missing Children Alerts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/missing-kids.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/missing-kids.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Missing Children Alerts + National Missing Children Alerts + Google,Gadgets + + + + + OnlineEnglishGrammarGadget + Online English Grammar + Google Gadgets: Online English Grammar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Online English Grammar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.english4today.com/gadgets/online_english_grammar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.english4today.com/gadgets/online_english_grammar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Online English Grammar + Online English Grammar + Google,Gadgets + + + + + SlangO39TheDayGadget + Slang O' The Day + Google Gadgets: Slang O' The Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slang O' The Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://slang.otheday.com/GoogleGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://slang.otheday.com/GoogleGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slang O' The Day + Slang O' The Day + Google,Gadgets + + + + + ConvertEnglishtoYodaSpeakGadget + Convert English to Yoda-Speak + Google Gadgets: Convert English to Yoda-Speak Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Convert English to Yoda-Speak + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.yodaspeak.co.uk/webservice/yodagoogle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.yodaspeak.co.uk/webservice/yodagoogle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Convert English to Yoda-Speak + Convert English to Yoda-Speak + Google,Gadgets + + + + + HealthTipoftheDay1Gadget + Health Tip of the Day. + Google Gadgets: Health Tip of the Day. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Health Tip of the Day. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/health-tips.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/gadget/health-tips.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Health Tip of the Day. + Health Tip of the Day. + Google,Gadgets + + + + + TheMySpaceAlertsGadgetGadget + The MySpace Alerts Gadget + Google Gadgets: The MySpace Alerts Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The MySpace Alerts Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://web.ebuell.com/myspace.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://web.ebuell.com/myspace.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The MySpace Alerts Gadget + The MySpace Alerts Gadget + Google,Gadgets + + + + + LocalChatGadget1Gadget + Local Chat Gadget + Google Gadgets: Local Chat Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Chat Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.saskpersonals.com/ig/localchat4/LocalChat4.0.0.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.saskpersonals.com/ig/localchat4/LocalChat4.0.0.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Chat Gadget + Local Chat Gadget + Google,Gadgets + + + + + PeopleFinderGadget + People Finder + Google Gadgets: People Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + People Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip.olsen.googlepages.com/peoplefinder.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip.olsen.googlepages.com/peoplefinder.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + People Finder + People Finder + Google,Gadgets + + + + + TeleMessageSMSSenderGadget + TeleMessage SMS Sender + Google Gadgets: TeleMessage SMS Sender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TeleMessage SMS Sender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.telemessage.com/qsms/qsms.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.telemessage.com/qsms/qsms.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TeleMessage SMS Sender + TeleMessage SMS Sender + Google,Gadgets + + + + + RussianAudioWordoftheDayGadget + Russian - Audio Word of the Day + Google Gadgets: Russian - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Russian - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/russian_wotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hitsalive.com/google_gadgets/russian_wotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Russian - Audio Word of the Day + Russian - Audio Word of the Day + Google,Gadgets + + + + + WordsofChristGadget + Words of Christ + Google Gadgets: Words of Christ Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Words of Christ + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/jesus-christ.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/jesus-christ.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Words of Christ + Words of Christ + Google,Gadgets + + + + + ReutersNewsinPicturesGadget + Reuters News in Pictures + Google Gadgets: Reuters News in Pictures Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Reuters News in Pictures + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/reuters/news-in-pictures.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/reuters/news-in-pictures.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Reuters News in Pictures + Reuters News in Pictures + Google,Gadgets + + + + + GeoWhitePagescomGadget + GeoWhitePages.com + Google Gadgets: GeoWhitePages.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GeoWhitePages.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geowhitepages.com/gadget/geowhitepages.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geowhitepages.com/gadget/geowhitepages.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GeoWhitePages.com + GeoWhitePages.com + Google,Gadgets + + + + + ThingstoPonder1Gadget + Things to Ponder + Google Gadgets: Things to Ponder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Things to Ponder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/ponder.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/ponder.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Things to Ponder + Things to Ponder + Google,Gadgets + + + + + SendSMSviaClickatellGadget + Send SMS via Clickatell + Google Gadgets: Send SMS via Clickatell Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send SMS via Clickatell + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.designbynumbers.com.au/dbn/googlesms/index.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.designbynumbers.com.au/dbn/googlesms/index.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send SMS via Clickatell + Send SMS via Clickatell + Google,Gadgets + + + + + PodcastSearchGadget + Podcast Search + Google Gadgets: Podcast Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Podcast Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001905734512982322332/cse/hhpvmc69tlg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001905734512982322332/cse/hhpvmc69tlg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Podcast Search + Podcast Search + Google,Gadgets + + + + + Translate1Gadget + Translate + Google Gadgets: Translate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://rspeyer.googlepages.com/translate.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://rspeyer.googlepages.com/translate.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translate + Translate + Google,Gadgets + + + + + SecureRSSReaderGadget + Secure RSS Reader + Google Gadgets: Secure RSS Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Secure RSS Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadget.myworklight.com/Google/WorkLightSecureRSSReader.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadget.myworklight.com/Google/WorkLightSecureRSSReader.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Secure RSS Reader + Secure RSS Reader + Google,Gadgets + + + + + LearningEnglishGadget + Learning English + Google Gadgets: Learning English Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Learning English + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002457767606894027501/cse/q_i8bkcnfwy/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002457767606894027501/cse/q_i8bkcnfwy/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Learning English + Learning English + Google,Gadgets + + + + + DeliciousBookmarksGadget + Del.icio.us Bookmarks + Google Gadgets: Del.icio.us Bookmarks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Del.icio.us Bookmarks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www3.sympatico.ca/mjdresser/Delicious.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www3.sympatico.ca/mjdresser/Delicious.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Del.icio.us Bookmarks + Del.icio.us Bookmarks + Google,Gadgets + + + + + LiveJournalFriendsGadget + LiveJournal Friends + Google Gadgets: LiveJournal Friends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LiveJournal Friends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://clayfoot.googlepages.com/LJFriends.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://clayfoot.googlepages.com/LJFriends.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LiveJournal Friends + LiveJournal Friends + Google,Gadgets + + + + + ImageShackHostingGadget + ImageShack Hosting + Google Gadgets: ImageShack Hosting Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ImageShack Hosting + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.grimmthething.com/googmods/Imageshack.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.grimmthething.com/googmods/Imageshack.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ImageShack Hosting + ImageShack Hosting + Google,Gadgets + + + + + QuickBlogGadget + Quick Blog + Google Gadgets: Quick Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quick Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nthcolumn.pwp.blueyonder.co.uk/blogger.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nthcolumn.pwp.blueyonder.co.uk/blogger.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quick Blog + Quick Blog + Google,Gadgets + + + + + OnlineTVRadiobyDJPetyGadget + Online TV-Radio - by DJ.Pety + Google Gadgets: Online TV-Radio - by DJ.Pety Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Online TV-Radio - by DJ.Pety + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://users.cwi.hu/kgc-clan/radio_tv/rtv.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://users.cwi.hu/kgc-clan/radio_tv/rtv.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Online TV-Radio - by DJ.Pety + Online TV-Radio - by DJ.Pety + Google,Gadgets + + + + + TinyPicImageUploadGadget + TinyPic Image Upload + Google Gadgets: TinyPic Image Upload Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TinyPic Image Upload + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://bigpixel.macintoshdevelopers.net/googlestuff/tinypic.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://bigpixel.macintoshdevelopers.net/googlestuff/tinypic.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TinyPic Image Upload + TinyPic Image Upload + Google,Gadgets + + + + + AGadgettofetchawebsiteusingaproxy1Gadget + A Gadget to fetch a website using a proxy + Google Gadgets: A Gadget to fetch a website using a proxy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A Gadget to fetch a website using a proxy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ebuell.com/gadgets/proxy.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ebuell.com/gadgets/proxy.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A Gadget to fetch a website using a proxy + A Gadget to fetch a website using a proxy + Google,Gadgets + + + + + LadyChatbotGadget + Lady Chatbot + Google Gadgets: Lady Chatbot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lady Chatbot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.iupt.com/ai/ladychatbot.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.iupt.com/ai/ladychatbot.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lady Chatbot + Lady Chatbot + Google,Gadgets + + + + + ProgramBoardEventsGadget + Program Board Events + Google Gadgets: Program Board Events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Program Board Events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://pb.gmu.edu/google_events.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://pb.gmu.edu/google_events.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Program Board Events + Program Board Events + Google,Gadgets + + + + + CrossroadsPresbyterianChurchAudioGadget + Crossroads Presbyterian Church Audio + Google Gadgets: Crossroads Presbyterian Church Audio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crossroads Presbyterian Church Audio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.crossroadsfamily.com/googlegadget.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.crossroadsfamily.com/googlegadget.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crossroads Presbyterian Church Audio + Crossroads Presbyterian Church Audio + Google,Gadgets + + + + + QuickBlog1Gadget + Quick Blog + Google Gadgets: Quick Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quick Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1143177/D14659907763554374015&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/a/1143177/D14659907763554374015 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quick Blog + Quick Blog + Google,Gadgets + + + + + DictionarySearchGadget + Dictionary Search + Google Gadgets: Dictionary Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dictionary Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/dictionary.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/dictionary.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dictionary Search + Dictionary Search + Google,Gadgets + + + + + YahooMail1Gadget + Yahoo Mail + Google Gadgets: Yahoo Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~dchee/YahooMail.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.comcast.net/~dchee/YahooMail.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Mail + Yahoo Mail + Google,Gadgets + + + + + MacGadget + .Mac + Google Gadgets: .Mac Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + .Mac + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://alexander.atallah.googlepages.com/dotMacGadgetv11.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://alexander.atallah.googlepages.com/dotMacGadgetv11.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + .Mac + .Mac + Google,Gadgets + + + + + BillCosbyJokesandThoughtsGadget + Bill Cosby Jokes and Thoughts + Google Gadgets: Bill Cosby Jokes and Thoughts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bill Cosby Jokes and Thoughts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/cosby.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://Mandybare.googlepages.com/cosby.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bill Cosby Jokes and Thoughts + Bill Cosby Jokes and Thoughts + Google,Gadgets + + + + + YahooMyWeb20BookmarksGadget + Yahoo! My Web 2.0 Bookmarks + Google Gadgets: Yahoo! My Web 2.0 Bookmarks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! My Web 2.0 Bookmarks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://R.S.Javalgekar.googlepages.com/YMW2Bookmarks.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://R.S.Javalgekar.googlepages.com/YMW2Bookmarks.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! My Web 2.0 Bookmarks + Yahoo! My Web 2.0 Bookmarks + Google,Gadgets + + + + + SmileyoftheMomentGadget + Smiley of the Moment + Google Gadgets: Smiley of the Moment Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Smiley of the Moment + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/smiley/smiley.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/smiley/smiley.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Smiley of the Moment + Smiley of the Moment + Google,Gadgets + + + + + LookWAYupdictionaryGadget + LookWAYup dictionary + Google Gadgets: LookWAYup dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LookWAYup dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lookwayup.com/free/LWUgmodule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lookwayup.com/free/LWUgmodule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LookWAYup dictionary + LookWAYup dictionary + Google,Gadgets + + + + + ForgivenessQuoteoftheDayGadget + Forgiveness Quote of the Day + Google Gadgets: Forgiveness Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Forgiveness Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/forgiveness.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/forgiveness.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Forgiveness Quote of the Day + Forgiveness Quote of the Day + Google,Gadgets + + + + + PromtOnlineTranslatorGadget + Promt Online Translator + Google Gadgets: Promt Online Translator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Promt Online Translator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.translate.ru/forms/google_gadget/PromtTranslator.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.translate.ru/forms/google_gadget/PromtTranslator.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Promt Online Translator + Promt Online Translator + Google,Gadgets + + + + + Johan39sphotoblogmoduleGadget + Johan's photoblog module + Google Gadgets: Johan's photoblog module Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Johan's photoblog module + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.infa.fi/~jhjerlin/widget.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.infa.fi/~jhjerlin/widget.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Johan's photoblog module + Johan's photoblog module + Google,Gadgets + + + + + TheGordaenGadgetGadget + The Gordaen Gadget + Google Gadgets: The Gordaen Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Gordaen Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.gordaen.com/miscellaneous/gordaenGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.gordaen.com/miscellaneous/gordaenGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Gordaen Gadget + The Gordaen Gadget + Google,Gadgets + + + + + EncyclopediaSearchGadget + Encyclopedia Search + Google Gadgets: Encyclopedia Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Encyclopedia Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/encyclopedia.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/encyclopedia.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Encyclopedia Search + Encyclopedia Search + Google,Gadgets + + + + + MyGoogleGroupsTopicsGadget + My Google Groups Topics + Google Gadgets: My Google Groups Topics Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Google Groups Topics + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/mytopics.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/mytopics.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Google Groups Topics + My Google Groups Topics + Google,Gadgets + + + + + FreeTextMessageGadget + Free Text Message + Google Gadgets: Free Text Message Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Text Message + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.txt2day.com/txt2day.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.txt2day.com/txt2day.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Text Message + Free Text Message + Google,Gadgets + + + + + PoliticalQuoteoftheDayGadget + Political Quote of the Day + Google Gadgets: Political Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Political Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/politics.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/politics.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Political Quote of the Day + Political Quote of the Day + Google,Gadgets + + + + + Collin39sMiniMailGadget + Collin's MiniMail + Google Gadgets: Collin's MiniMail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Collin's MiniMail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.freewebs.com/encryptionandsecurity/sendmail.txt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.freewebs.com/encryptionandsecurity/sendmail.txt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Collin's MiniMail + Collin's MiniMail + Google,Gadgets + + + + + PinDaxHeadlineBoardGadget + PinDax Headline Board + Google Gadgets: PinDax Headline Board Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PinDax Headline Board + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pindax.com/miniBoardXML.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pindax.com/miniBoardXML.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PinDax Headline Board + PinDax Headline Board + Google,Gadgets + + + + + NationalGeographicPhotos1Gadget + National Geographic Photos + Google Gadgets: National Geographic Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/nationalgeographic.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://alisa.ellis.googlepages.com/nationalgeographic.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Photos + National Geographic Photos + Google,Gadgets + + + + + MyWebCam1Gadget + My WebCam + Google Gadgets: My WebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://72.22.64.51/webcam/wcm2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://72.22.64.51/webcam/wcm2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam + My WebCam + Google,Gadgets + + + + + AbrahamLincolnQuoteoftheDayGadget + Abraham Lincoln Quote of the Day + Google Gadgets: Abraham Lincoln Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Abraham Lincoln Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/abraham-lincoln.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/abraham-lincoln.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Abraham Lincoln Quote of the Day + Abraham Lincoln Quote of the Day + Google,Gadgets + + + + + TIMEQuoteoftheDayGadget + TIME Quote of the Day + Google Gadgets: TIME Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TIME Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/cnn/time-quote-of-the-day.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/cnn/time-quote-of-the-day.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TIME Quote of the Day + TIME Quote of the Day + Google,Gadgets + + + + + FancyPantsyRSSSearchandFilterGadget + Fancy-Pantsy RSS Search and Filter + Google Gadgets: Fancy-Pantsy RSS Search and Filter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fancy-Pantsy RSS Search and Filter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jack.sankey.googlepages.com/RSSfilter_current.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jack.sankey.googlepages.com/RSSfilter_current.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fancy-Pantsy RSS Search and Filter + Fancy-Pantsy RSS Search and Filter + Google,Gadgets + + + + + GreekBlogsSearchEngineGadget + Greek Blogs Search Engine + Google Gadgets: Greek Blogs Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Greek Blogs Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/001811651856122118421/cse/kclaghsbst0/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/001811651856122118421/cse/kclaghsbst0/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Greek Blogs Search Engine + Greek Blogs Search Engine + Google,Gadgets + + + + + MapMyWordDictionary1Gadget + MapMyWord Dictionary + Google Gadgets: MapMyWord Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MapMyWord Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sakunkoo.googlepages.com/mgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sakunkoo.googlepages.com/mgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MapMyWord Dictionary + MapMyWord Dictionary + Google,Gadgets + + + + + Socializerbyweb2announcercomGadget + Socializer by web2announcer.com + Google Gadgets: Socializer by web2announcer.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Socializer by web2announcer.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://web2announcer.com/gm/socializer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://web2announcer.com/gm/socializer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Socializer by web2announcer.com + Socializer by web2announcer.com + Google,Gadgets + + + + + BrazilMissingChildrenAlertsGadget + Brazil Missing Children Alerts + Google Gadgets: Brazil Missing Children Alerts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Brazil Missing Children Alerts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/missing-kids/brasil/missing-kids.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/missing-kids/brasil/missing-kids.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Brazil Missing Children Alerts + Brazil Missing Children Alerts + Google,Gadgets + + + + + ChatNetworkGadget + Chat Network + Google Gadgets: Chat Network Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chat Network + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chat.parachat.com/gg/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chat.parachat.com/gg/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chat Network + Chat Network + Google,Gadgets + + + + + OrkutBirthdaysGadget + Orkut Birthdays + Google Gadgets: Orkut Birthdays Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orkut Birthdays + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/orkut_bdays.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/orkut_bdays.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orkut Birthdays + Orkut Birthdays + Google,Gadgets + + + + + CallWaveFreeVisualVoicemail1Gadget + CallWave Free Visual Voicemail + Google Gadgets: CallWave Free Visual Voicemail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CallWave Free Visual Voicemail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.callwave.com/widgets/googlevoicemail.aspx&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.callwave.com/widgets/googlevoicemail.aspx + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CallWave Free Visual Voicemail + CallWave Free Visual Voicemail + Google,Gadgets + + + + + WorldPopulationandLandCountGadget + World Population and Land Count + Google Gadgets: World Population and Land Count Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Population and Land Count + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/world-population.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/world-population.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Population and Land Count + World Population and Land Count + Google,Gadgets + + + + + ICQStatusCheckGadget + ICQ Status Check + Google Gadgets: ICQ Status Check Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ICQ Status Check + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.pages.at/mariusknaust/icqstatuscheck/icqstatuscheck.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.pages.at/mariusknaust/icqstatuscheck/icqstatuscheck.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ICQ Status Check + ICQ Status Check + Google,Gadgets + + + + + RMailGadget + RMail + Google Gadgets: RMail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RMail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lab.rss-world.info/google-homepage/r-mail.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lab.rss-world.info/google-homepage/r-mail.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RMail + RMail + Google,Gadgets + + + + + SMSviaTeleMessageGadget + SMS via TeleMessage + Google Gadgets: SMS via TeleMessage Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SMS via TeleMessage + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.telemessage.com/oplugin/beta/tm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.telemessage.com/oplugin/beta/tm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SMS via TeleMessage + SMS via TeleMessage + Google,Gadgets + + + + + RalphWaldoEmersonQuoteoftheDayGadget + Ralph Waldo Emerson Quote of the Day + Google Gadgets: Ralph Waldo Emerson Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ralph Waldo Emerson Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/emerson.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/emerson.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ralph Waldo Emerson Quote of the Day + Ralph Waldo Emerson Quote of the Day + Google,Gadgets + + + + + ComvozGadget + Comvoz + Google Gadgets: Comvoz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Comvoz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://galdub10.100webspace.net/comvoz/comvoz.xml.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://galdub10.100webspace.net/comvoz/comvoz.xml.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Comvoz + Comvoz + Google,Gadgets + + + + + BlogdriveFavoritesGadget + Blogdrive Favorites + Google Gadgets: Blogdrive Favorites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blogdrive Favorites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://design.blogdrive.com/scripts/google/blogdrive-favorites.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://design.blogdrive.com/scripts/google/blogdrive-favorites.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blogdrive Favorites + Blogdrive Favorites + Google,Gadgets + + + + + SpanishWordoftheDayGadget + Spanish - Word of the Day + Google Gadgets: Spanish - Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spanish - Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/spanish_wotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hitsalive.com/google_gadgets/spanish_wotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spanish - Word of the Day + Spanish - Word of the Day + Google,Gadgets + + + + + DesktopChatGadget + Desktop Chat + Google Gadgets: Desktop Chat Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Desktop Chat + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.livebug.com/gadget/chat.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.livebug.com/gadget/chat.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Desktop Chat + Desktop Chat + Google,Gadgets + + + + + BlogdriveTemplatesGadget + Blogdrive Templates + Google Gadgets: Blogdrive Templates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blogdrive Templates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blogdrive Templates + Blogdrive Templates + Google,Gadgets + + + + + ParentingTipoftheDayGadget + Parenting Tip of the Day + Google Gadgets: Parenting Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Parenting Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/parenting.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/parenting.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Parenting Tip of the Day + Parenting Tip of the Day + Google,Gadgets + + + + + WordReferencecomDictionariesGadget + WordReference.com Dictionaries + Google Gadgets: WordReference.com Dictionaries Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WordReference.com Dictionaries + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wordreference.com/tools/ggGadgets/WRgadget_en.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wordreference.com/tools/ggGadgets/WRgadget_en.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WordReference.com Dictionaries + WordReference.com Dictionaries + Google,Gadgets + + + + + SendlargefileswithMembaVelodocGadget + Send large files with Memba Velodoc + Google Gadgets: Send large files with Memba Velodoc Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send large files with Memba Velodoc + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.velodoc.net/gadgets/google/velodoc.gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.velodoc.net/gadgets/google/velodoc.gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send large files with Memba Velodoc + Send large files with Memba Velodoc + Google,Gadgets + + + + + SearchOpenCourseWareFromvariousUniversitiesGadget + Search Open Course Ware From various Universities + Google Gadgets: Search Open Course Ware From various Universities Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Open Course Ware From various Universities + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pspxworld.com/opencontentonline.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pspxworld.com/opencontentonline.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Open Course Ware From various Universities + Search Open Course Ware From various Universities + Google,Gadgets + + + + + BabylonTranslationBoxGadget + Babylon Translation Box + Google Gadgets: Babylon Translation Box Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Babylon Translation Box + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/babylon/babylon.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/babylon/babylon.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Babylon Translation Box + Babylon Translation Box + Google,Gadgets + + + + + InterestingPhotosoftheDayGadget + Interesting Photos of the Day + Google Gadgets: Interesting Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Interesting Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/beauty.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/beauty.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Interesting Photos of the Day + Interesting Photos of the Day + Google,Gadgets + + + + + DaayuPhotoampVideoSharingGadget + Daayu Photo & Video Sharing + Google Gadgets: Daayu Photo & Video Sharing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daayu Photo & Video Sharing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.daayu.com/GoogleModule/Daayu.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.daayu.com/GoogleModule/Daayu.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daayu Photo & Video Sharing + Daayu Photo & Video Sharing + Google,Gadgets + + + + + Who39sonSocceresqueGadget + Who's on Socceresque + Google Gadgets: Who's on Socceresque Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Who's on Socceresque + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.socceresque.com/gadgets/online.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.socceresque.com/gadgets/online.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Who's on Socceresque + Who's on Socceresque + Google,Gadgets + + + + + TheGoodBlogsGadget + TheGoodBlogs + Google Gadgets: TheGoodBlogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TheGoodBlogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://plugins.thegoodblogs.com/google-ig/thegoodblogs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://plugins.thegoodblogs.com/google-ig/thegoodblogs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TheGoodBlogs + TheGoodBlogs + Google,Gadgets + + + + + SmileyoftheDay1Gadget + Smiley of the Day + Google Gadgets: Smiley of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Smiley of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/smiley.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/Gadgets/smiley.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Smiley of the Day + Smiley of the Day + Google,Gadgets + + + + + 43ThingsGadget + 43 Things + Google Gadgets: 43 Things Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 43 Things + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/calebegg42/43things.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geocities.com/calebegg42/43things.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 43 Things + 43 Things + Google,Gadgets + + + + + FreeGoSMSGadget + Free Go SMS + Google Gadgets: Free Go SMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Go SMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://rossoft.net:8080/gSMSWeb/gadgetdef/gsms_google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://rossoft.net:8080/gSMSWeb/gadgetdef/gsms_google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Go SMS + Free Go SMS + Google,Gadgets + + + + + FriendshipQuoteoftheDayGadget + Friendship Quote of the Day + Google Gadgets: Friendship Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Friendship Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/friendship.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/friendship.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Friendship Quote of the Day + Friendship Quote of the Day + Google,Gadgets + + + + + YahooIridiumFlaresGadget + Yahoo! Iridium Flares + Google Gadgets: Yahoo! Iridium Flares Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Iridium Flares + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.crossroads-coffeehouse.org/iridium.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.crossroads-coffeehouse.org/iridium.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Iridium Flares + Yahoo! Iridium Flares + Google,Gadgets + + + + + SendlargefileswithMembaVelodoc1Gadget + Send large files with Memba Velodoc + Google Gadgets: Send large files with Memba Velodoc Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send large files with Memba Velodoc + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.velodoc.net/Gadgets/Google/Velodoc.Gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.velodoc.net/Gadgets/Google/Velodoc.Gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send large files with Memba Velodoc + Send large files with Memba Velodoc + Google,Gadgets + + + + + MusicianSearchGadget + Musician Search + Google Gadgets: Musician Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musician Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ebandbuilder.com/gadget/MusicianSearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ebandbuilder.com/gadget/MusicianSearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musician Search + Musician Search + Google,Gadgets + + + + + IndonesianWordoftheDayGadget + Indonesian - Word of the Day + Google Gadgets: Indonesian - Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Indonesian - Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/indonesian_wotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hitsalive.com/google_gadgets/indonesian_wotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Indonesian - Word of the Day + Indonesian - Word of the Day + Google,Gadgets + + + + + RandomMovieQuotesGadget + Random Movie Quotes. + Google Gadgets: Random Movie Quotes. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Movie Quotes. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/movie-quotes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/gadget/movie-quotes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Movie Quotes. + Random Movie Quotes. + Google,Gadgets + + + + + NabaztagFoodGadget + Nabaztag Food + Google Gadgets: Nabaztag Food Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nabaztag Food + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nabzfood.com/nv/nabzfood.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nabzfood.com/nv/nabzfood.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nabaztag Food + Nabaztag Food + Google,Gadgets + + + + + GetYourAnswerGadget + Get Your Answer + Google Gadgets: Get Your Answer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Get Your Answer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/search3.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://Mandybare.googlepages.com/search3.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Get Your Answer + Get Your Answer + Google,Gadgets + + + + + FacebookGadget + Facebook + Google Gadgets: Facebook Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Facebook + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://fb.blueeclipsedesign.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://fb.blueeclipsedesign.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Facebook + Facebook + Google,Gadgets + + + + + GermanPersianGadget + German-Persian + Google Gadgets: German-Persian Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + German-Persian + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://persian.free-dict.de/persian.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://persian.free-dict.de/persian.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + German-Persian + German-Persian + Google,Gadgets + + + + + MBudgetFreeSMSGadget + MBudget Free SMS + Google Gadgets: MBudget Free SMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MBudget Free SMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mbm.metaphor.ch/m-budget-mobile/stat/downloads/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mbm.metaphor.ch/m-budget-mobile/stat/downloads/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MBudget Free SMS + MBudget Free SMS + Google,Gadgets + + + + + MongoliandictionaryGadget + Mongolian dictionary + Google Gadgets: Mongolian dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mongolian dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bywav.com/dictionary.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bywav.com/dictionary.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mongolian dictionary + Mongolian dictionary + Google,Gadgets + + + + + GotoMsgGadget + GotoMsg + Google Gadgets: GotoMsg Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GotoMsg + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.gotomsg.com/goog.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.gotomsg.com/goog.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GotoMsg + GotoMsg + Google,Gadgets + + + + + TodayinHistoryGadget + Today in History + Google Gadgets: Today in History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today in History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/todayinhistory.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/Gadgets/todayinhistory.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today in History + Today in History + Google,Gadgets + + + + + GREWordoftheDayGadget + GRE Word of the Day + Google Gadgets: GRE Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRE Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.vocabgrapher.com/grewordoftheday.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.vocabgrapher.com/grewordoftheday.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRE Word of the Day + GRE Word of the Day + Google,Gadgets + + + + + MemotooContactsWorldMapGadget + Memotoo - Contacts World Map + Google Gadgets: Memotoo - Contacts World Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Memotoo - Contacts World Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.memotoo.com/googleIgContactsMap.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.memotoo.com/googleIgContactsMap.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Memotoo - Contacts World Map + Memotoo - Contacts World Map + Google,Gadgets + + + + + PlaceaphonecallNikotalkGadget + Place a phone call - Nikotalk + Google Gadgets: Place a phone call - Nikotalk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Place a phone call - Nikotalk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ljmsite.com/google/gadgets/nikotalk.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ljmsite.com/google/gadgets/nikotalk.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Place a phone call - Nikotalk + Place a phone call - Nikotalk + Google,Gadgets + + + + + OrkutNewsGadget + Orkut News + Google Gadgets: Orkut News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orkut News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://pthegroup.googlepages.com/OrkutNews.XML&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://pthegroup.googlepages.com/OrkutNews.XML + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orkut News + Orkut News + Google,Gadgets + + + + + RoundsGadget + Rounds + Google Gadgets: Rounds Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rounds + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zeen.co.uk/rounds/rounds.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zeen.co.uk/rounds/rounds.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rounds + Rounds + Google,Gadgets + + + + + BeaconGadget + Beacon + Google Gadgets: Beacon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beacon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/beacon/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/beacon/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beacon + Beacon + Google,Gadgets + + + + + BlueorganizerslideshowGadget + Blueorganizer slideshow + Google Gadgets: Blueorganizer slideshow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blueorganizer slideshow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://s3.amazonaws.com/blueorganizer/shared/google/slideshow.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://s3.amazonaws.com/blueorganizer/shared/google/slideshow.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blueorganizer slideshow + Blueorganizer slideshow + Google,Gadgets + + + + + SearchCiteULikeGadget + Search CiteULike + Google Gadgets: Search CiteULike Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search CiteULike + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://rapadura.googlecode.com/files/citeulike.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://rapadura.googlecode.com/files/citeulike.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search CiteULike + Search CiteULike + Google,Gadgets + + + + + deliciousBookmarksGadget + del.icio.us Bookmarks + Google Gadgets: del.icio.us Bookmarks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + del.icio.us Bookmarks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://R.S.Javalgekar.googlepages.com/DeliciousBookmarks.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://R.S.Javalgekar.googlepages.com/DeliciousBookmarks.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + del.icio.us Bookmarks + del.icio.us Bookmarks + Google,Gadgets + + + + + PickUpLinesGadget + Pick Up Lines + Google Gadgets: Pick Up Lines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pick Up Lines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/pickuplines.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://Mandybare.googlepages.com/pickuplines.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pick Up Lines + Pick Up Lines + Google,Gadgets + + + + + MartinLutherKingJrQuoteoftheDayGadget + Martin Luther King Jr. Quote of the Day + Google Gadgets: Martin Luther King Jr. Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Martin Luther King Jr. Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/martin-luther-king.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/martin-luther-king.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Martin Luther King Jr. Quote of the Day + Martin Luther King Jr. Quote of the Day + Google,Gadgets + + + + + LinkedInSearchEngineGadget + LinkedIn Search Engine + Google Gadgets: LinkedIn Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LinkedIn Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/013973300718844459208/cse/eihyr7mwxkg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/013973300718844459208/cse/eihyr7mwxkg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LinkedIn Search Engine + LinkedIn Search Engine + Google,Gadgets + + + + + MyLocalTimegadget1Gadget + My Local Time gadget + Google Gadgets: My Local Time gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Local Time gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ebuell.com/gadgets/myclock.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ebuell.com/gadgets/myclock.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Local Time gadget + My Local Time gadget + Google,Gadgets + + + + + ArticleDiggercomFreshArticlesGadget + ArticleDigger.com Fresh Articles + Google Gadgets: ArticleDigger.com Fresh Articles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ArticleDigger.com Fresh Articles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.articledigger.com/gadgets/google/articledigger.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.articledigger.com/gadgets/google/articledigger.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ArticleDigger.com Fresh Articles + ArticleDigger.com Fresh Articles + Google,Gadgets + + + + + AnnouncementsfromAustinTXGadget + Announcements from Austin, TX + Google Gadgets: Announcements from Austin, TX Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Announcements from Austin, TX + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thedailyfunpages.com/gadget/volumeone.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thedailyfunpages.com/gadget/volumeone.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Announcements from Austin, TX + Announcements from Austin, TX + Google,Gadgets + + + + + GetDefinitionGadget + Get Definition ! + Google Gadgets: Get Definition ! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Get Definition ! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.get-definition.com/getdefinition.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.get-definition.com/getdefinition.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Get Definition ! + Get Definition ! + Google,Gadgets + + + + + CommunicationGadget + Communication + Google Gadgets: Communication Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Communication + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://danew.net.googlepages.com/naverkin.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://danew.net.googlepages.com/naverkin.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Communication + Communication + Google,Gadgets + + + + + ThesaurusSearchGadget + Thesaurus Search + Google Gadgets: Thesaurus Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Thesaurus Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/thesaurus.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/thesaurus.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Thesaurus Search + Thesaurus Search + Google,Gadgets + + + + + mail2webcomGadget + mail2web.com + Google Gadgets: mail2web.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + mail2web.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://services.mail2web.com/Gadgets/mail2web.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://services.mail2web.com/Gadgets/mail2web.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + mail2web.com + mail2web.com + Google,Gadgets + + + + + SearchCiteULike1Gadget + Search CiteULike + Google Gadgets: Search CiteULike Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search CiteULike + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lrlucena.googlepages.com/citeulike.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lrlucena.googlepages.com/citeulike.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search CiteULike + Search CiteULike + Google,Gadgets + + + + + EncyclopediaBritannicaSearchGadget + Encyclopedia Britannica Search + Google Gadgets: Encyclopedia Britannica Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Encyclopedia Britannica Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/britannica-encyclopedia.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/britannica-encyclopedia.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Encyclopedia Britannica Search + Encyclopedia Britannica Search + Google,Gadgets + + + + + SendWorldwideSMSGadget + Send Worldwide SMS + Google Gadgets: Send Worldwide SMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send Worldwide SMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.mtatm.com/SendSMSGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.mtatm.com/SendSMSGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send Worldwide SMS + Send Worldwide SMS + Google,Gadgets + + + + + OmgiliDiscussionsSearchGadget + Omgili Discussions Search + Google Gadgets: Omgili Discussions Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Omgili Discussions Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.omgili.com/gadgets/Omgili.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.omgili.com/gadgets/Omgili.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Omgili Discussions Search + Omgili Discussions Search + Google,Gadgets + + + + + CallWaveFreeTextMessagingGadget + CallWave Free Text Messaging + Google Gadgets: CallWave Free Text Messaging Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CallWave Free Text Messaging + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.callwave.com/widgets/googletextmessage.aspx&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.callwave.com/widgets/googletextmessage.aspx + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CallWave Free Text Messaging + CallWave Free Text Messaging + Google,Gadgets + + + + + JustNotRightPodcastGadget + Just Not Right Podcast + Google Gadgets: Just Not Right Podcast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Just Not Right Podcast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wtv-zone.com/Jakebay/ctlwidget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wtv-zone.com/Jakebay/ctlwidget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Just Not Right Podcast + Just Not Right Podcast + Google,Gadgets + + + + + MapMyWordDictionary2Gadget + MapMyWord Dictionary + Google Gadgets: MapMyWord Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MapMyWord Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mapmyword.googlepages.com/mapmyword.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mapmyword.googlepages.com/mapmyword.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MapMyWord Dictionary + MapMyWord Dictionary + Google,Gadgets + + + + + YahooBuzzIndexMoversOverallGadget + Yahoo! Buzz Index Movers Overall. + Google Gadgets: Yahoo! Buzz Index Movers Overall. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Buzz Index Movers Overall. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/yahoo-buzz-search.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/gadget/yahoo-buzz-search.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Buzz Index Movers Overall. + Yahoo! Buzz Index Movers Overall. + Google,Gadgets + + + + + JosephSmithJrQuoteoftheDayGadget + Joseph Smith Jr. Quote of the Day + Google Gadgets: Joseph Smith Jr. Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Joseph Smith Jr. Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/joseph-smith.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/joseph-smith.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Joseph Smith Jr. Quote of the Day + Joseph Smith Jr. Quote of the Day + Google,Gadgets + + + + + ArcoirisTVenglishGadget + ArcoirisTV - english + Google Gadgets: ArcoirisTV - english Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ArcoirisTV - english + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://en.arcoiris.tv/search_box/google/arcoiris_en_sm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://en.arcoiris.tv/search_box/google/arcoiris_en_sm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ArcoirisTV - english + ArcoirisTV - english + Google,Gadgets + + + + + Xbox360RandomFriendGadget + Xbox 360 Random Friend + Google Gadgets: Xbox 360 Random Friend Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Xbox 360 Random Friend + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.360friendspot.com/ff/api/ff-Google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.360friendspot.com/ff/api/ff-Google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Xbox 360 Random Friend + Xbox 360 Random Friend + Google,Gadgets + + + + + DemonoidGadget + Demonoid + Google Gadgets: Demonoid Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Demonoid + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.booksout.com/torrentsearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.booksout.com/torrentsearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Demonoid + Demonoid + Google,Gadgets + + + + + blawgleGadget + blawgle + Google Gadgets: blawgle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + blawgle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012802228971852518514/cse/ud44smghk3u/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012802228971852518514/cse/ud44smghk3u/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + blawgle + blawgle + Google,Gadgets + + + + + Oprah39sQuoteoftheDayInspirationalThoughtsGadget + Oprah's Quote of the Day - Inspirational Thoughts + Google Gadgets: Oprah's Quote of the Day - Inspirational Thoughts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Oprah's Quote of the Day - Inspirational Thoughts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://xyz220.googlepages.com/oprah.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://xyz220.googlepages.com/oprah.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Oprah's Quote of the Day - Inspirational Thoughts + Oprah's Quote of the Day - Inspirational Thoughts + Google,Gadgets + + + + + WindowsLiveMailGadget + Windows Live Mail + Google Gadgets: Windows Live Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Windows Live Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://rcubed79.googlepages.com/wapwindowslivemail.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://rcubed79.googlepages.com/wapwindowslivemail.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Windows Live Mail + Windows Live Mail + Google,Gadgets + + + + + Translate2Gadget + Translate + Google Gadgets: Translate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.raphscallion.net/translate/translate.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.raphscallion.net/translate/translate.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translate + Translate + Google,Gadgets + + + + + FreeTextMessagingGadget + Free Text Messaging + Google Gadgets: Free Text Messaging Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Text Messaging + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/textmessage.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.freewebtown.com/theweather/googlegadgets/textmessage.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Text Messaging + Free Text Messaging + Google,Gadgets + + + + + SMSSenderusingTeleMessageGadget + SMS Sender using TeleMessage + Google Gadgets: SMS Sender using TeleMessage Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SMS Sender using TeleMessage + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.telemessage.com/oplugin/beta/module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.telemessage.com/oplugin/beta/module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SMS Sender using TeleMessage + SMS Sender using TeleMessage + Google,Gadgets + + + + + ChatnapChatGameGadget + Chatnap: Chat Game + Google Gadgets: Chatnap: Chat Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chatnap: Chat Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.chatnap.com/chatnap/module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.chatnap.com/chatnap/module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chatnap: Chat Game + Chatnap: Chat Game + Google,Gadgets + + + + + SLUGTagsGadget + SLUG Tags + Google Gadgets: SLUG Tags Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SLUG Tags + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.slug.ch/syndicate/google/cloud.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.slug.ch/syndicate/google/cloud.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SLUG Tags + SLUG Tags + Google,Gadgets + + + + + BloglinesNotifierGadget + Bloglines Notifier + Google Gadgets: Bloglines Notifier Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bloglines Notifier + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.melalouise.net/notifier.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.melalouise.net/notifier.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bloglines Notifier + Bloglines Notifier + Google,Gadgets + + + + + PhotofromjokerGadget + Photo from joker + Google Gadgets: Photo from joker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photo from joker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://joker.art.pl/google/joker_photo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://joker.art.pl/google/joker_photo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photo from joker + Photo from joker + Google,Gadgets + + + + + RexsmsGadget + Rexsms + Google Gadgets: Rexsms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rexsms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rexsms.com/myrexsms.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rexsms.com/myrexsms.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rexsms + Rexsms + Google,Gadgets + + + + + OrkutScrapsGadget + Orkut Scraps + Google Gadgets: Orkut Scraps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orkut Scraps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mvmweb.com/orkut_scraps.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mvmweb.com/orkut_scraps.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orkut Scraps + Orkut Scraps + Google,Gadgets + + + + + BloglinesNotifier1Gadget + Bloglines Notifier + Google Gadgets: Bloglines Notifier Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bloglines Notifier + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.richt.co.uk/modules/BloglinesNotifier.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.richt.co.uk/modules/BloglinesNotifier.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bloglines Notifier + Bloglines Notifier + Google,Gadgets + + + + + GoogleAddoftheDayGadget + Google Add of the Day + Google Gadgets: Google Add of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Add of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://fredsmith9.googlepages.com/googleadd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://fredsmith9.googlepages.com/googleadd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Add of the Day + Google Add of the Day + Google,Gadgets + + + + + KoreanWordoftheDay1Gadget + Korean - Word of the Day + Google Gadgets: Korean - Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Korean - Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/korean_wotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hitsalive.com/google_gadgets/korean_wotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Korean - Word of the Day + Korean - Word of the Day + Google,Gadgets + + + + + BlogFeederGadget + BlogFeeder + Google Gadgets: BlogFeeder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BlogFeeder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cs.washington.edu/homes/brianngo/gadgets/blogfeeder.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cs.washington.edu/homes/brianngo/gadgets/blogfeeder.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BlogFeeder + BlogFeeder + Google,Gadgets + + + + + AnnaNicoleSmithQuotesGadget + Anna Nicole Smith Quotes + Google Gadgets: Anna Nicole Smith Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Anna Nicole Smith Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.dannielynnbirkhead.net/ans/ans.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.dannielynnbirkhead.net/ans/ans.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Anna Nicole Smith Quotes + Anna Nicole Smith Quotes + Google,Gadgets + + + + + Goo360voiceGadget + Goo360voice + Google Gadgets: Goo360voice Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Goo360voice + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://users.pandora.be/tuned-belgium/GooMGC/Goo360voice.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://users.pandora.be/tuned-belgium/GooMGC/Goo360voice.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Goo360voice + Goo360voice + Google,Gadgets + + + + + YahooMail2Gadget + Yahoo Mail + Google Gadgets: Yahoo Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://albert.barcelo.frigole.googlepages.com/YahooMail.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://albert.barcelo.frigole.googlepages.com/YahooMail.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Mail + Yahoo Mail + Google,Gadgets + + + + + VirtualStockMarketGadget + Virtual Stock Market + Google Gadgets: Virtual Stock Market Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Virtual Stock Market + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mitanshu.garg.googlepages.com/stock_rates.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mitanshu.garg.googlepages.com/stock_rates.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Virtual Stock Market + Virtual Stock Market + Google,Gadgets + + + + + MorfixEnglishGadget + Morfix (English) + Google Gadgets: Morfix (English) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Morfix (English) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.jeremyglassenberg.com/morfixEnglish.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.jeremyglassenberg.com/morfixEnglish.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Morfix (English) + Morfix (English) + Google,Gadgets + + + + + tablondeanuncioscomTrabajoyEmpleoGadget + tablondeanuncios.com - Trabajo y Empleo + Google Gadgets: tablondeanuncios.com - Trabajo y Empleo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + tablondeanuncios.com - Trabajo y Empleo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tablondeanuncios.com/rss/gadget/empleo.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tablondeanuncios.com/rss/gadget/empleo.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + tablondeanuncios.com - Trabajo y Empleo + tablondeanuncios.com - Trabajo y Empleo + Google,Gadgets + + + + + DateetheureenlanguecorseGadget + Date et heure en langue corse + Google Gadgets: Date et heure en langue corse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Date et heure en langue corse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://infogerer.free.fr/da_he_co_rg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://infogerer.free.fr/da_he_co_rg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Date et heure en langue corse + Date et heure en langue corse + Google,Gadgets + + + + + wwwracheevruGadget + www racheev ru + Google Gadgets: www racheev ru Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + www racheev ru + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.racheev.ru/rss/google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.racheev.ru/rss/google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + www racheev ru + www racheev ru + Google,Gadgets + + + + + Motorediricercacollaborativodell39osservatorioeLearningAlmaTwoGadget + Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two + Google Gadgets: Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010815202701978415972/cse/bbkemuq3qo8/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010815202701978415972/cse/bbkemuq3qo8/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two + Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two + Google,Gadgets + + + + + MSNMessengerIMGadget + MSN Messenger (IM) + Google Gadgets: MSN Messenger (IM) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MSN Messenger (IM) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/msn.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/msn.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MSN Messenger (IM) + MSN Messenger (IM) + Google,Gadgets + + + + + MemotooMyAddressBookGadget + Memotoo - My Address Book + Google Gadgets: Memotoo - My Address Book Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Memotoo - My Address Book + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.memotoo.com/googleIgContacts.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.memotoo.com/googleIgContacts.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Memotoo - My Address Book + Memotoo - My Address Book + Google,Gadgets + + + + + ODTRSSServisiGadget + ODT? RSS Servisi + Google Gadgets: ODT? RSS Servisi Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ODT? RSS Servisi + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://test.metu.edu.tr/mustafa/odtu_rss_beslemeler.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://test.metu.edu.tr/mustafa/odtu_rss_beslemeler.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ODT? RSS Servisi + ODT? RSS Servisi + Google,Gadgets + + + + + DivulgazioneScientificaitGadget + DivulgazioneScientifica.it + Google Gadgets: DivulgazioneScientifica.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DivulgazioneScientifica.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.greedybrain.com/divulgazione/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.greedybrain.com/divulgazione/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DivulgazioneScientifica.it + DivulgazioneScientifica.it + Google,Gadgets + + + + + itszlkGadget + it? s?zl?k + Google Gadgets: it? s?zl?k Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + it? s?zl?k + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.itusozluk.com/xml/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.itusozluk.com/xml/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + it? s?zl?k + it? s?zl?k + Google,Gadgets + + + + + NoticiasTechNowGadget + Noticias TechNow + Google Gadgets: Noticias TechNow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias TechNow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.technow.com.ar/noticias/rss2.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.technow.com.ar/noticias/rss2.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias TechNow + Noticias TechNow + Google,Gadgets + + + + + WebcamsNederlandGadget + Webcams Nederland + Google Gadgets: Webcams Nederland Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams Nederland + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cammap.nl/widget/cammapnl.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cammap.nl/widget/cammapnl.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams Nederland + Webcams Nederland + Google,Gadgets + + + + + AytoroquetasGadget + Aytoroquetas + Google Gadgets: Aytoroquetas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aytoroquetas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/004737228579410860693/cse/6jgqcm0-guq/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/004737228579410860693/cse/6jgqcm0-guq/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aytoroquetas + Aytoroquetas + Google,Gadgets + + + + + ArcoirisTVGadget + ArcoirisTV + Google Gadgets: ArcoirisTV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ArcoirisTV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.arcoiris.tv/download/google/arcoiris_it.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.arcoiris.tv/download/google/arcoiris_it.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ArcoirisTV + ArcoirisTV + Google,Gadgets + + + + + TorpedoBrasilTelecomGadget + Torpedo Brasil Telecom + Google Gadgets: Torpedo Brasil Telecom Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torpedo Brasil Telecom + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://kurama.youko.br.googlepages.com/brtelecom.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://kurama.youko.br.googlepages.com/brtelecom.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torpedo Brasil Telecom + Torpedo Brasil Telecom + Google,Gadgets + + + + + DeutschPersischGadget + Deutsch-Persisch + Google Gadgets: Deutsch-Persisch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deutsch-Persisch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://farsi.free-dict.de/farsi.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://farsi.free-dict.de/farsi.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deutsch-Persisch + Deutsch-Persisch + Google,Gadgets + + + + + MasastSohbetTrkeChatOdasGadget + Masa?st? Sohbet - T?rk?e Chat Odas + Google Gadgets: Masa?st? Sohbet - T?rk?e Chat Odas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Masa?st? Sohbet - T?rk?e Chat Odas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/sohbet.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/sohbet.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Masa?st? Sohbet - T?rk?e Chat Odas + Masa?st? Sohbet - T?rk?e Chat Odas + Google,Gadgets + + + + + ArcoirisTV1Gadget + ArcoirisTV + Google Gadgets: ArcoirisTV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ArcoirisTV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.arcoiris.tv/download/google/arcoiris_small_it.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.arcoiris.tv/download/google/arcoiris_small_it.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ArcoirisTV + ArcoirisTV + Google,Gadgets + + + + + NoticiasdeComunicacionesWorldGadget + Noticias de Comunicaciones World + Google Gadgets: Noticias de Comunicaciones World Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de Comunicaciones World + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.idg.es/gadgets/comunicaciones.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.idg.es/gadgets/comunicaciones.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de Comunicaciones World + Noticias de Comunicaciones World + Google,Gadgets + + + + + InternetyWeb20Gadget + Internet y Web 2.0 + Google Gadgets: Internet y Web 2.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet y Web 2.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001860472264719247168/cse/3194aolpu80/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001860472264719247168/cse/3194aolpu80/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet y Web 2.0 + Internet y Web 2.0 + Google,Gadgets + + + + + FrasearcomFrasesdoDiaGadget + Frasear.com - Frases do Dia + Google Gadgets: Frasear.com - Frases do Dia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Frasear.com - Frases do Dia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.frasear.com/web/Citacoes/rss/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.frasear.com/web/Citacoes/rss/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Frasear.com - Frases do Dia + Frasear.com - Frases do Dia + Google,Gadgets + + + + + DrivingDirectionsGadget + Driving Directions + Google Gadgets: Driving Directions Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Driving Directions + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/google-maps.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/google-maps.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Driving Directions + Driving Directions + Google,Gadgets + + + + + hittasenummerupplysningenpntetGadget + hitta.se - nummerupplysningen p? n?tet + Google Gadgets: hitta.se - nummerupplysningen p? n?tet Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + hitta.se - nummerupplysningen p? n?tet + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hitta.se/googlegadget/googlehitta.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hitta.se/googlegadget/googlehitta.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + hitta.se - nummerupplysningen p? n?tet + hitta.se - nummerupplysningen p? n?tet + Google,Gadgets + + + + + KelimelerYetseGadget + Kelimeler Yetse + Google Gadgets: Kelimeler Yetse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kelimeler Yetse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.kelimeleryetse.com/gadget.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.kelimeleryetse.com/gadget.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kelimeler Yetse + Kelimeler Yetse + Google,Gadgets + + + + + TurkishEnglishGermanDictionaryGadget + Turkish-English-German Dictionary + Google Gadgets: Turkish-English-German Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turkish-English-German Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mustafasa.googlepages.com/seslisozluk_ms.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mustafasa.googlepages.com/seslisozluk_ms.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turkish-English-German Dictionary + Turkish-English-German Dictionary + Google,Gadgets + + + + + BuscnRAEGadget + Busc?n R.A.E. + Google Gadgets: Busc?n R.A.E. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Busc?n R.A.E. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ditman.googlepages.com/rae.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ditman.googlepages.com/rae.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Busc?n R.A.E. + Busc?n R.A.E. + Google,Gadgets + + + + + CriticameCineGadget + Criticame Cine + Google Gadgets: Criticame Cine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Criticame Cine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://criticame.buendias.com/gadget/criticamecinegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://criticame.buendias.com/gadget/criticamecinegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Criticame Cine + Criticame Cine + Google,Gadgets + + + + + IMLingoTextMessagingShorthandandEmoticonsGadget + IM Lingo, Text Messaging Shorthand and Emoticons + Google Gadgets: IM Lingo, Text Messaging Shorthand and Emoticons Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IM Lingo, Text Messaging Shorthand and Emoticons + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/im-instant-message-lingo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/im-instant-message-lingo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IM Lingo, Text Messaging Shorthand and Emoticons + IM Lingo, Text Messaging Shorthand and Emoticons + Google,Gadgets + + + + + CONFIRMEOGadget + CONFIRMEO + Google Gadgets: CONFIRMEO Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CONFIRMEO + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.confirmeo.com/google/googlemodule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.confirmeo.com/google/googlemodule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CONFIRMEO + CONFIRMEO + Google,Gadgets + + + + + TurkishDictionaryGadget + Turkish Dictionary + Google Gadgets: Turkish Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turkish Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mustafasa.googlepages.com/eksisozluk1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mustafasa.googlepages.com/eksisozluk1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turkish Dictionary + Turkish Dictionary + Google,Gadgets + + + + + LectivaNetGadget + Lectiva.Net + Google Gadgets: Lectiva.Net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lectiva.Net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lectiva.googlepages.com/LectivaCoursesSearcherIII.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lectiva.googlepages.com/LectivaCoursesSearcherIII.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lectiva.Net + Lectiva.Net + Google,Gadgets + + + + + FREESMSGadget + FREE SMS + Google Gadgets: FREE SMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FREE SMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.migrooman.de/sms/sms.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.migrooman.de/sms/sms.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FREE SMS + FREE SMS + Google,Gadgets + + + + + VertalenWoordenGadget + Vertalen Woorden + Google Gadgets: Vertalen Woorden Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Vertalen Woorden + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.vertaalwoord.nl/google/vertaalwoord.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.vertaalwoord.nl/google/vertaalwoord.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Vertalen Woorden + Vertalen Woorden + Google,Gadgets + + + + + NuagedlicieuxGadget + Nuage d?licieux + Google Gadgets: Nuage d?licieux Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nuage d?licieux + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://infogerer.free.fr/nua_deli_rg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://infogerer.free.fr/nua_deli_rg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nuage d?licieux + Nuage d?licieux + Google,Gadgets + + + + + DicionrioespanholWordReferencecomGadget + Dicion?rio espanhol WordReference.com + Google Gadgets: Dicion?rio espanhol WordReference.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dicion?rio espanhol WordReference.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wordreference.com/tools/ggGadgets/WRgadget_pt.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wordreference.com/tools/ggGadgets/WRgadget_pt.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dicion?rio espanhol WordReference.com + Dicion?rio espanhol WordReference.com + Google,Gadgets + + + + + writeKAMalayalamTransliteratorGadget + writeKA Malayalam Transliterator + Google Gadgets: writeKA Malayalam Transliterator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + writeKA Malayalam Transliterator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.writeka.com/google_mod/wgm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.writeka.com/google_mod/wgm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + writeKA Malayalam Transliterator + writeKA Malayalam Transliterator + Google,Gadgets + + + + + GoogleCalendar1Gadget + Google Calendar + Google Gadgets: Google Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/calendar2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Calendar + Google Calendar + Google,Gadgets + + + + + JAGJustAnotherGoodieGadget + JAG : Just Another Goodie + Google Gadgets: JAG : Just Another Goodie Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JAG : Just Another Goodie + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.jags.gq.nu/jags.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.jags.gq.nu/jags.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JAG : Just Another Goodie + JAG : Just Another Goodie + Google,Gadgets + + + + + MSNMessengerGadget + MSN Messenger + Google Gadgets: MSN Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MSN Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://vgadgets.googlepages.com/msnmessenger.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://vgadgets.googlepages.com/msnmessenger.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MSN Messenger + MSN Messenger + Google,Gadgets + + + + + JustChatGadget + Just Chat + Google Gadgets: Just Chat Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Just Chat + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bunchball.com/modules/ig_justchat.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bunchball.com/modules/ig_justchat.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Just Chat + Just Chat + Google,Gadgets + + + + + OrkutScraps1Gadget + Orkut Scraps + Google Gadgets: Orkut Scraps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orkut Scraps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://andreamaral.v10.com.br/scraps_orkut.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://andreamaral.v10.com.br/scraps_orkut.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orkut Scraps + Orkut Scraps + Google,Gadgets + + + + + TurkishEnglishDictionaryGadget + Turkish-English Dictionary + Google Gadgets: Turkish-English Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turkish-English Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://bilgisayardersi34.googlepages.com/seslisozluk.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://bilgisayardersi34.googlepages.com/seslisozluk.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turkish-English Dictionary + Turkish-English Dictionary + Google,Gadgets + + + + + YahooMessenger1Gadget + Yahoo Messenger + Google Gadgets: Yahoo Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://vgadgets.googlepages.com/yahoomessenger.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://vgadgets.googlepages.com/yahoomessenger.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Messenger + Yahoo Messenger + Google,Gadgets + + + + + AOLMessengerGadget + AOL Messenger + Google Gadgets: AOL Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AOL Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://vgadgets.googlepages.com/aolmessenger.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://vgadgets.googlepages.com/aolmessenger.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AOL Messenger + AOL Messenger + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-communication-ja/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-communication-ja/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-communication-ja/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-communication-ja + war + 0.3 + Google Gadgets Communication For Japanese Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-communication-ja + + Property changes on: googlegadgets/trunk/googlegadgets-communication-ja/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9131 @@ + + + + + + MyWebCamGadget + My WebCam + Google Gadgets: My WebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My WebCam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My WebCam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam + My WebCam + Google,Gadgets + + + + + YahooMailGadget + Yahoo Mail + Google Gadgets: Yahoo Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo Mail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo Mail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Mail + Yahoo Mail + Google,Gadgets + + + + + MyGoogleGroupsGadget + My Google Groups + Google Gadgets: My Google Groups Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Google Groups + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Google Groups&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Google Groups + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Google Groups + My Google Groups + Google,Gadgets + + + + + MSNMessenger30Gadget + MSN Messenger 3.0 + Google Gadgets: MSN Messenger 3.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MSN Messenger 3.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MSN Messenger 3.0&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MSN Messenger 3.0 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MSN Messenger 3.0 + MSN Messenger 3.0 + Google,Gadgets + + + + + UploadFileYouSendItGadget + Upload File - YouSendIt + Google Gadgets: Upload File - YouSendIt Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Upload File - YouSendIt + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Upload File - YouSendIt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Upload File - YouSendIt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Upload File - YouSendIt + Upload File - YouSendIt + Google,Gadgets + + + + + ProgramBoardEventsGadget + Program Board Events + Google Gadgets: Program Board Events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Program Board Events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Program Board Events&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Program Board Events + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Program Board Events + Program Board Events + Google,Gadgets + + + + + CrossroadsPresbyterianChurchAudioGadget + Crossroads Presbyterian Church Audio + Google Gadgets: Crossroads Presbyterian Church Audio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crossroads Presbyterian Church Audio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Crossroads Presbyterian Church Audio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Crossroads Presbyterian Church Audio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crossroads Presbyterian Church Audio + Crossroads Presbyterian Church Audio + Google,Gadgets + + + + + YouDecideAnsweranddiscussquestionsofthedayGadget + You Decide! Answer and discuss questions of the day. + Google Gadgets: You Decide! Answer and discuss questions of the day. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + You Decide! Answer and discuss questions of the day. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=You Decide! Answer and discuss questions of the day.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=You Decide! Answer and discuss questions of the day. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + You Decide! Answer and discuss questions of the day. + You Decide! Answer and discuss questions of the day. + Google,Gadgets + + + + + OwnYourPhoneCustomRingtoneMakerGadget + OwnYourPhone: Custom Ringtone Maker + Google Gadgets: OwnYourPhone: Custom Ringtone Maker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + OwnYourPhone: Custom Ringtone Maker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=OwnYourPhone: Custom Ringtone Maker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=OwnYourPhone: Custom Ringtone Maker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + OwnYourPhone: Custom Ringtone Maker + OwnYourPhone: Custom Ringtone Maker + Google,Gadgets + + + + + LiveJournalFriendsGadget + LiveJournal Friends + Google Gadgets: LiveJournal Friends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LiveJournal Friends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=LiveJournal Friends&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=LiveJournal Friends + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LiveJournal Friends + LiveJournal Friends + Google,Gadgets + + + + + OnlineEnglishGrammarGadget + Online English Grammar + Google Gadgets: Online English Grammar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Online English Grammar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Online English Grammar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Online English Grammar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Online English Grammar + Online English Grammar + Google,Gadgets + + + + + QuickBlogGadget + Quick Blog + Google Gadgets: Quick Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quick Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quick Blog&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quick Blog + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quick Blog + Quick Blog + Google,Gadgets + + + + + SlimRSSReaderGadget + Slim RSS Reader + Google Gadgets: Slim RSS Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slim RSS Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Slim RSS Reader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Slim RSS Reader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slim RSS Reader + Slim RSS Reader + Google,Gadgets + + + + + CDICTChineseEnglishDictionaryGadget + CDICT: Chinese-English Dictionary + Google Gadgets: CDICT: Chinese-English Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CDICT: Chinese-English Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CDICT: Chinese-English Dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CDICT: Chinese-English Dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CDICT: Chinese-English Dictionary + CDICT: Chinese-English Dictionary + Google,Gadgets + + + + + DictionarySearchGadget + Dictionary Search + Google Gadgets: Dictionary Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dictionary Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dictionary Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dictionary Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dictionary Search + Dictionary Search + Google,Gadgets + + + + + YahooMail1Gadget + Yahoo Mail + Google Gadgets: Yahoo Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo Mail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo Mail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Mail + Yahoo Mail + Google,Gadgets + + + + + MacGadget + .Mac + Google Gadgets: .Mac Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + .Mac + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=.Mac&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=.Mac + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + .Mac + .Mac + Google,Gadgets + + + + + GoogleTalkButtonGadget + Google Talk Button + Google Gadgets: Google Talk Button Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Talk Button + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Talk Button&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Talk Button + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Talk Button + Google Talk Button + Google,Gadgets + + + + + MorfixEnglishGadget + Morfix (English) + Google Gadgets: Morfix (English) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Morfix (English) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Morfix (English)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Morfix (English) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Morfix (English) + Morfix (English) + Google,Gadgets + + + + + TranslationsGadget + Translations + Google Gadgets: Translations Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translations + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Translations&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Translations + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translations + Translations + Google,Gadgets + + + + + QuickBlog1Gadget + Quick Blog + Google Gadgets: Quick Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quick Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quick Blog&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quick Blog + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quick Blog + Quick Blog + Google,Gadgets + + + + + WordsofChristGadget + Words of Christ + Google Gadgets: Words of Christ Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Words of Christ + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Words of Christ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Words of Christ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Words of Christ + Words of Christ + Google,Gadgets + + + + + UniversaldictionaryGadget + Universal dictionary + Google Gadgets: Universal dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Universal dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Universal dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Universal dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Universal dictionary + Universal dictionary + Google,Gadgets + + + + + BillCosbyJokesandThoughtsGadget + Bill Cosby Jokes and Thoughts + Google Gadgets: Bill Cosby Jokes and Thoughts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bill Cosby Jokes and Thoughts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bill Cosby Jokes and Thoughts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bill Cosby Jokes and Thoughts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bill Cosby Jokes and Thoughts + Bill Cosby Jokes and Thoughts + Google,Gadgets + + + + + YahooMyWeb20BookmarksGadget + Yahoo! My Web 2.0 Bookmarks + Google Gadgets: Yahoo! My Web 2.0 Bookmarks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! My Web 2.0 Bookmarks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo! My Web 2.0 Bookmarks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo! My Web 2.0 Bookmarks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! My Web 2.0 Bookmarks + Yahoo! My Web 2.0 Bookmarks + Google,Gadgets + + + + + AGadgettofetchawebsiteusingaproxyGadget + A Gadget to fetch a website using a proxy + Google Gadgets: A Gadget to fetch a website using a proxy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A Gadget to fetch a website using a proxy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=A Gadget to fetch a website using a proxy&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=A Gadget to fetch a website using a proxy + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A Gadget to fetch a website using a proxy + A Gadget to fetch a website using a proxy + Google,Gadgets + + + + + SmileyoftheMomentGadget + Smiley of the Moment + Google Gadgets: Smiley of the Moment Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Smiley of the Moment + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Smiley of the Moment&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Smiley of the Moment + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Smiley of the Moment + Smiley of the Moment + Google,Gadgets + + + + + MeriamWebster39sDictionarySearchGadget + Meriam Webster's Dictionary Search + Google Gadgets: Meriam Webster's Dictionary Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Meriam Webster's Dictionary Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Meriam Webster's Dictionary Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Meriam Webster's Dictionary Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Meriam Webster's Dictionary Search + Meriam Webster's Dictionary Search + Google,Gadgets + + + + + tablondeanuncioscomTrabajoyEmpleoGadget + tablondeanuncios.com - Trabajo y Empleo + Google Gadgets: tablondeanuncios.com - Trabajo y Empleo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + tablondeanuncios.com - Trabajo y Empleo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=tablondeanuncios.com - Trabajo y Empleo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=tablondeanuncios.com - Trabajo y Empleo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + tablondeanuncios.com - Trabajo y Empleo + tablondeanuncios.com - Trabajo y Empleo + Google,Gadgets + + + + + ThingstoPonderGadget + Things to Ponder + Google Gadgets: Things to Ponder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Things to Ponder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Things to Ponder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Things to Ponder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Things to Ponder + Things to Ponder + Google,Gadgets + + + + + GooglealphaGadget + Google ?????? alpha + Google Gadgets: Google ?????? alpha Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google ?????? alpha + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google 翻訳 alpha&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google 翻訳 alpha + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google ?????? alpha + Google ?????? alpha + Google,Gadgets + + + + + FindSinglesinyourAreaGadget + Find Singles in your Area + Google Gadgets: Find Singles in your Area Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Singles in your Area + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Find Singles in your Area&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Find Singles in your Area + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Singles in your Area + Find Singles in your Area + Google,Gadgets + + + + + ChineseEnglishdictionaryGadget + Chinese-English dictionary + Google Gadgets: Chinese-English dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chinese-English dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Chinese-English dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Chinese-English dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chinese-English dictionary + Chinese-English dictionary + Google,Gadgets + + + + + DateetheureenlanguecorseGadget + Date et heure en langue corse + Google Gadgets: Date et heure en langue corse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Date et heure en langue corse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Date et heure en langue corse&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Date et heure en langue corse + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Date et heure en langue corse + Date et heure en langue corse + Google,Gadgets + + + + + wwwracheevruGadget + www racheev ru + Google Gadgets: www racheev ru Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + www racheev ru + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=www racheev ru&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=www racheev ru + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + www racheev ru + www racheev ru + Google,Gadgets + + + + + OnlineTVRadiobyDJPetyGadget + Online TV-Radio - by DJ.Pety + Google Gadgets: Online TV-Radio - by DJ.Pety Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Online TV-Radio - by DJ.Pety + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Online TV-Radio - by DJ.Pety&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Online TV-Radio - by DJ.Pety + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Online TV-Radio - by DJ.Pety + Online TV-Radio - by DJ.Pety + Google,Gadgets + + + + + LookWAYupdictionaryGadget + LookWAYup dictionary + Google Gadgets: LookWAYup dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LookWAYup dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=LookWAYup dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=LookWAYup dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LookWAYup dictionary + LookWAYup dictionary + Google,Gadgets + + + + + ForgivenessQuoteoftheDayGadget + Forgiveness Quote of the Day + Google Gadgets: Forgiveness Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Forgiveness Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Forgiveness Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Forgiveness Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Forgiveness Quote of the Day + Forgiveness Quote of the Day + Google,Gadgets + + + + + PromtOnlineTranslatorGadget + Promt Online Translator + Google Gadgets: Promt Online Translator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Promt Online Translator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Promt Online Translator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Promt Online Translator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Promt Online Translator + Promt Online Translator + Google,Gadgets + + + + + EncryptMessageGadget + Encrypt Message + Google Gadgets: Encrypt Message Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Encrypt Message + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Encrypt Message&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Encrypt Message + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Encrypt Message + Encrypt Message + Google,Gadgets + + + + + Johan39sphotoblogmoduleGadget + Johan's photoblog module + Google Gadgets: Johan's photoblog module Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Johan's photoblog module + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Johan's photoblog module&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Johan's photoblog module + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Johan's photoblog module + Johan's photoblog module + Google,Gadgets + + + + + CreativeProOfficeGadget + CreativePro Office + Google Gadgets: CreativePro Office Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CreativePro Office + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CreativePro Office&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CreativePro Office + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CreativePro Office + CreativePro Office + Google,Gadgets + + + + + Googlealpha8Gadget + Google ?????? alpha 8 + Google Gadgets: Google ?????? alpha 8 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google ?????? alpha 8 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google 翻訳 alpha 8&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google 翻訳 alpha 8 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google ?????? alpha 8 + Google ?????? alpha 8 + Google,Gadgets + + + + + TheGordaenGadgetGadget + The Gordaen Gadget + Google Gadgets: The Gordaen Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Gordaen Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Gordaen Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Gordaen Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Gordaen Gadget + The Gordaen Gadget + Google,Gadgets + + + + + EncyclopediaSearchGadget + Encyclopedia Search + Google Gadgets: Encyclopedia Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Encyclopedia Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Encyclopedia Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Encyclopedia Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Encyclopedia Search + Encyclopedia Search + Google,Gadgets + + + + + InspirationalthoughtsfromOprahGadget + Inspirational thoughts from Oprah + Google Gadgets: Inspirational thoughts from Oprah Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Inspirational thoughts from Oprah + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Inspirational thoughts from Oprah&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Inspirational thoughts from Oprah + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Inspirational thoughts from Oprah + Inspirational thoughts from Oprah + Google,Gadgets + + + + + DateIdeasGadget + Date Ideas + Google Gadgets: Date Ideas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Date Ideas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Date Ideas&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Date Ideas + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Date Ideas + Date Ideas + Google,Gadgets + + + + + MyGoogleGroupsTopicsGadget + My Google Groups Topics + Google Gadgets: My Google Groups Topics Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Google Groups Topics + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Google Groups Topics&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Google Groups Topics + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Google Groups Topics + My Google Groups Topics + Google,Gadgets + + + + + FrenchDictionaryGadget + French Dictionary + Google Gadgets: French Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + French Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=French Dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=French Dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + French Dictionary + French Dictionary + Google,Gadgets + + + + + FreeTextMessageGadget + Free Text Message + Google Gadgets: Free Text Message Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Text Message + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Free Text Message&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Free Text Message + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Text Message + Free Text Message + Google,Gadgets + + + + + HotmailGadget + Hotmail + Google Gadgets: Hotmail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hotmail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hotmail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hotmail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hotmail + Hotmail + Google,Gadgets + + + + + PoliticalQuoteoftheDayGadget + Political Quote of the Day + Google Gadgets: Political Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Political Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Political Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Political Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Political Quote of the Day + Political Quote of the Day + Google,Gadgets + + + + + ImpactDailyBiblePassagesGadget + Impact: Daily Bible Passages + Google Gadgets: Impact: Daily Bible Passages Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Impact: Daily Bible Passages + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Impact: Daily Bible Passages&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Impact: Daily Bible Passages + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Impact: Daily Bible Passages + Impact: Daily Bible Passages + Google,Gadgets + + + + + GSMwallpapercreatorGadget + GSM wallpaper creator + Google Gadgets: GSM wallpaper creator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GSM wallpaper creator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GSM wallpaper creator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GSM wallpaper creator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GSM wallpaper creator + GSM wallpaper creator + Google,Gadgets + + + + + Motorediricercacollaborativodell39osservatorioeLearningAlmaTwoGadget + Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two + Google Gadgets: Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two + Motore di ricerca collaborativo dell'osservatorio e-Learning Alma Two + Google,Gadgets + + + + + Collin39sMiniMailGadget + Collin's MiniMail + Google Gadgets: Collin's MiniMail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Collin's MiniMail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Collin's MiniMail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Collin's MiniMail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Collin's MiniMail + Collin's MiniMail + Google,Gadgets + + + + + DrawingGadget + Drawing + Google Gadgets: Drawing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Drawing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Drawing&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Drawing + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Drawing + Drawing + Google,Gadgets + + + + + PinDaxHeadlineBoardGadget + PinDax Headline Board + Google Gadgets: PinDax Headline Board Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PinDax Headline Board + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PinDax Headline Board&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PinDax Headline Board + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PinDax Headline Board + PinDax Headline Board + Google,Gadgets + + + + + NationalGeographicPhotosGadget + National Geographic Photos + Google Gadgets: National Geographic Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=National Geographic Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=National Geographic Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Photos + National Geographic Photos + Google,Gadgets + + + + + MyWebCam1Gadget + My WebCam + Google Gadgets: My WebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My WebCam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My WebCam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam + My WebCam + Google,Gadgets + + + + + MydeliciousGadget + My del.icio.us + Google Gadgets: My del.icio.us Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My del.icio.us + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My del.icio.us&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My del.icio.us + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My del.icio.us + My del.icio.us + Google,Gadgets + + + + + AbrahamLincolnQuoteoftheDayGadget + Abraham Lincoln Quote of the Day + Google Gadgets: Abraham Lincoln Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Abraham Lincoln Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Abraham Lincoln Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Abraham Lincoln Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Abraham Lincoln Quote of the Day + Abraham Lincoln Quote of the Day + Google,Gadgets + + + + + TIMEQuoteoftheDayGadget + TIME Quote of the Day + Google Gadgets: TIME Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TIME Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TIME Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TIME Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TIME Quote of the Day + TIME Quote of the Day + Google,Gadgets + + + + + SmileyoftheDayGadget + Smiley of the Day + Google Gadgets: Smiley of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Smiley of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Smiley of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Smiley of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Smiley of the Day + Smiley of the Day + Google,Gadgets + + + + + ScriptureVerseQuotesGadget + Scripture Verse Quotes + Google Gadgets: Scripture Verse Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Scripture Verse Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Scripture Verse Quotes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Scripture Verse Quotes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Scripture Verse Quotes + Scripture Verse Quotes + Google,Gadgets + + + + + MSNMessengerIMGadget + MSN Messenger (IM) + Google Gadgets: MSN Messenger (IM) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MSN Messenger (IM) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MSN Messenger (IM)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MSN Messenger (IM) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MSN Messenger (IM) + MSN Messenger (IM) + Google,Gadgets + + + + + FancyPantsyRSSSearchandFilterGadget + Fancy-Pantsy RSS Search and Filter + Google Gadgets: Fancy-Pantsy RSS Search and Filter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fancy-Pantsy RSS Search and Filter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fancy-Pantsy RSS Search and Filter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fancy-Pantsy RSS Search and Filter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fancy-Pantsy RSS Search and Filter + Fancy-Pantsy RSS Search and Filter + Google,Gadgets + + + + + GreekBlogsSearchEngineGadget + Greek Blogs Search Engine + Google Gadgets: Greek Blogs Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Greek Blogs Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Greek Blogs Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Greek Blogs Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Greek Blogs Search Engine + Greek Blogs Search Engine + Google,Gadgets + + + + + ArabicAudioWordoftheDayGadget + Arabic - Audio Word of the Day + Google Gadgets: Arabic - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Arabic - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Arabic - Audio Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Arabic - Audio Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Arabic - Audio Word of the Day + Arabic - Audio Word of the Day + Google,Gadgets + + + + + IPampDNSV01Gadget + IP & DNS V0.1 + Google Gadgets: IP & DNS V0.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP & DNS V0.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IP & DNS V0.1&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IP & DNS V0.1 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP & DNS V0.1 + IP & DNS V0.1 + Google,Gadgets + + + + + MapMyWordDictionaryGadget + MapMyWord Dictionary + Google Gadgets: MapMyWord Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MapMyWord Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MapMyWord Dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MapMyWord Dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MapMyWord Dictionary + MapMyWord Dictionary + Google,Gadgets + + + + + MemotooMyAddressBookGadget + Memotoo - My Address Book + Google Gadgets: Memotoo - My Address Book Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Memotoo - My Address Book + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Memotoo - My Address Book&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Memotoo - My Address Book + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Memotoo - My Address Book + Memotoo - My Address Book + Google,Gadgets + + + + + Socializerbyweb2announcercomGadget + Socializer by web2announcer.com + Google Gadgets: Socializer by web2announcer.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Socializer by web2announcer.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Socializer by web2announcer.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Socializer by web2announcer.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Socializer by web2announcer.com + Socializer by web2announcer.com + Google,Gadgets + + + + + BrazilMissingChildrenAlertsGadget + Brazil Missing Children Alerts + Google Gadgets: Brazil Missing Children Alerts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Brazil Missing Children Alerts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Brazil Missing Children Alerts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Brazil Missing Children Alerts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Brazil Missing Children Alerts + Brazil Missing Children Alerts + Google,Gadgets + + + + + ODTRSSServisiGadget + ODT RSS Servisi + Google Gadgets: ODT RSS Servisi Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ODT RSS Servisi + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ODT RSS Servisi&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ODT RSS Servisi + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ODT RSS Servisi + ODT RSS Servisi + Google,Gadgets + + + + + DivulgazioneScientificaitGadget + DivulgazioneScientifica.it + Google Gadgets: DivulgazioneScientifica.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DivulgazioneScientifica.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DivulgazioneScientifica.it&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DivulgazioneScientifica.it + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DivulgazioneScientifica.it + DivulgazioneScientifica.it + Google,Gadgets + + + + + itszlkGadget + it s zl k + Google Gadgets: it s zl k Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + it s zl k + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=it s zl k&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=it s zl k + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + it s zl k + it s zl k + Google,Gadgets + + + + + NoticiasTechNowGadget + Noticias TechNow + Google Gadgets: Noticias TechNow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias TechNow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias TechNow&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias TechNow + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias TechNow + Noticias TechNow + Google,Gadgets + + + + + ChatNetworkGadget + Chat Network + Google Gadgets: Chat Network Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chat Network + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Chat Network&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Chat Network + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chat Network + Chat Network + Google,Gadgets + + + + + OrkutGadget + Orkut ???????????? + Google Gadgets: Orkut ???????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orkut ???????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Orkut の誕生日&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Orkut の誕生日 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orkut ???????????? + Orkut ???????????? + Google,Gadgets + + + + + miniMailGadget + miniMail + Google Gadgets: miniMail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + miniMail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=miniMail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=miniMail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + miniMail + miniMail + Google,Gadgets + + + + + CallWaveFreeVisualVoicemailGadget + CallWave Free Visual Voicemail + Google Gadgets: CallWave Free Visual Voicemail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CallWave Free Visual Voicemail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CallWave Free Visual Voicemail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CallWave Free Visual Voicemail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CallWave Free Visual Voicemail + CallWave Free Visual Voicemail + Google,Gadgets + + + + + WorldPopulationandLandCountGadget + World Population and Land Count + Google Gadgets: World Population and Land Count Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Population and Land Count + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=World Population and Land Count&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=World Population and Land Count + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Population and Land Count + World Population and Land Count + Google,Gadgets + + + + + GabblyChatGadget + Gabbly Chat + Google Gadgets: Gabbly Chat Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gabbly Chat + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gabbly Chat&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gabbly Chat + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gabbly Chat + Gabbly Chat + Google,Gadgets + + + + + GoogleCalendarGadget + Google Calendar + Google Gadgets: Google Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Calendar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Calendar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Calendar + Google Calendar + Google,Gadgets + + + + + ICQStatusCheckGadget + ICQ Status Check + Google Gadgets: ICQ Status Check Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ICQ Status Check + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ICQ Status Check&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ICQ Status Check + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ICQ Status Check + ICQ Status Check + Google,Gadgets + + + + + RMailGadget + RMail + Google Gadgets: RMail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RMail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RMail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RMail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RMail + RMail + Google,Gadgets + + + + + MyLocalTimegadgetGadget + My Local Time gadget + Google Gadgets: My Local Time gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Local Time gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Local Time gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Local Time gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Local Time gadget + My Local Time gadget + Google,Gadgets + + + + + YoumightbeaREDNECKifGadget + You might be a REDNECK if... + Google Gadgets: You might be a REDNECK if... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + You might be a REDNECK if... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=You might be a REDNECK if...&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=You might be a REDNECK if... + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + You might be a REDNECK if... + You might be a REDNECK if... + Google,Gadgets + + + + + MapofLocalGasPricesGadget + Map of Local Gas Prices + Google Gadgets: Map of Local Gas Prices Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Map of Local Gas Prices + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Map of Local Gas Prices&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Map of Local Gas Prices + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Map of Local Gas Prices + Map of Local Gas Prices + Google,Gadgets + + + + + WebcamsNederlandGadget + Webcams Nederland + Google Gadgets: Webcams Nederland Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams Nederland + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Webcams Nederland&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Webcams Nederland + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams Nederland + Webcams Nederland + Google,Gadgets + + + + + SMSviaTeleMessageGadget + SMS via TeleMessage + Google Gadgets: SMS via TeleMessage Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SMS via TeleMessage + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SMS via TeleMessage&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SMS via TeleMessage + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SMS via TeleMessage + SMS via TeleMessage + Google,Gadgets + + + + + HealthTipoftheDayGadget + Health Tip of the Day. + Google Gadgets: Health Tip of the Day. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Health Tip of the Day. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Health Tip of the Day.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Health Tip of the Day. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Health Tip of the Day. + Health Tip of the Day. + Google,Gadgets + + + + + AytoroquetasGadget + Aytoroquetas + Google Gadgets: Aytoroquetas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aytoroquetas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Aytoroquetas&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Aytoroquetas + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aytoroquetas + Aytoroquetas + Google,Gadgets + + + + + RalphWaldoEmersonQuoteoftheDayGadget + Ralph Waldo Emerson Quote of the Day + Google Gadgets: Ralph Waldo Emerson Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ralph Waldo Emerson Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ralph Waldo Emerson Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ralph Waldo Emerson Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ralph Waldo Emerson Quote of the Day + Ralph Waldo Emerson Quote of the Day + Google,Gadgets + + + + + ComvozGadget + Comvoz + Google Gadgets: Comvoz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Comvoz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Comvoz&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Comvoz + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Comvoz + Comvoz + Google,Gadgets + + + + + BlogdriveFavoritesGadget + Blogdrive Favorites + Google Gadgets: Blogdrive Favorites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blogdrive Favorites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blogdrive Favorites&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blogdrive Favorites + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blogdrive Favorites + Blogdrive Favorites + Google,Gadgets + + + + + EbookSearchEngineGadget + Ebook Search Engine + Google Gadgets: Ebook Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ebook Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ebook Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ebook Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ebook Search Engine + Ebook Search Engine + Google,Gadgets + + + + + SecureRSSReaderGadget + Secure RSS Reader + Google Gadgets: Secure RSS Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Secure RSS Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Secure RSS Reader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Secure RSS Reader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Secure RSS Reader + Secure RSS Reader + Google,Gadgets + + + + + PeopleFinderGadget + People Finder + Google Gadgets: People Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + People Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=People Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=People Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + People Finder + People Finder + Google,Gadgets + + + + + SpanishWordoftheDayGadget + Spanish - Word of the Day + Google Gadgets: Spanish - Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spanish - Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spanish - Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spanish - Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spanish - Word of the Day + Spanish - Word of the Day + Google,Gadgets + + + + + DesktopChatGadget + Desktop Chat + Google Gadgets: Desktop Chat Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Desktop Chat + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Desktop Chat&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Desktop Chat + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Desktop Chat + Desktop Chat + Google,Gadgets + + + + + BlogdriveTemplatesGadget + Blogdrive Templates + Google Gadgets: Blogdrive Templates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blogdrive Templates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blogdrive Templates&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blogdrive Templates + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blogdrive Templates + Blogdrive Templates + Google,Gadgets + + + + + ParentingTipoftheDayGadget + Parenting Tip of the Day + Google Gadgets: Parenting Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Parenting Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Parenting Tip of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Parenting Tip of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Parenting Tip of the Day + Parenting Tip of the Day + Google,Gadgets + + + + + WordReferencecomDictionariesGadget + WordReference.com Dictionaries + Google Gadgets: WordReference.com Dictionaries Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WordReference.com Dictionaries + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WordReference.com Dictionaries&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WordReference.com Dictionaries + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WordReference.com Dictionaries + WordReference.com Dictionaries + Google,Gadgets + + + + + FlyLadyRemindersGadget + FlyLady Reminders + Google Gadgets: FlyLady Reminders Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FlyLady Reminders + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FlyLady Reminders&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FlyLady Reminders + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FlyLady Reminders + FlyLady Reminders + Google,Gadgets + + + + + SendSMSviaClickatellGadget + Send SMS via Clickatell + Google Gadgets: Send SMS via Clickatell Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send SMS via Clickatell + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Send SMS via Clickatell&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Send SMS via Clickatell + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send SMS via Clickatell + Send SMS via Clickatell + Google,Gadgets + + + + + ThingstoPonder1Gadget + Things to Ponder + Google Gadgets: Things to Ponder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Things to Ponder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Things to Ponder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Things to Ponder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Things to Ponder + Things to Ponder + Google,Gadgets + + + + + SendlargefileswithMembaVelodocGadget + Send large files with Memba Velodoc + Google Gadgets: Send large files with Memba Velodoc Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send large files with Memba Velodoc + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Send large files with Memba Velodoc&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Send large files with Memba Velodoc + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send large files with Memba Velodoc + Send large files with Memba Velodoc + Google,Gadgets + + + + + ArcoirisTVGadget + ArcoirisTV + Google Gadgets: ArcoirisTV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ArcoirisTV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ArcoirisTV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ArcoirisTV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ArcoirisTV + ArcoirisTV + Google,Gadgets + + + + + FreePhoneConferenceGadget + Free Phone Conference + Google Gadgets: Free Phone Conference Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Phone Conference + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Free Phone Conference&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Free Phone Conference + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Phone Conference + Free Phone Conference + Google,Gadgets + + + + + RememberTheMilkGadget + Remember The Milk + Google Gadgets: Remember The Milk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Remember The Milk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Remember The Milk&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Remember The Milk + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Remember The Milk + Remember The Milk + Google,Gadgets + + + + + ShoutGadget + Shout! + Google Gadgets: Shout! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shout! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Shout!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Shout! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shout! + Shout! + Google,Gadgets + + + + + SearchOpenCourseWareFromvariousUniversitiesGadget + Search Open Course Ware From various Universities + Google Gadgets: Search Open Course Ware From various Universities Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Open Course Ware From various Universities + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search Open Course Ware From various Universities&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search Open Course Ware From various Universities + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Open Course Ware From various Universities + Search Open Course Ware From various Universities + Google,Gadgets + + + + + TorpedoBrasilTelecomGadget + Torpedo Brasil Telecom + Google Gadgets: Torpedo Brasil Telecom Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torpedo Brasil Telecom + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Torpedo Brasil Telecom&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Torpedo Brasil Telecom + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torpedo Brasil Telecom + Torpedo Brasil Telecom + Google,Gadgets + + + + + DeutschPersischGadget + Deutsch-Persisch + Google Gadgets: Deutsch-Persisch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deutsch-Persisch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Deutsch-Persisch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Deutsch-Persisch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deutsch-Persisch + Deutsch-Persisch + Google,Gadgets + + + + + ChatinChineseGadget + Chat in Chinese + Google Gadgets: Chat in Chinese Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chat in Chinese + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Chat in Chinese&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Chat in Chinese + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chat in Chinese + Chat in Chinese + Google,Gadgets + + + + + MasastSohbetTrkeChatOdasGadget + Masa st Sohbet - T rk e Chat Odas + Google Gadgets: Masa st Sohbet - T rk e Chat Odas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Masa st Sohbet - T rk e Chat Odas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Masa st Sohbet - T rk e Chat Odas &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Masa st Sohbet - T rk e Chat Odas + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Masa st Sohbet - T rk e Chat Odas + Masa st Sohbet - T rk e Chat Odas + Google,Gadgets + + + + + BabylonTranslationBoxGadget + Babylon Translation Box + Google Gadgets: Babylon Translation Box Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Babylon Translation Box + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Babylon Translation Box&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Babylon Translation Box + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Babylon Translation Box + Babylon Translation Box + Google,Gadgets + + + + + InterestingPhotosoftheDayGadget + Interesting Photos of the Day + Google Gadgets: Interesting Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Interesting Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Interesting Photos of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Interesting Photos of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Interesting Photos of the Day + Interesting Photos of the Day + Google,Gadgets + + + + + DaayuPhotoampVideoSharingGadget + Daayu Photo & Video Sharing + Google Gadgets: Daayu Photo & Video Sharing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daayu Photo & Video Sharing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daayu Photo & Video Sharing&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daayu Photo & Video Sharing + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daayu Photo & Video Sharing + Daayu Photo & Video Sharing + Google,Gadgets + + + + + SkypeGadget + Skype + Google Gadgets: Skype Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Skype + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Skype&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Skype + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Skype + Skype + Google,Gadgets + + + + + Who39sonSocceresqueGadget + Who's on Socceresque + Google Gadgets: Who's on Socceresque Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Who's on Socceresque + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Who's on Socceresque&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Who's on Socceresque + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Who's on Socceresque + Who's on Socceresque + Google,Gadgets + + + + + WordWebOnlineEnglishDictionaryandThesaurusGadget + WordWeb Online English Dictionary and Thesaurus + Google Gadgets: WordWeb Online English Dictionary and Thesaurus Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WordWeb Online English Dictionary and Thesaurus + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WordWeb Online English Dictionary and Thesaurus&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WordWeb Online English Dictionary and Thesaurus + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WordWeb Online English Dictionary and Thesaurus + WordWeb Online English Dictionary and Thesaurus + Google,Gadgets + + + + + TheGoodBlogsGadget + TheGoodBlogs + Google Gadgets: TheGoodBlogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TheGoodBlogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TheGoodBlogs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TheGoodBlogs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TheGoodBlogs + TheGoodBlogs + Google,Gadgets + + + + + SmileyoftheDay1Gadget + Smiley of the Day + Google Gadgets: Smiley of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Smiley of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Smiley of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Smiley of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Smiley of the Day + Smiley of the Day + Google,Gadgets + + + + + 43ThingsGadget + 43 Things + Google Gadgets: 43 Things Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 43 Things + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=43 Things&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=43 Things + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 43 Things + 43 Things + Google,Gadgets + + + + + ArcoirisTV1Gadget + ArcoirisTV + Google Gadgets: ArcoirisTV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ArcoirisTV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ArcoirisTV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ArcoirisTV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ArcoirisTV + ArcoirisTV + Google,Gadgets + + + + + TinyPicImageUploadGadget + TinyPic Image Upload + Google Gadgets: TinyPic Image Upload Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TinyPic Image Upload + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TinyPic Image Upload&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TinyPic Image Upload + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TinyPic Image Upload + TinyPic Image Upload + Google,Gadgets + + + + + ThewhowhatwherewhenwhyandhowsofJesseGadget + The who what where when why and hows of Jesse + Google Gadgets: The who what where when why and hows of Jesse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The who what where when why and hows of Jesse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The who what where when why and hows of Jesse&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The who what where when why and hows of Jesse + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The who what where when why and hows of Jesse + The who what where when why and hows of Jesse + Google,Gadgets + + + + + FreeGoSMSGadget + Free Go SMS + Google Gadgets: Free Go SMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Go SMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Free Go SMS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Free Go SMS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Go SMS + Free Go SMS + Google,Gadgets + + + + + NoticiasdeComunicacionesWorldGadget + Noticias de Comunicaciones World + Google Gadgets: Noticias de Comunicaciones World Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de Comunicaciones World + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias de Comunicaciones World&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias de Comunicaciones World + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de Comunicaciones World + Noticias de Comunicaciones World + Google,Gadgets + + + + + InternetyWeb20Gadget + Internet y Web 2.0 + Google Gadgets: Internet y Web 2.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet y Web 2.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Internet y Web 2.0&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Internet y Web 2.0 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet y Web 2.0 + Internet y Web 2.0 + Google,Gadgets + + + + + PhoneGnomeDialerGadget + PhoneGnome Dialer + Google Gadgets: PhoneGnome Dialer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PhoneGnome Dialer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PhoneGnome Dialer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PhoneGnome Dialer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PhoneGnome Dialer + PhoneGnome Dialer + Google,Gadgets + + + + + FrasearcomFrasesdoDiaGadget + Frasear.com - Frases do Dia + Google Gadgets: Frasear.com - Frases do Dia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Frasear.com - Frases do Dia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Frasear.com - Frases do Dia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Frasear.com - Frases do Dia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Frasear.com - Frases do Dia + Frasear.com - Frases do Dia + Google,Gadgets + + + + + EnglishSpanishdictionaryGadget + English Spanish dictionary + Google Gadgets: English Spanish dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + English Spanish dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=English Spanish dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=English Spanish dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + English Spanish dictionary + English Spanish dictionary + Google,Gadgets + + + + + BabelfishGadget + Babelfish + Google Gadgets: Babelfish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Babelfish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Babelfish&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Babelfish + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Babelfish + Babelfish + Google,Gadgets + + + + + FriendshipQuoteoftheDayGadget + Friendship Quote of the Day + Google Gadgets: Friendship Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Friendship Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Friendship Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Friendship Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Friendship Quote of the Day + Friendship Quote of the Day + Google,Gadgets + + + + + YahooIridiumFlaresGadget + Yahoo! Iridium Flares + Google Gadgets: Yahoo! Iridium Flares Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Iridium Flares + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo! Iridium Flares&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo! Iridium Flares + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Iridium Flares + Yahoo! Iridium Flares + Google,Gadgets + + + + + RonaldReaganQuoteoftheDayGadget + Ronald Reagan Quote of the Day + Google Gadgets: Ronald Reagan Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ronald Reagan Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ronald Reagan Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ronald Reagan Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ronald Reagan Quote of the Day + Ronald Reagan Quote of the Day + Google,Gadgets + + + + + ImageShackHostingGadget + ImageShack Hosting + Google Gadgets: ImageShack Hosting Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ImageShack Hosting + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ImageShack Hosting&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ImageShack Hosting + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ImageShack Hosting + ImageShack Hosting + Google,Gadgets + + + + + AllQuotesinoneGadgetGadget + All Quotes in one Gadget + Google Gadgets: All Quotes in one Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + All Quotes in one Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=All Quotes in one Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=All Quotes in one Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + All Quotes in one Gadget + All Quotes in one Gadget + Google,Gadgets + + + + + NationalGeographicPhotos1Gadget + National Geographic Photos + Google Gadgets: National Geographic Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=National Geographic Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=National Geographic Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Photos + National Geographic Photos + Google,Gadgets + + + + + SpanishPhraseoftheDAYWorldTravelorGadget + Spanish Phrase of the DAY - World Travelor!! + Google Gadgets: Spanish Phrase of the DAY - World Travelor!! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spanish Phrase of the DAY - World Travelor!! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spanish Phrase of the DAY - World Travelor!!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spanish Phrase of the DAY - World Travelor!! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spanish Phrase of the DAY - World Travelor!! + Spanish Phrase of the DAY - World Travelor!! + Google,Gadgets + + + + + ChatGadgetGadget + Chat Gadget + Google Gadgets: Chat Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chat Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Chat Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Chat Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chat Gadget + Chat Gadget + Google,Gadgets + + + + + SendlargefileswithMembaVelodoc1Gadget + Send large files with Memba Velodoc + Google Gadgets: Send large files with Memba Velodoc Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send large files with Memba Velodoc + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Send large files with Memba Velodoc&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Send large files with Memba Velodoc + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send large files with Memba Velodoc + Send large files with Memba Velodoc + Google,Gadgets + + + + + ConvertEnglishtoYodaSpeakGadget + Convert English to Yoda-Speak + Google Gadgets: Convert English to Yoda-Speak Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Convert English to Yoda-Speak + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Convert English to Yoda-Speak&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Convert English to Yoda-Speak + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Convert English to Yoda-Speak + Convert English to Yoda-Speak + Google,Gadgets + + + + + MusicianSearchGadget + Musician Search + Google Gadgets: Musician Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musician Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Musician Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Musician Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musician Search + Musician Search + Google,Gadgets + + + + + IndonesianWordoftheDayGadget + Indonesian - Word of the Day + Google Gadgets: Indonesian - Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Indonesian - Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Indonesian - Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Indonesian - Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Indonesian - Word of the Day + Indonesian - Word of the Day + Google,Gadgets + + + + + GoogleDocsampSpreadsheetsGadget + Google Docs & Spreadsheets + Google Gadgets: Google Docs & Spreadsheets Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Docs & Spreadsheets + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Docs & Spreadsheets&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Docs & Spreadsheets + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Docs & Spreadsheets + Google Docs & Spreadsheets + Google,Gadgets + + + + + GREWordListGadget + GRE Word List + Google Gadgets: GRE Word List Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRE Word List + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GRE Word List&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GRE Word List + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRE Word List + GRE Word List + Google,Gadgets + + + + + RandomMovieQuotesGadget + Random Movie Quotes. + Google Gadgets: Random Movie Quotes. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Movie Quotes. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Movie Quotes.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Movie Quotes. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Movie Quotes. + Random Movie Quotes. + Google,Gadgets + + + + + NabaztagFoodGadget + Nabaztag Food + Google Gadgets: Nabaztag Food Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nabaztag Food + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nabaztag Food&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nabaztag Food + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nabaztag Food + Nabaztag Food + Google,Gadgets + + + + + GetYourAnswerGadget + Get Your Answer + Google Gadgets: Get Your Answer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Get Your Answer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Get Your Answer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Get Your Answer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Get Your Answer + Get Your Answer + Google,Gadgets + + + + + FacebookGadget + Facebook + Google Gadgets: Facebook Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Facebook + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Facebook&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Facebook + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Facebook + Facebook + Google,Gadgets + + + + + hittasenummerupplysningenpntetGadget + hitta.se - nummerupplysningen p n tet + Google Gadgets: hitta.se - nummerupplysningen p n tet Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + hitta.se - nummerupplysningen p n tet + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=hitta.se - nummerupplysningen p n tet&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=hitta.se - nummerupplysningen p n tet + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + hitta.se - nummerupplysningen p n tet + hitta.se - nummerupplysningen p n tet + Google,Gadgets + + + + + GermanPersianGadget + German-Persian + Google Gadgets: German-Persian Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + German-Persian + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=German-Persian&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=German-Persian + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + German-Persian + German-Persian + Google,Gadgets + + + + + MBudgetFreeSMSGadget + MBudget Free SMS + Google Gadgets: MBudget Free SMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MBudget Free SMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MBudget Free SMS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MBudget Free SMS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MBudget Free SMS + MBudget Free SMS + Google,Gadgets + + + + + MongoliandictionaryGadget + Mongolian dictionary + Google Gadgets: Mongolian dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mongolian dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mongolian dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mongolian dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mongolian dictionary + Mongolian dictionary + Google,Gadgets + + + + + GotoMsgGadget + GotoMsg + Google Gadgets: GotoMsg Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GotoMsg + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GotoMsg&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GotoMsg + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GotoMsg + GotoMsg + Google,Gadgets + + + + + TheOnlineYellowPagesGadget + The Online Yellow Pages + Google Gadgets: The Online Yellow Pages Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Online Yellow Pages + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Online Yellow Pages&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Online Yellow Pages + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Online Yellow Pages + The Online Yellow Pages + Google,Gadgets + + + + + TodayinHistoryGadget + Today in History + Google Gadgets: Today in History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today in History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Today in History&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Today in History + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today in History + Today in History + Google,Gadgets + + + + + GREWordoftheDayGadget + GRE Word of the Day + Google Gadgets: GRE Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRE Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GRE Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GRE Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRE Word of the Day + GRE Word of the Day + Google,Gadgets + + + + + CheckMailV092Gadget + CheckMail V0.9.2 + Google Gadgets: CheckMail V0.9.2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CheckMail V0.9.2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CheckMail V0.9.2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CheckMail V0.9.2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CheckMail V0.9.2 + CheckMail V0.9.2 + Google,Gadgets + + + + + MemotooContactsWorldMapGadget + Memotoo - Contacts World Map + Google Gadgets: Memotoo - Contacts World Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Memotoo - Contacts World Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Memotoo - Contacts World Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Memotoo - Contacts World Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Memotoo - Contacts World Map + Memotoo - Contacts World Map + Google,Gadgets + + + + + GoogleTalkGadget + Google Talk + Google Gadgets: Google Talk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Talk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Talk&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Talk + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Talk + Google Talk + Google,Gadgets + + + + + PlaceaphonecallNikotalkGadget + Place a phone call - Nikotalk + Google Gadgets: Place a phone call - Nikotalk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Place a phone call - Nikotalk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Place a phone call - Nikotalk&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Place a phone call - Nikotalk + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Place a phone call - Nikotalk + Place a phone call - Nikotalk + Google,Gadgets + + + + + CallWaveFreeVisualVoicemail1Gadget + CallWave Free Visual Voicemail + Google Gadgets: CallWave Free Visual Voicemail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CallWave Free Visual Voicemail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CallWave Free Visual Voicemail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CallWave Free Visual Voicemail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CallWave Free Visual Voicemail + CallWave Free Visual Voicemail + Google,Gadgets + + + + + LeadershipQuoteoftheDayGadget + Leadership Quote of the Day + Google Gadgets: Leadership Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Leadership Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Leadership Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Leadership Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Leadership Quote of the Day + Leadership Quote of the Day + Google,Gadgets + + + + + OrkutNewsGadget + Orkut News + Google Gadgets: Orkut News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orkut News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Orkut News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Orkut News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orkut News + Orkut News + Google,Gadgets + + + + + RoundsGadget + Rounds + Google Gadgets: Rounds Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rounds + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Rounds&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Rounds + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rounds + Rounds + Google,Gadgets + + + + + BeaconGadget + Beacon + Google Gadgets: Beacon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beacon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Beacon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Beacon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beacon + Beacon + Google,Gadgets + + + + + BlueorganizerslideshowGadget + Blueorganizer slideshow + Google Gadgets: Blueorganizer slideshow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blueorganizer slideshow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blueorganizer slideshow&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blueorganizer slideshow + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blueorganizer slideshow + Blueorganizer slideshow + Google,Gadgets + + + + + ItalianAudioWordoftheDayGadget + Italian - Audio Word of the Day + Google Gadgets: Italian - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Italian - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Italian - Audio Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Italian - Audio Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Italian - Audio Word of the Day + Italian - Audio Word of the Day + Google,Gadgets + + + + + LocalChatGadgetGadget + Local Chat Gadget + Google Gadgets: Local Chat Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Chat Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Local Chat Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Local Chat Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Chat Gadget + Local Chat Gadget + Google,Gadgets + + + + + MapMyWordDictionary1Gadget + MapMyWord Dictionary + Google Gadgets: MapMyWord Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MapMyWord Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MapMyWord Dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MapMyWord Dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MapMyWord Dictionary + MapMyWord Dictionary + Google,Gadgets + + + + + HealthTipoftheDay1Gadget + Health Tip of the Day. + Google Gadgets: Health Tip of the Day. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Health Tip of the Day. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Health Tip of the Day.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Health Tip of the Day. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Health Tip of the Day. + Health Tip of the Day. + Google,Gadgets + + + + + RandomGoogleGadgetsGadget + Random Google Gadgets + Google Gadgets: Random Google Gadgets Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Google Gadgets + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Google Gadgets&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Google Gadgets + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Google Gadgets + Random Google Gadgets + Google,Gadgets + + + + + KelimelerYetseGadget + Kelimeler Yetse + Google Gadgets: Kelimeler Yetse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kelimeler Yetse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Kelimeler Yetse&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Kelimeler Yetse + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kelimeler Yetse + Kelimeler Yetse + Google,Gadgets + + + + + SearchCiteULikeGadget + Search CiteULike + Google Gadgets: Search CiteULike Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search CiteULike + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search CiteULike&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search CiteULike + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search CiteULike + Search CiteULike + Google,Gadgets + + + + + deliciousBookmarksGadget + del.icio.us Bookmarks + Google Gadgets: del.icio.us Bookmarks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + del.icio.us Bookmarks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=del.icio.us Bookmarks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=del.icio.us Bookmarks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + del.icio.us Bookmarks + del.icio.us Bookmarks + Google,Gadgets + + + + + AIMMessengerGadget + AIM Messenger + Google Gadgets: AIM Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AIM Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AIM Messenger&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AIM Messenger + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AIM Messenger + AIM Messenger + Google,Gadgets + + + + + PodcastsenderGadget + Podcastsender + Google Gadgets: Podcastsender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Podcastsender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Podcastsender&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Podcastsender + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Podcastsender + Podcastsender + Google,Gadgets + + + + + SlangO39TheDayGadget + Slang O' The Day + Google Gadgets: Slang O' The Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slang O' The Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Slang O' The Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Slang O' The Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slang O' The Day + Slang O' The Day + Google,Gadgets + + + + + QuickEmailv2Gadget + Quick Email v.2 + Google Gadgets: Quick Email v.2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quick Email v.2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quick Email v.2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quick Email v.2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quick Email v.2 + Quick Email v.2 + Google,Gadgets + + + + + PickUpLinesGadget + Pick Up Lines + Google Gadgets: Pick Up Lines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pick Up Lines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pick Up Lines&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pick Up Lines + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pick Up Lines + Pick Up Lines + Google,Gadgets + + + + + YahooMessengerGadget + Yahoo! Messenger + Google Gadgets: Yahoo! Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo! Messenger&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo! Messenger + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Messenger + Yahoo! Messenger + Google,Gadgets + + + + + JonStewartQuoteoftheDayGadget + Jon Stewart Quote of the Day + Google Gadgets: Jon Stewart Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jon Stewart Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jon Stewart Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jon Stewart Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jon Stewart Quote of the Day + Jon Stewart Quote of the Day + Google,Gadgets + + + + + LocalChatGadget1Gadget + Local Chat Gadget + Google Gadgets: Local Chat Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Chat Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Local Chat Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Local Chat Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Chat Gadget + Local Chat Gadget + Google,Gadgets + + + + + TheMySpaceAlertsGadgetGadget + The MySpace Alerts Gadget + Google Gadgets: The MySpace Alerts Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The MySpace Alerts Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The MySpace Alerts Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The MySpace Alerts Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The MySpace Alerts Gadget + The MySpace Alerts Gadget + Google,Gadgets + + + + + MartinLutherKingJrQuoteoftheDayGadget + Martin Luther King Jr. Quote of the Day + Google Gadgets: Martin Luther King Jr. Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Martin Luther King Jr. Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Martin Luther King Jr. Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Martin Luther King Jr. Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Martin Luther King Jr. Quote of the Day + Martin Luther King Jr. Quote of the Day + Google,Gadgets + + + + + LearningEnglishGadget + Learning English + Google Gadgets: Learning English Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Learning English + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Learning English&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Learning English + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Learning English + Learning English + Google,Gadgets + + + + + TurkishEnglishGermanDictionaryGadget + Turkish-English-German Dictionary + Google Gadgets: Turkish-English-German Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turkish-English-German Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Turkish-English-German Dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Turkish-English-German Dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turkish-English-German Dictionary + Turkish-English-German Dictionary + Google,Gadgets + + + + + BuscnRAEGadget + Busc n R.A.E. + Google Gadgets: Busc n R.A.E. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Busc n R.A.E. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Busc n R.A.E.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Busc n R.A.E. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Busc n R.A.E. + Busc n R.A.E. + Google,Gadgets + + + + + FamousRomanticQuotesGadget + Famous Romantic Quotes + Google Gadgets: Famous Romantic Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Famous Romantic Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Famous Romantic Quotes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Famous Romantic Quotes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Famous Romantic Quotes + Famous Romantic Quotes + Google,Gadgets + + + + + LinkedInSearchEngineGadget + LinkedIn Search Engine + Google Gadgets: LinkedIn Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LinkedIn Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=LinkedIn Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=LinkedIn Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LinkedIn Search Engine + LinkedIn Search Engine + Google,Gadgets + + + + + MyLocalTimegadget1Gadget + My Local Time gadget + Google Gadgets: My Local Time gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Local Time gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Local Time gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Local Time gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Local Time gadget + My Local Time gadget + Google,Gadgets + + + + + ArticleDiggercomFreshArticlesGadget + ArticleDigger.com Fresh Articles + Google Gadgets: ArticleDigger.com Fresh Articles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ArticleDigger.com Fresh Articles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ArticleDigger.com Fresh Articles&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ArticleDigger.com Fresh Articles + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ArticleDigger.com Fresh Articles + ArticleDigger.com Fresh Articles + Google,Gadgets + + + + + CriticameCineGadget + Criticame Cine + Google Gadgets: Criticame Cine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Criticame Cine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Criticame Cine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Criticame Cine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Criticame Cine + Criticame Cine + Google,Gadgets + + + + + AnnouncementsfromAustinTXGadget + Announcements from Austin, TX + Google Gadgets: Announcements from Austin, TX Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Announcements from Austin, TX + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Announcements from Austin, TX&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Announcements from Austin, TX + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Announcements from Austin, TX + Announcements from Austin, TX + Google,Gadgets + + + + + GetDefinitionGadget + Get Definition ! + Google Gadgets: Get Definition ! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Get Definition ! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Get Definition !&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Get Definition ! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Get Definition ! + Get Definition ! + Google,Gadgets + + + + + AGadgettofetchawebsiteusingaproxy1Gadget + A Gadget to fetch a website using a proxy + Google Gadgets: A Gadget to fetch a website using a proxy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A Gadget to fetch a website using a proxy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=A Gadget to fetch a website using a proxy&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=A Gadget to fetch a website using a proxy + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A Gadget to fetch a website using a proxy + A Gadget to fetch a website using a proxy + Google,Gadgets + + + + + BittyBrowserGadget + Bitty Browser + Google Gadgets: Bitty Browser Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bitty Browser + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bitty Browser&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bitty Browser + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bitty Browser + Bitty Browser + Google,Gadgets + + + + + IMLingoTextMessagingShorthandandEmoticonsGadget + IM Lingo, Text Messaging Shorthand and Emoticons + Google Gadgets: IM Lingo, Text Messaging Shorthand and Emoticons Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IM Lingo, Text Messaging Shorthand and Emoticons + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IM Lingo, Text Messaging Shorthand and Emoticons&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IM Lingo, Text Messaging Shorthand and Emoticons + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IM Lingo, Text Messaging Shorthand and Emoticons + IM Lingo, Text Messaging Shorthand and Emoticons + Google,Gadgets + + + + + CONFIRMEOGadget + CONFIRMEO + Google Gadgets: CONFIRMEO Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CONFIRMEO + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CONFIRMEO&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CONFIRMEO + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CONFIRMEO + CONFIRMEO + Google,Gadgets + + + + + ReutersNewsinPicturesGadget + Reuters News in Pictures + Google Gadgets: Reuters News in Pictures Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Reuters News in Pictures + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Reuters News in Pictures&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Reuters News in Pictures + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Reuters News in Pictures + Reuters News in Pictures + Google,Gadgets + + + + + CommunicationGadget + Communication + Google Gadgets: Communication Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Communication + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Communication&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Communication + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Communication + Communication + Google,Gadgets + + + + + RussianAudioWordoftheDayGadget + Russian - Audio Word of the Day + Google Gadgets: Russian - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Russian - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Russian - Audio Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Russian - Audio Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Russian - Audio Word of the Day + Russian - Audio Word of the Day + Google,Gadgets + + + + + ThesaurusSearchGadget + Thesaurus Search + Google Gadgets: Thesaurus Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Thesaurus Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Thesaurus Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Thesaurus Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Thesaurus Search + Thesaurus Search + Google,Gadgets + + + + + mail2webcomGadget + mail2web.com + Google Gadgets: mail2web.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + mail2web.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=mail2web.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=mail2web.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + mail2web.com + mail2web.com + Google,Gadgets + + + + + MessengerFXWebMessengerGadget + MessengerFX - Web Messenger + Google Gadgets: MessengerFX - Web Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MessengerFX - Web Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MessengerFX - Web Messenger&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MessengerFX - Web Messenger + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MessengerFX - Web Messenger + MessengerFX - Web Messenger + Google,Gadgets + + + + + TurkishDictionaryGadget + Turkish Dictionary + Google Gadgets: Turkish Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turkish Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Turkish Dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Turkish Dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turkish Dictionary + Turkish Dictionary + Google,Gadgets + + + + + LectivaNetGadget + Lectiva.Net + Google Gadgets: Lectiva.Net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lectiva.Net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lectiva.Net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lectiva.Net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lectiva.Net + Lectiva.Net + Google,Gadgets + + + + + SearchCiteULike1Gadget + Search CiteULike + Google Gadgets: Search CiteULike Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search CiteULike + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search CiteULike&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search CiteULike + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search CiteULike + Search CiteULike + Google,Gadgets + + + + + EncyclopediaBritannicaSearchGadget + Encyclopedia Britannica Search + Google Gadgets: Encyclopedia Britannica Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Encyclopedia Britannica Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Encyclopedia Britannica Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Encyclopedia Britannica Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Encyclopedia Britannica Search + Encyclopedia Britannica Search + Google,Gadgets + + + + + SendSMSwithSMSaliasGadget + Send SMS with SMSalias + Google Gadgets: Send SMS with SMSalias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send SMS with SMSalias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Send SMS with SMSalias&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Send SMS with SMSalias + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send SMS with SMSalias + Send SMS with SMSalias + Google,Gadgets + + + + + ALICEChatbotGadget + A.L.I.C.E. Chatbot + Google Gadgets: A.L.I.C.E. Chatbot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A.L.I.C.E. Chatbot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=A.L.I.C.E. Chatbot&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=A.L.I.C.E. Chatbot + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A.L.I.C.E. Chatbot + A.L.I.C.E. Chatbot + Google,Gadgets + + + + + SendWorldwideSMSGadget + Send Worldwide SMS + Google Gadgets: Send Worldwide SMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send Worldwide SMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Send Worldwide SMS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Send Worldwide SMS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send Worldwide SMS + Send Worldwide SMS + Google,Gadgets + + + + + OmgiliDiscussionsSearchGadget + Omgili Discussions Search + Google Gadgets: Omgili Discussions Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Omgili Discussions Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Omgili Discussions Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Omgili Discussions Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Omgili Discussions Search + Omgili Discussions Search + Google,Gadgets + + + + + CallWaveFreeTextMessagingGadget + CallWave Free Text Messaging + Google Gadgets: CallWave Free Text Messaging Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CallWave Free Text Messaging + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CallWave Free Text Messaging&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CallWave Free Text Messaging + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CallWave Free Text Messaging + CallWave Free Text Messaging + Google,Gadgets + + + + + JustNotRightPodcastGadget + Just Not Right Podcast + Google Gadgets: Just Not Right Podcast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Just Not Right Podcast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Just Not Right Podcast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Just Not Right Podcast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Just Not Right Podcast + Just Not Right Podcast + Google,Gadgets + + + + + MapMyWordDictionary2Gadget + MapMyWord Dictionary + Google Gadgets: MapMyWord Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MapMyWord Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MapMyWord Dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MapMyWord Dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MapMyWord Dictionary + MapMyWord Dictionary + Google,Gadgets + + + + + YahooBuzzIndexMoversOverallGadget + Yahoo! Buzz Index Movers Overall. + Google Gadgets: Yahoo! Buzz Index Movers Overall. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Buzz Index Movers Overall. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo! Buzz Index Movers Overall.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo! Buzz Index Movers Overall. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Buzz Index Movers Overall. + Yahoo! Buzz Index Movers Overall. + Google,Gadgets + + + + + DeliciousBookmarksGadget + Del.icio.us Bookmarks + Google Gadgets: Del.icio.us Bookmarks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Del.icio.us Bookmarks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Del.icio.us Bookmarks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Del.icio.us Bookmarks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Del.icio.us Bookmarks + Del.icio.us Bookmarks + Google,Gadgets + + + + + FitnessTipoftheDayGadget + Fitness Tip of the Day + Google Gadgets: Fitness Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fitness Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fitness Tip of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fitness Tip of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fitness Tip of the Day + Fitness Tip of the Day + Google,Gadgets + + + + + MapQuestDrivingDirectionsGadget + MapQuest Driving Directions + Google Gadgets: MapQuest Driving Directions Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MapQuest Driving Directions + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MapQuest Driving Directions&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MapQuest Driving Directions + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MapQuest Driving Directions + MapQuest Driving Directions + Google,Gadgets + + + + + TeleMessageSMSSenderGadget + TeleMessage SMS Sender + Google Gadgets: TeleMessage SMS Sender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TeleMessage SMS Sender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TeleMessage SMS Sender&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TeleMessage SMS Sender + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TeleMessage SMS Sender + TeleMessage SMS Sender + Google,Gadgets + + + + + JosephSmithJrQuoteoftheDayGadget + Joseph Smith Jr. Quote of the Day + Google Gadgets: Joseph Smith Jr. Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Joseph Smith Jr. Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Joseph Smith Jr. Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Joseph Smith Jr. Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Joseph Smith Jr. Quote of the Day + Joseph Smith Jr. Quote of the Day + Google,Gadgets + + + + + ArcoirisTVenglishGadget + ArcoirisTV - english + Google Gadgets: ArcoirisTV - english Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ArcoirisTV - english + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ArcoirisTV - english&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ArcoirisTV - english + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ArcoirisTV - english + ArcoirisTV - english + Google,Gadgets + + + + + FREESMSGadget + FREE SMS + Google Gadgets: FREE SMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FREE SMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FREE SMS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FREE SMS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FREE SMS + FREE SMS + Google,Gadgets + + + + + VertalenWoordenGadget + Vertalen Woorden + Google Gadgets: Vertalen Woorden Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Vertalen Woorden + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Vertalen Woorden&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Vertalen Woorden + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Vertalen Woorden + Vertalen Woorden + Google,Gadgets + + + + + NuagedlicieuxGadget + Nuage d licieux + Google Gadgets: Nuage d licieux Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nuage d licieux + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nuage d licieux&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nuage d licieux + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nuage d licieux + Nuage d licieux + Google,Gadgets + + + + + LadyChatbotGadget + Lady Chatbot + Google Gadgets: Lady Chatbot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lady Chatbot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lady Chatbot&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lady Chatbot + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lady Chatbot + Lady Chatbot + Google,Gadgets + + + + + FreeGeoBasedChatGadget + Free Geo-Based Chat + Google Gadgets: Free Geo-Based Chat Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Geo-Based Chat + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Free Geo-Based Chat&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Free Geo-Based Chat + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Geo-Based Chat + Free Geo-Based Chat + Google,Gadgets + + + + + Xbox360RandomFriendGadget + Xbox 360 Random Friend + Google Gadgets: Xbox 360 Random Friend Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Xbox 360 Random Friend + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Xbox 360 Random Friend&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Xbox 360 Random Friend + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Xbox 360 Random Friend + Xbox 360 Random Friend + Google,Gadgets + + + + + DemonoidGadget + Demonoid + Google Gadgets: Demonoid Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Demonoid + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Demonoid&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Demonoid + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Demonoid + Demonoid + Google,Gadgets + + + + + DicionrioespanholWordReferencecomGadget + Dicion rio espanhol WordReference.com + Google Gadgets: Dicion rio espanhol WordReference.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dicion rio espanhol WordReference.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dicion rio espanhol WordReference.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dicion rio espanhol WordReference.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dicion rio espanhol WordReference.com + Dicion rio espanhol WordReference.com + Google,Gadgets + + + + + blawgleGadget + blawgle + Google Gadgets: blawgle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + blawgle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=blawgle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=blawgle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + blawgle + blawgle + Google,Gadgets + + + + + TranslationToolGadget + Translation Tool + Google Gadgets: Translation Tool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translation Tool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Translation Tool&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Translation Tool + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translation Tool + Translation Tool + Google,Gadgets + + + + + writeKAMalayalamTransliteratorGadget + writeKA Malayalam Transliterator + Google Gadgets: writeKA Malayalam Transliterator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + writeKA Malayalam Transliterator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=writeKA Malayalam Transliterator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=writeKA Malayalam Transliterator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + writeKA Malayalam Transliterator + writeKA Malayalam Transliterator + Google,Gadgets + + + + + GoogleGadget + Google ??????????????? + Google Gadgets: Google ??????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google ??????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google カレンダー&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google カレンダー + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google ??????????????? + Google ??????????????? + Google,Gadgets + + + + + Oprah39sQuoteoftheDayInspirationalThoughtsGadget + Oprah's Quote of the Day - Inspirational Thoughts + Google Gadgets: Oprah's Quote of the Day - Inspirational Thoughts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Oprah's Quote of the Day - Inspirational Thoughts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Oprah's Quote of the Day - Inspirational Thoughts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Oprah's Quote of the Day - Inspirational Thoughts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Oprah's Quote of the Day - Inspirational Thoughts + Oprah's Quote of the Day - Inspirational Thoughts + Google,Gadgets + + + + + JAGJustAnotherGoodieGadget + JAG : Just Another Goodie + Google Gadgets: JAG : Just Another Goodie Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JAG : Just Another Goodie + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=JAG : Just Another Goodie&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=JAG : Just Another Goodie + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JAG : Just Another Goodie + JAG : Just Another Goodie + Google,Gadgets + + + + + WindowsLiveMailGadget + Windows Live Mail + Google Gadgets: Windows Live Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Windows Live Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Windows Live Mail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Windows Live Mail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Windows Live Mail + Windows Live Mail + Google,Gadgets + + + + + TranslateGadget + Translate + Google Gadgets: Translate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Translate&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Translate + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translate + Translate + Google,Gadgets + + + + + MoneyandFinanceTipoftheDayGadget + Money and Finance Tip of the Day + Google Gadgets: Money and Finance Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Money and Finance Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Money and Finance Tip of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Money and Finance Tip of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Money and Finance Tip of the Day + Money and Finance Tip of the Day + Google,Gadgets + + + + + FreeTextMessagingGadget + Free Text Messaging + Google Gadgets: Free Text Messaging Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Text Messaging + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Free Text Messaging&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Free Text Messaging + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Text Messaging + Free Text Messaging + Google,Gadgets + + + + + SMSSenderusingTeleMessageGadget + SMS Sender using TeleMessage + Google Gadgets: SMS Sender using TeleMessage Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SMS Sender using TeleMessage + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SMS Sender using TeleMessage&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SMS Sender using TeleMessage + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SMS Sender using TeleMessage + SMS Sender using TeleMessage + Google,Gadgets + + + + + MSNMessengerGadget + MSN Messenger + Google Gadgets: MSN Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MSN Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MSN Messenger&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MSN Messenger + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MSN Messenger + MSN Messenger + Google,Gadgets + + + + + ChatnapChatGameGadget + Chatnap: Chat Game + Google Gadgets: Chatnap: Chat Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chatnap: Chat Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Chatnap: Chat Game&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Chatnap: Chat Game + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chatnap: Chat Game + Chatnap: Chat Game + Google,Gadgets + + + + + SLUGTagsGadget + SLUG Tags + Google Gadgets: SLUG Tags Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SLUG Tags + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SLUG Tags&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SLUG Tags + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SLUG Tags + SLUG Tags + Google,Gadgets + + + + + JustChatGadget + Just Chat + Google Gadgets: Just Chat Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Just Chat + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Just Chat&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Just Chat + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Just Chat + Just Chat + Google,Gadgets + + + + + BloglinesNotifierGadget + Bloglines Notifier + Google Gadgets: Bloglines Notifier Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bloglines Notifier + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bloglines Notifier&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bloglines Notifier + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bloglines Notifier + Bloglines Notifier + Google,Gadgets + + + + + NationalMissingChildrenAlertsGadget + National Missing Children Alerts + Google Gadgets: National Missing Children Alerts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Missing Children Alerts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=National Missing Children Alerts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=National Missing Children Alerts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Missing Children Alerts + National Missing Children Alerts + Google,Gadgets + + + + + PhotofromjokerGadget + Photo from joker + Google Gadgets: Photo from joker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photo from joker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Photo from joker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Photo from joker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photo from joker + Photo from joker + Google,Gadgets + + + + + OrkutScrapsGadget + Orkut Scraps + Google Gadgets: Orkut Scraps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orkut Scraps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Orkut Scraps&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Orkut Scraps + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orkut Scraps + Orkut Scraps + Google,Gadgets + + + + + XfireWebMessengerGadget + Xfire Web Messenger + Google Gadgets: Xfire Web Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Xfire Web Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Xfire Web Messenger&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Xfire Web Messenger + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Xfire Web Messenger + Xfire Web Messenger + Google,Gadgets + + + + + RexsmsGadget + Rexsms + Google Gadgets: Rexsms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rexsms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Rexsms&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Rexsms + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rexsms + Rexsms + Google,Gadgets + + + + + OrkutScraps1Gadget + Orkut Scraps + Google Gadgets: Orkut Scraps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orkut Scraps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Orkut Scraps&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Orkut Scraps + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orkut Scraps + Orkut Scraps + Google,Gadgets + + + + + BloglinesNotifier1Gadget + Bloglines Notifier + Google Gadgets: Bloglines Notifier Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bloglines Notifier + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bloglines Notifier&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bloglines Notifier + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bloglines Notifier + Bloglines Notifier + Google,Gadgets + + + + + GoogleAddoftheDayGadget + Google Add of the Day + Google Gadgets: Google Add of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Add of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Add of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Add of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Add of the Day + Google Add of the Day + Google,Gadgets + + + + + LocalMissingChildrenGadget + Local Missing Children + Google Gadgets: Local Missing Children Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Missing Children + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Local Missing Children&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Local Missing Children + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Missing Children + Local Missing Children + Google,Gadgets + + + + + KoreanWordoftheDayGadget + Korean - Word of the Day + Google Gadgets: Korean - Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Korean - Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Korean - Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Korean - Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Korean - Word of the Day + Korean - Word of the Day + Google,Gadgets + + + + + BlogFeederGadget + BlogFeeder + Google Gadgets: BlogFeeder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BlogFeeder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BlogFeeder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BlogFeeder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BlogFeeder + BlogFeeder + Google,Gadgets + + + + + ChatinourchatroomGadget + Chat in our chatroom + Google Gadgets: Chat in our chatroom Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chat in our chatroom + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Chat in our chatroom&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Chat in our chatroom + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chat in our chatroom + Chat in our chatroom + Google,Gadgets + + + + + PodcastSearchGadget + Podcast Search + Google Gadgets: Podcast Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Podcast Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Podcast Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Podcast Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Podcast Search + Podcast Search + Google,Gadgets + + + + + AnnaNicoleSmithQuotesGadget + Anna Nicole Smith Quotes + Google Gadgets: Anna Nicole Smith Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Anna Nicole Smith Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Anna Nicole Smith Quotes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Anna Nicole Smith Quotes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Anna Nicole Smith Quotes + Anna Nicole Smith Quotes + Google,Gadgets + + + + + Goo360voiceGadget + Goo360voice + Google Gadgets: Goo360voice Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Goo360voice + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Goo360voice&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Goo360voice + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Goo360voice + Goo360voice + Google,Gadgets + + + + + YahooMail2Gadget + Yahoo Mail + Google Gadgets: Yahoo Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo Mail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo Mail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Mail + Yahoo Mail + Google,Gadgets + + + + + VirtualStockMarketGadget + Virtual Stock Market + Google Gadgets: Virtual Stock Market Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Virtual Stock Market + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Virtual Stock Market&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Virtual Stock Market + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Virtual Stock Market + Virtual Stock Market + Google,Gadgets + + + + + TurkishEnglishDictionaryGadget + Turkish-English Dictionary + Google Gadgets: Turkish-English Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turkish-English Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Turkish-English Dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Turkish-English Dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turkish-English Dictionary + Turkish-English Dictionary + Google,Gadgets + + + + + YahooMessenger1Gadget + Yahoo Messenger + Google Gadgets: Yahoo Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo Messenger&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo Messenger + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Messenger + Yahoo Messenger + Google,Gadgets + + + + + KoreanWordoftheDay1Gadget + Korean - Word of the Day + Google Gadgets: Korean - Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Korean - Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Korean - Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Korean - Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Korean - Word of the Day + Korean - Word of the Day + Google,Gadgets + + + + + GeoWhitePagescomGadget + GeoWhitePages.com + Google Gadgets: GeoWhitePages.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GeoWhitePages.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GeoWhitePages.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GeoWhitePages.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GeoWhitePages.com + GeoWhitePages.com + Google,Gadgets + + + + + AOLMessengerGadget + AOL Messenger + Google Gadgets: AOL Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AOL Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AOL Messenger&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AOL Messenger + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AOL Messenger + AOL Messenger + Google,Gadgets + + + + + Translate1Gadget + Translate + Google Gadgets: Translate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Translate&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Translate + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translate + Translate + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-communication-ja/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-finance/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-finance/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-finance/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-finance + war + 0.3 + Google Gadgets Finance Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-finance + + Property changes on: googlegadgets/trunk/googlegadgets-finance/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,4214 @@ + + + + + + StockPortfolioGadget + Stock Portfolio + Google Gadgets: Stock Portfolio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stock Portfolio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sav74sac.googlepages.com/portfolio.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sav74sac.googlepages.com/portfolio.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stock Portfolio + Stock Portfolio + Google,Gadgets + + + + + LoanCalculatorGadget + Loan Calculator + Google Gadgets: Loan Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Loan Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nova.edu/~willheat/loan.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nova.edu/~willheat/loan.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Loan Calculator + Loan Calculator + Google,Gadgets + + + + + StockQuoteGadget + StockQuote + Google Gadgets: StockQuote Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + StockQuote + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.goldb.org/googlegadgets/stockquote.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.goldb.org/googlegadgets/stockquote.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + StockQuote + StockQuote + Google,Gadgets + + + + + MoneysmartzBestSitesGadget + Moneysmartz Best Sites + Google Gadgets: Moneysmartz Best Sites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Moneysmartz Best Sites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011718444822997206515/cse/zb4wkccmyfi/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/011718444822997206515/cse/zb4wkccmyfi/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Moneysmartz Best Sites + Moneysmartz Best Sites + Google,Gadgets + + + + + MortgageAndRealEstateNewsGadget + Mortgage And Real Estate News + Google Gadgets: Mortgage And Real Estate News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage And Real Estate News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage And Real Estate News + Mortgage And Real Estate News + Google,Gadgets + + + + + RealEstateGadget + Real Estate + Google Gadgets: Real Estate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Real Estate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/RealestateCalendarGoogle.aspx&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.printedowl.com/RealestateCalendarGoogle.aspx + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Real Estate + Real Estate + Google,Gadgets + + + + + BombayStockExchangeBSEIndexGadget + Bombay Stock Exchange (BSE) Index + Google Gadgets: Bombay Stock Exchange (BSE) Index Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bombay Stock Exchange (BSE) Index + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://orawiz.googlepages.com/bseidx.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://orawiz.googlepages.com/bseidx.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bombay Stock Exchange (BSE) Index + Bombay Stock Exchange (BSE) Index + Google,Gadgets + + + + + StockChartGadget + StockChart + Google Gadgets: StockChart Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + StockChart + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://stockchartgadget.googlepages.com/stockchart.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://stockchartgadget.googlepages.com/stockchart.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + StockChart + StockChart + Google,Gadgets + + + + + LiveGoldGadget + Live Gold + Google Gadgets: Live Gold Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Gold + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ravikumar.datla.googlepages.com/LiveGold.txt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ravikumar.datla.googlepages.com/LiveGold.txt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Gold + Live Gold + Google,Gadgets + + + + + CurrencyConverterGadget + Currency Converter + Google Gadgets: Currency Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Currency Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.donalobrien.net/apps/google/currency.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.donalobrien.net/apps/google/currency.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Currency Converter + Currency Converter + Google,Gadgets + + + + + StrategicallySpeakingGadget + Strategically Speaking + Google Gadgets: Strategically Speaking Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Strategically Speaking + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mystrategicplan.com/strategic-plan/strategy-feed-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mystrategicplan.com/strategic-plan/strategy-feed-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Strategically Speaking + Strategically Speaking + Google,Gadgets + + + + + CommoditiesMarketGadget + Commodities Market + Google Gadgets: Commodities Market Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Commodities Market + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/commodities/commodities.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/commodities/commodities.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Commodities Market + Commodities Market + Google,Gadgets + + + + + HomeBusinessLivingGadget + Home Business Living + Google Gadgets: Home Business Living Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Home Business Living + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.homebusinessliving.ws/gadgets/google/homebusinessliving.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.homebusinessliving.ws/gadgets/google/homebusinessliving.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Home Business Living + Home Business Living + Google,Gadgets + + + + + SavingsBondsGadget + Savings Bonds + Google Gadgets: Savings Bonds Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Savings Bonds + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.savings-bond-advisor.com/gadgets/savings-bonds.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.savings-bond-advisor.com/gadgets/savings-bonds.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Savings Bonds + Savings Bonds + Google,Gadgets + + + + + MortgageRateWatchDetailedGadget + Mortgage Rate Watch - Detailed + Google Gadgets: Mortgage Rate Watch - Detailed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch - Detailed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/MRW3.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://andavan.googlepages.com/MRW3.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch - Detailed + Mortgage Rate Watch - Detailed + Google,Gadgets + + + + + SparklineStockChartsGadget + Sparkline Stock Charts + Google Gadgets: Sparkline Stock Charts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sparkline Stock Charts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.stockmorph.com/sparklines/sparkchart.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.stockmorph.com/sparklines/sparkchart.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sparkline Stock Charts + Sparkline Stock Charts + Google,Gadgets + + + + + AutoLeasevsLoanCalculatorGadget + Auto Lease vs Loan Calculator + Google Gadgets: Auto Lease vs Loan Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Lease vs Loan Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/lease_vs_loan.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/lease_vs_loan.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Lease vs Loan Calculator + Auto Lease vs Loan Calculator + Google,Gadgets + + + + + MoneyTipoftheDayGadget + Money Tip of the Day + Google Gadgets: Money Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Money Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/finance-money-tips.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/finance-money-tips.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Money Tip of the Day + Money Tip of the Day + Google,Gadgets + + + + + FOREXtoolsfortradingcurrenciesGadget + FOREX tools for trading currencies + Google Gadgets: FOREX tools for trading currencies Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FOREX tools for trading currencies + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ac-markets.com/forex/forextools.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ac-markets.com/forex/forextools.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FOREX tools for trading currencies + FOREX tools for trading currencies + Google,Gadgets + + + + + DebtEliminationCalculatorGoldStarLendingGadget + Debt Elimination Calculator - Gold Star Lending + Google Gadgets: Debt Elimination Calculator - Gold Star Lending Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Debt Elimination Calculator - Gold Star Lending + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/debtelmin.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://nuzs.com/debtelmin.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Debt Elimination Calculator - Gold Star Lending + Debt Elimination Calculator - Gold Star Lending + Google,Gadgets + + + + + StockMarketCountdownGadget + Stock Market Countdown + Google Gadgets: Stock Market Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stock Market Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://woodmonger.googlepages.com/MarketCountdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://woodmonger.googlepages.com/MarketCountdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stock Market Countdown + Stock Market Countdown + Google,Gadgets + + + + + FusionChartsGoogleGadgetGadget + FusionCharts Google Gadget + Google Gadgets: FusionCharts Google Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FusionCharts Google Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://fusioncharts.googlecode.com/svn/trunk/fusioncharts.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://fusioncharts.googlecode.com/svn/trunk/fusioncharts.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FusionCharts Google Gadget + FusionCharts Google Gadget + Google,Gadgets + + + + + ICICIExchangeRateGadget + ICICI Exchange Rate + Google Gadgets: ICICI Exchange Rate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ICICI Exchange Rate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ravikumar.datla.googlepages.com/ICICI-Exchange-Rate.txt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ravikumar.datla.googlepages.com/ICICI-Exchange-Rate.txt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ICICI Exchange Rate + ICICI Exchange Rate + Google,Gadgets + + + + + CurrencyCalculatorIDCMSGadget + Currency Calculator IDCMS + Google Gadgets: Currency Calculator IDCMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Currency Calculator IDCMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.idc-ms.net/gadgets/currency.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.idc-ms.net/gadgets/currency.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Currency Calculator IDCMS + Currency Calculator IDCMS + Google,Gadgets + + + + + MortgageRateWatchBasicGadget + Mortgage Rate Watch - Basic + Google Gadgets: Mortgage Rate Watch - Basic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch - Basic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/mrw2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://andavan.googlepages.com/mrw2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch - Basic + Mortgage Rate Watch - Basic + Google,Gadgets + + + + + CramerholicHeadlinesGadget + Cramerholic Headlines + Google Gadgets: Cramerholic Headlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cramerholic Headlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://webninjainc.com/gadget/start.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://webninjainc.com/gadget/start.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cramerholic Headlines + Cramerholic Headlines + Google,Gadgets + + + + + LoanCalculator1Gadget + Loan Calculator + Google Gadgets: Loan Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Loan Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.abgcomp.co.uk/gadgets/loan_calculator.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.abgcomp.co.uk/gadgets/loan_calculator.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Loan Calculator + Loan Calculator + Google,Gadgets + + + + + SecondLifeEconomyGadget + Second Life Economy + Google Gadgets: Second Life Economy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Second Life Economy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.counttheworld.com/gadgets/ldollars.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.counttheworld.com/gadgets/ldollars.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Second Life Economy + Second Life Economy + Google,Gadgets + + + + + CoinpriceinformationGadget + Coin price information. + Google Gadgets: Coin price information. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Coin price information. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://coin.blixenkrone.com/my/gadgets/coinauc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://coin.blixenkrone.com/my/gadgets/coinauc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Coin price information. + Coin price information. + Google,Gadgets + + + + + AIREconomicEventsCalendarGadget + AIR - Economic Events Calendar + Google Gadgets: AIR - Economic Events Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AIR - Economic Events Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.appliedinvestmentresearch.com/air_mods/calendar/air_calendar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.appliedinvestmentresearch.com/air_mods/calendar/air_calendar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AIR - Economic Events Calendar + AIR - Economic Events Calendar + Google,Gadgets + + + + + PersonalFinanceBlogSearchGadget + Personal Finance Blog Search + Google Gadgets: Personal Finance Blog Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Personal Finance Blog Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010911282418697221076/cse/i2hdhrumoj8/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010911282418697221076/cse/i2hdhrumoj8/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Personal Finance Blog Search + Personal Finance Blog Search + Google,Gadgets + + + + + BusinessDictionaryGadget + Business Dictionary + Google Gadgets: Business Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Business Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.businessdictionary.com/gadget.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.businessdictionary.com/gadget.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Business Dictionary + Business Dictionary + Google,Gadgets + + + + + InteractievewisselkoersenGadget + Interactieve wisselkoersen + Google Gadgets: Interactieve wisselkoersen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Interactieve wisselkoersen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://money.technetium.be/google_interactive.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://money.technetium.be/google_interactive.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Interactieve wisselkoersen + Interactieve wisselkoersen + Google,Gadgets + + + + + FinanceWikiGadget + FinanceWiki + Google Gadgets: FinanceWiki Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FinanceWiki + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.isb.unizh.ch/financewiki/finance.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.isb.unizh.ch/financewiki/finance.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FinanceWiki + FinanceWiki + Google,Gadgets + + + + + FranchisingNetworkGadget + Franchising Network + Google Gadgets: Franchising Network Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Franchising Network + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.franchising-network.de/feed.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.franchising-network.de/feed.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Franchising Network + Franchising Network + Google,Gadgets + + + + + GoogleFinanceSectorSummaryGadget + Google Finance Sector Summary + Google Gadgets: Google Finance Sector Summary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Finance Sector Summary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.kodey.com/modules/google_sector_summary.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.kodey.com/modules/google_sector_summary.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Finance Sector Summary + Google Finance Sector Summary + Google,Gadgets + + + + + FreeForeclosureSearchGadget + Free Foreclosure Search + Google Gadgets: Free Foreclosure Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Foreclosure Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.netremote.com/rss/foreclosure.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.netremote.com/rss/foreclosure.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Foreclosure Search + Free Foreclosure Search + Google,Gadgets + + + + + NYMEXMarketDataGadget + NYMEX Market Data + Google Gadgets: NYMEX Market Data Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NYMEX Market Data + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mylinuxisp.com/~blawrence/NYMEX.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mylinuxisp.com/~blawrence/NYMEX.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NYMEX Market Data + NYMEX Market Data + Google,Gadgets + + + + + GoogleFinanceMarketSummaryGadget + Google Finance Market Summary + Google Gadgets: Google Finance Market Summary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Finance Market Summary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.kodey.com/modules/google_market_summary.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.kodey.com/modules/google_market_summary.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Finance Market Summary + Google Finance Market Summary + Google,Gadgets + + + + + MortgageRateWatchbyQuickenLoansGadget + Mortgage Rate Watch by Quicken Loans + Google Gadgets: Mortgage Rate Watch by Quicken Loans Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch by Quicken Loans + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.quickenloans.com/media/xml/ql/rateWatch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.quickenloans.com/media/xml/ql/rateWatch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch by Quicken Loans + Mortgage Rate Watch by Quicken Loans + Google,Gadgets + + + + + MortgageRateWatchDetailed1Gadget + Mortgage Rate Watch - Detailed + Google Gadgets: Mortgage Rate Watch - Detailed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch - Detailed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/mrw3.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://andavan.googlepages.com/mrw3.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch - Detailed + Mortgage Rate Watch - Detailed + Google,Gadgets + + + + + MoneyandFinanceTipoftheDayGadget + Money and Finance Tip of the Day + Google Gadgets: Money and Finance Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Money and Finance Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/money/finance-money-tips.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/money/finance-money-tips.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Money and Finance Tip of the Day + Money and Finance Tip of the Day + Google,Gadgets + + + + + CrudeOilWatch11Gadget + Crude Oil Watch 1.1 + Google Gadgets: Crude Oil Watch 1.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crude Oil Watch 1.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1008324/1104166718592086295&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/a/1008324/1104166718592086295 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crude Oil Watch 1.1 + Crude Oil Watch 1.1 + Google,Gadgets + + + + + MortgagePaymentCalculatorGadget + Mortgage Payment Calculator + Google Gadgets: Mortgage Payment Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Payment Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/MRW5.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://andavan.googlepages.com/MRW5.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Payment Calculator + Mortgage Payment Calculator + Google,Gadgets + + + + + StocksMakingtheNewsGadget + Stocks Making the News + Google Gadgets: Stocks Making the News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stocks Making the News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.financialrealtime.com/scgoog.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.financialrealtime.com/scgoog.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stocks Making the News + Stocks Making the News + Google,Gadgets + + + + + MortgageRateWatchGadget + Mortgage Rate Watch + Google Gadgets: Mortgage Rate Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/RateWatch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://andavan.googlepages.com/RateWatch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch + Mortgage Rate Watch + Google,Gadgets + + + + + USGlobalInvestors39InvestorAlertGadget + U.S. Global Investors' Investor Alert + Google Gadgets: U.S. Global Investors' Investor Alert Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + U.S. Global Investors' Investor Alert + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.usfunds.com/alert/index.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.usfunds.com/alert/index.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + U.S. Global Investors' Investor Alert + U.S. Global Investors' Investor Alert + Google,Gadgets + + + + + MyWayTheEntrepreneurNetworkGadget + My Way, The Entrepreneur Network + Google Gadgets: My Way, The Entrepreneur Network Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Way, The Entrepreneur Network + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007128276799695000480/cse/1diwjra87ho/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/007128276799695000480/cse/1diwjra87ho/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Way, The Entrepreneur Network + My Way, The Entrepreneur Network + Google,Gadgets + + + + + UnitedStatesNationalDebtClockGadget + United States National Debt Clock + Google Gadgets: United States National Debt Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + United States National Debt Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://buenavistastudios.com/bvs/toolbox/xml/debt.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://buenavistastudios.com/bvs/toolbox/xml/debt.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + United States National Debt Clock + United States National Debt Clock + Google,Gadgets + + + + + OnlinepctradingInetdataGadget + Onlinepctrading (Inet data) + Google Gadgets: Onlinepctrading (Inet data) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Onlinepctrading (Inet data) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.onlinepctrading.com/widget/realtimequote.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.onlinepctrading.com/widget/realtimequote.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Onlinepctrading (Inet data) + Onlinepctrading (Inet data) + Google,Gadgets + + + + + ProsperWatchGadget + Prosper Watch + Google Gadgets: Prosper Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Prosper Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.matthewpaulmoore.com/google/ig/ProsperWatch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.matthewpaulmoore.com/google/ig/ProsperWatch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Prosper Watch + Prosper Watch + Google,Gadgets + + + + + Investolution40dayForecastDowJonesGadget + Investolution 40 day Forecast: DowJones + Google Gadgets: Investolution 40 day Forecast: DowJones Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Investolution 40 day Forecast: DowJones + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/DowJones_forecast.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investolution.com/feeds/DowJones_forecast.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Investolution 40 day Forecast: DowJones + Investolution 40 day Forecast: DowJones + Google,Gadgets + + + + + MortgagePaymentComparisonCalculatorbyBizCalcscomGadget + Mortgage Payment Comparison Calculator by BizCalcs.com + Google Gadgets: Mortgage Payment Comparison Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Payment Comparison Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/compare-mortgage-payments.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/gg/compare-mortgage-payments.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Payment Comparison Calculator by BizCalcs.com + Mortgage Payment Comparison Calculator by BizCalcs.com + Google,Gadgets + + + + + CuriousCatInvestingandEconomicsSearchGadget + Curious Cat Investing and Economics Search + Google Gadgets: Curious Cat Investing and Economics Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Curious Cat Investing and Economics Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002278424765197393586/cse/h357tvljti4/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002278424765197393586/cse/h357tvljti4/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Curious Cat Investing and Economics Search + Curious Cat Investing and Economics Search + Google,Gadgets + + + + + Investolution40dayForecastNYSEGadget + Investolution 40 day Forecast: NYSE + Google Gadgets: Investolution 40 day Forecast: NYSE Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Investolution 40 day Forecast: NYSE + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/NYSE_forecast.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investolution.com/feeds/NYSE_forecast.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Investolution 40 day Forecast: NYSE + Investolution 40 day Forecast: NYSE + Google,Gadgets + + + + + ISESentimentIndexISEEGadget + ISE Sentiment Index (ISEE) + Google Gadgets: ISE Sentiment Index (ISEE) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ISE Sentiment Index (ISEE) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.iseoptions.com/isee_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.iseoptions.com/isee_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ISE Sentiment Index (ISEE) + ISE Sentiment Index (ISEE) + Google,Gadgets + + + + + ARMMaximumPossiblePayoutComparisonCalculatorGoldStarLendingGadget + ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending + Google Gadgets: ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/arm_max_payout_comp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/arm_max_payout_comp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending + ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending + Google,Gadgets + + + + + BalancetoLimitRatioCalculatorGoldStarLendingGadget + Balance to Limit Ratio Calculator - Gold Star Lending + Google Gadgets: Balance to Limit Ratio Calculator - Gold Star Lending Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Balance to Limit Ratio Calculator - Gold Star Lending + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/balance_to_limit_ratio.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/balance_to_limit_ratio.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Balance to Limit Ratio Calculator - Gold Star Lending + Balance to Limit Ratio Calculator - Gold Star Lending + Google,Gadgets + + + + + DILAWRIManagementTipsGadget + DILAWRI ? Management Tips + Google Gadgets: DILAWRI ? Management Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DILAWRI ? Management Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.dilawri.com/gadgets/dilawri.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.dilawri.com/gadgets/dilawri.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DILAWRI ? Management Tips + DILAWRI ? Management Tips + Google,Gadgets + + + + + CCBalanceToLimitRatioCalculatorbyBizCalcscomGadget + CC Balance To Limit Ratio Calculator by BizCalcs.com + Google Gadgets: CC Balance To Limit Ratio Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CC Balance To Limit Ratio Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/balance-to-limit-ratio.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/gg/balance-to-limit-ratio.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CC Balance To Limit Ratio Calculator by BizCalcs.com + CC Balance To Limit Ratio Calculator by BizCalcs.com + Google,Gadgets + + + + + CommoditiesMarket1Gadget + Commodities Market + Google Gadgets: Commodities Market Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Commodities Market + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlewidgets.net/commodities/commodities.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlewidgets.net/commodities/commodities.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Commodities Market + Commodities Market + Google,Gadgets + + + + + CondoListingGadget + Condo Listing + Google Gadgets: Condo Listing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Condo Listing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://wli.proj.googlepages.com/GetDataLiveParamLive2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://wli.proj.googlepages.com/GetDataLiveParamLive2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Condo Listing + Condo Listing + Google,Gadgets + + + + + StockTickerGadget + Stock Ticker + Google Gadgets: Stock Ticker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stock Ticker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/z202.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://padmanijain.googlepages.com/z202.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stock Ticker + Stock Ticker + Google,Gadgets + + + + + TippingMonkeyKingoftheHillGadget + Tipping Monkey King-of-the-Hill + Google Gadgets: Tipping Monkey King-of-the-Hill Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tipping Monkey King-of-the-Hill + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tippingmonkey.com/apps/widget.aspx%3Fmode%3Dgoogle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tippingmonkey.com/apps/widget.aspx%3Fmode%3Dgoogle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tipping Monkey King-of-the-Hill + Tipping Monkey King-of-the-Hill + Google,Gadgets + + + + + CogStreamTechnologyDemoGadget + CogStream? Technology Demo + Google Gadgets: CogStream? Technology Demo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CogStream? Technology Demo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cognethos.com/cognethos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cognethos.com/cognethos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CogStream? Technology Demo + CogStream? Technology Demo + Google,Gadgets + + + + + iNVESTORFACTSWhrungsRechnerGadget + iNVESTOR-FACTS W?hrungs-Rechner + Google Gadgets: iNVESTOR-FACTS W?hrungs-Rechner Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS W?hrungs-Rechner + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_waehrungsrechner.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investor-facts.de/anzeige/google_waehrungsrechner.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS W?hrungs-Rechner + iNVESTOR-FACTS W?hrungs-Rechner + Google,Gadgets + + + + + EconomicsSearchEngineGadget + Economics Search Engine + Google Gadgets: Economics Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Economics Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018123512344280340302/cse/tqa4kiqukzs/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/018123512344280340302/cse/tqa4kiqukzs/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Economics Search Engine + Economics Search Engine + Google,Gadgets + + + + + DebtEliminationSchedulerbyBizCalcscomGadget + Debt Elimination Scheduler by BizCalcs.com + Google Gadgets: Debt Elimination Scheduler by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Debt Elimination Scheduler by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Debt-Elimination.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/GG/Debt-Elimination.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Debt Elimination Scheduler by BizCalcs.com + Debt Elimination Scheduler by BizCalcs.com + Google,Gadgets + + + + + CreditCardEqualPaymentCalculatorbyBizCalcscomGadget + Credit Card Equal Payment Calculator by BizCalcs.com + Google Gadgets: Credit Card Equal Payment Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Credit Card Equal Payment Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/credit-card-equal-payment.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/gg/credit-card-equal-payment.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Credit Card Equal Payment Calculator by BizCalcs.com + Credit Card Equal Payment Calculator by BizCalcs.com + Google,Gadgets + + + + + Investolution40dayForecastNasdaqGadget + Investolution 40 day Forecast: Nasdaq + Google Gadgets: Investolution 40 day Forecast: Nasdaq Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Investolution 40 day Forecast: Nasdaq + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/Nasdaq_forecast.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investolution.com/feeds/Nasdaq_forecast.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Investolution 40 day Forecast: Nasdaq + Investolution 40 day Forecast: Nasdaq + Google,Gadgets + + + + + BeautyTipoftheDayGadget + Beauty Tip of the Day + Google Gadgets: Beauty Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beauty Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/ramsey.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://radgadget.googlepages.com/ramsey.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beauty Tip of the Day + Beauty Tip of the Day + Google,Gadgets + + + + + iNVESTORFACTSGewinnerVerliererGadget + iNVESTOR-FACTS Gewinner / Verlierer + Google Gadgets: iNVESTOR-FACTS Gewinner / Verlierer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS Gewinner / Verlierer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_topflop.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investor-facts.de/anzeige/google_topflop.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS Gewinner / Verlierer + iNVESTOR-FACTS Gewinner / Verlierer + Google,Gadgets + + + + + SECFilingscomFreeRealTimeSECFilingsGadget + SECFilings.com - Free Real-Time SEC Filings + Google Gadgets: SECFilings.com - Free Real-Time SEC Filings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SECFilings.com - Free Real-Time SEC Filings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.secfilings.com/google/gadget/ticker_5.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.secfilings.com/google/gadget/ticker_5.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SECFilings.com - Free Real-Time SEC Filings + SECFilings.com - Free Real-Time SEC Filings + Google,Gadgets + + + + + SmallBusinessGadget + Small Business + Google Gadgets: Small Business Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Small Business + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017551094105926504152/cse/small_business_cse/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/017551094105926504152/cse/small_business_cse/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Small Business + Small Business + Google,Gadgets + + + + + LeaseMileageCalculatorGadget + Lease Mileage Calculator + Google Gadgets: Lease Mileage Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lease Mileage Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/lease_mileage.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/lease_mileage.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lease Mileage Calculator + Lease Mileage Calculator + Google,Gadgets + + + + + CompareAutoPaymentsCalculatorbyBizCalcscomGadget + Compare Auto Payments Calculator by BizCalcs.com + Google Gadgets: Compare Auto Payments Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Compare Auto Payments Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Compare-Auto-Payments.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/GG/Compare-Auto-Payments.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Compare Auto Payments Calculator by BizCalcs.com + Compare Auto Payments Calculator by BizCalcs.com + Google,Gadgets + + + + + GoldStarLendingCalculatorCreditCardEqualPaymentsGadget + Gold Star Lending Calculator - Credit Card Equal Payments + Google Gadgets: Gold Star Lending Calculator - Credit Card Equal Payments Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gold Star Lending Calculator - Credit Card Equal Payments + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/compare_equal_mortgage_payments.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/compare_equal_mortgage_payments.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gold Star Lending Calculator - Credit Card Equal Payments + Gold Star Lending Calculator - Credit Card Equal Payments + Google,Gadgets + + + + + AustralianStockExchangeGadget + Australian Stock Exchange + Google Gadgets: Australian Stock Exchange Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Australian Stock Exchange + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://davidhong.id.au/public/google/asx.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://davidhong.id.au/public/google/asx.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Australian Stock Exchange + Australian Stock Exchange + Google,Gadgets + + + + + EXCELShortcutsGadget + EXCEL Shortcuts + Google Gadgets: EXCEL Shortcuts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EXCEL Shortcuts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/excel.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://nuzs.com/excel.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EXCEL Shortcuts + EXCEL Shortcuts + Google,Gadgets + + + + + Investolution40dayForecastDAXGadget + Investolution 40 day Forecast: DAX + Google Gadgets: Investolution 40 day Forecast: DAX Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Investolution 40 day Forecast: DAX + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/DAX_forecast.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investolution.com/feeds/DAX_forecast.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Investolution 40 day Forecast: DAX + Investolution 40 day Forecast: DAX + Google,Gadgets + + + + + AllFinancialMattersGadget + All Financial Matters + Google Gadgets: All Financial Matters Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + All Financial Matters + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://allfinancialmatters.com/AFMGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://allfinancialmatters.com/AFMGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + All Financial Matters + All Financial Matters + Google,Gadgets + + + + + LiveForexQuotesGadget + Live Forex Quotes + Google Gadgets: Live Forex Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Forex Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.fxuniversal.com/quotesgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.fxuniversal.com/quotesgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Forex Quotes + Live Forex Quotes + Google,Gadgets + + + + + AdjustableRateMortgageARMPaymentComparisonCalculatorbyBizCalcscomGadget + Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com + Google Gadgets: Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/compare-arms.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/gg/compare-arms.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com + Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com + Google,Gadgets + + + + + CrudeOilWatch111Gadget + Crude Oil Watch 1.1 + Google Gadgets: Crude Oil Watch 1.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crude Oil Watch 1.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://kevtech.googlepages.com/crudeoilwidget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://kevtech.googlepages.com/crudeoilwidget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crude Oil Watch 1.1 + Crude Oil Watch 1.1 + Google,Gadgets + + + + + AutoAffordabilityCalculatorbyBizCalcscomGadget + Auto Affordability Calculator by BizCalcs.com + Google Gadgets: Auto Affordability Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Affordability Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Auto-Affordability.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/GG/Auto-Affordability.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Affordability Calculator by BizCalcs.com + Auto Affordability Calculator by BizCalcs.com + Google,Gadgets + + + + + GlobalGiantsGadget + Global Giants + Google Gadgets: Global Giants Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Global Giants + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.globalgiants.com/GoogleGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.globalgiants.com/GoogleGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Global Giants + Global Giants + Google,Gadgets + + + + + MyTSPPortfolioGadget + My TSP Portfolio + Google Gadgets: My TSP Portfolio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My TSP Portfolio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mytspportfolio.googlepages.com/mytspportfolio.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mytspportfolio.googlepages.com/mytspportfolio.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My TSP Portfolio + My TSP Portfolio + Google,Gadgets + + + + + CurrencyRatesGadget + Currency Rates + Google Gadgets: Currency Rates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Currency Rates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.counttheworld.com/gadgets/currency_rates.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.counttheworld.com/gadgets/currency_rates.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Currency Rates + Currency Rates + Google,Gadgets + + + + + eFinancialAffiliatesGadget + e-Financial Affiliates + Google Gadgets: e-Financial Affiliates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + e-Financial Affiliates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.e-financialaffiliates.com/gmod/gmod.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.e-financialaffiliates.com/gmod/gmod.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + e-Financial Affiliates + e-Financial Affiliates + Google,Gadgets + + + + + MarketataGlanceGadget + Market at a Glance + Google Gadgets: Market at a Glance Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Market at a Glance + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://stockcharts.com/minichart_goog_module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://stockcharts.com/minichart_goog_module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Market at a Glance + Market at a Glance + Google,Gadgets + + + + + CurrencyCalculatorIDCMS1Gadget + Currency Calculator IDCMS + Google Gadgets: Currency Calculator IDCMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Currency Calculator IDCMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.idc-ms.net/gadgets/currency.html&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.idc-ms.net/gadgets/currency.html + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Currency Calculator IDCMS + Currency Calculator IDCMS + Google,Gadgets + + + + + QUICKBOOKSShortcutsGadget + QUICKBOOKS Shortcuts + Google Gadgets: QUICKBOOKS Shortcuts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + QUICKBOOKS Shortcuts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/quickbooks.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://nuzs.com/quickbooks.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + QUICKBOOKS Shortcuts + QUICKBOOKS Shortcuts + Google,Gadgets + + + + + StockquotesfromGoogleandYahooGadget + Stock quotes from Google and Yahoo + Google Gadgets: Stock quotes from Google and Yahoo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stock quotes from Google and Yahoo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://s90030523.onlinehome.us/test.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://s90030523.onlinehome.us/test.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stock quotes from Google and Yahoo + Stock quotes from Google and Yahoo + Google,Gadgets + + + + + BuxferTrackYourMoneyGadget + Buxfer: Track Your Money + Google Gadgets: Buxfer: Track Your Money Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buxfer: Track Your Money + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.buxfer.com/public/buxfer-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.buxfer.com/public/buxfer-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buxfer: Track Your Money + Buxfer: Track Your Money + Google,Gadgets + + + + + SalesTechnologyGadget + Sales Technology + Google Gadgets: Sales Technology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sales Technology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://vantage-enterprises.com/ST_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://vantage-enterprises.com/ST_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sales Technology + Sales Technology + Google,Gadgets + + + + + KIESKEURIGKoopgidsGadget + KIESKEURIG Koopgids + Google Gadgets: KIESKEURIG Koopgids Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + KIESKEURIG Koopgids + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://images.kieskeurig.nl/images/googlegadgets/kieskeurigsearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://images.kieskeurig.nl/images/googlegadgets/kieskeurigsearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + KIESKEURIG Koopgids + KIESKEURIG Koopgids + Google,Gadgets + + + + + iNVESTORFACTSBrsenZeitungGadget + iNVESTOR-FACTS - B?rsen-Zeitung + Google Gadgets: iNVESTOR-FACTS - B?rsen-Zeitung Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS - B?rsen-Zeitung + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_bz.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investor-facts.de/anzeige/google_bz.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS - B?rsen-Zeitung + iNVESTOR-FACTS - B?rsen-Zeitung + Google,Gadgets + + + + + DvizKurueviricisiGadget + D?viz Kuru ?eviricisi + Google Gadgets: D?viz Kuru ?eviricisi Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + D?viz Kuru ?eviricisi + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/doviz.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/doviz.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + D?viz Kuru ?eviricisi + D?viz Kuru ?eviricisi + Google,Gadgets + + + + + starttradingdeGadget + start-trading.de + Google Gadgets: start-trading.de Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + start-trading.de + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.start-trading.de/start-trading-signal.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.start-trading.de/start-trading-signal.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + start-trading.de + start-trading.de + Google,Gadgets + + + + + CursuriGadget + Cursuri + Google Gadgets: Cursuri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cursuri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://infovalutar.ro/gadBNR.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://infovalutar.ro/gadBNR.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cursuri + Cursuri + Google,Gadgets + + + + + iNVESTORFACTSKurssucheGadget + iNVESTOR-FACTS Kurssuche + Google Gadgets: iNVESTOR-FACTS Kurssuche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS Kurssuche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_kurssuche.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investor-facts.de/anzeige/google_kurssuche.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS Kurssuche + iNVESTOR-FACTS Kurssuche + Google,Gadgets + + + + + BolsaPHPGadget + BolsaPHP + Google Gadgets: BolsaPHP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BolsaPHP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://bolsaphp.sukiweb.net/bolsaphp-google-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://bolsaphp.sukiweb.net/bolsaphp-google-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BolsaPHP + BolsaPHP + Google,Gadgets + + + + + IBOVIntradayGadget + IBOV Intraday + Google Gadgets: IBOV Intraday Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IBOV Intraday + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://igmodulos.googlepages.com/intraday.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://igmodulos.googlepages.com/intraday.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IBOV Intraday + IBOV Intraday + Google,Gadgets + + + + + JornalismoGadget + Jornalismo + Google Gadgets: Jornalismo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jornalismo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://band.com.br/rss/gadgets/jornalismo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://band.com.br/rss/gadgets/jornalismo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jornalismo + Jornalismo + Google,Gadgets + + + + + 24hrRussianRubleGadget + 24hr Russian Ruble + Google Gadgets: 24hr Russian Ruble Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24hr Russian Ruble + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jack.palmadesso.googlepages.com/LiveRUB.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jack.palmadesso.googlepages.com/LiveRUB.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24hr Russian Ruble + 24hr Russian Ruble + Google,Gadgets + + + + + iNVESTORFACTSMarktbilderGadget + iNVESTOR-FACTS Marktbilder + Google Gadgets: iNVESTOR-FACTS Marktbilder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS Marktbilder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_marktbilder.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investor-facts.de/anzeige/google_marktbilder.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS Marktbilder + iNVESTOR-FACTS Marktbilder + Google,Gadgets + + + + + iNVESTORFACTSindividuelleMeldungenGadget + iNVESTOR-FACTS individuelle Meldungen + Google Gadgets: iNVESTOR-FACTS individuelle Meldungen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS individuelle Meldungen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_rss_ind.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investor-facts.de/anzeige/google_rss_ind.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS individuelle Meldungen + iNVESTOR-FACTS individuelle Meldungen + Google,Gadgets + + + + + 24hrYenGadget + 24hr Yen + Google Gadgets: 24hr Yen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24hr Yen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jack.palmadesso.googlepages.com/LiveYEN.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jack.palmadesso.googlepages.com/LiveYEN.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24hr Yen + 24hr Yen + Google,Gadgets + + + + + CgkeresGadget + C?gkeres + Google Gadgets: C?gkeres Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + C?gkeres + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.kozuleti.com/kozuleti.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.kozuleti.com/kozuleti.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + C?gkeres + C?gkeres + Google,Gadgets + + + + + 24hrEuroGadget + 24hr Euro + Google Gadgets: 24hr Euro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24hr Euro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jack.palmadesso.googlepages.com/LiveEUR.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jack.palmadesso.googlepages.com/LiveEUR.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24hr Euro + 24hr Euro + Google,Gadgets + + + + + FINsearchGadget + FINsearch + Google Gadgets: FINsearch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FINsearch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://glebbeek.googlepages.com/finsearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://glebbeek.googlepages.com/finsearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FINsearch + FINsearch + Google,Gadgets + + + + + DvizveBorsaVerileriGadget + D?viz ve Borsa Verileri + Google Gadgets: D?viz ve Borsa Verileri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + D?viz ve Borsa Verileri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/piyasa.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/piyasa.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + D?viz ve Borsa Verileri + D?viz ve Borsa Verileri + Google,Gadgets + + + + + PostbankNieuwsenActiesGadget + Postbank Nieuws en Acties + Google Gadgets: Postbank Nieuws en Acties Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Postbank Nieuws en Acties + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.demo-center.nl/gadgets/Postbank.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.demo-center.nl/gadgets/Postbank.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Postbank Nieuws en Acties + Postbank Nieuws en Acties + Google,Gadgets + + + + + PrijsvergelijkzoekenGadget + Prijsvergelijk: zoeken + Google Gadgets: Prijsvergelijk: zoeken Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Prijsvergelijk: zoeken + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.prijsvergelijk.nl/partners/google/prijsvergelijk.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.prijsvergelijk.nl/partners/google/prijsvergelijk.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Prijsvergelijk: zoeken + Prijsvergelijk: zoeken + Google,Gadgets + + + + + CalcolocostoorariodellavoroGadget + Calcolo costo orario del lavoro + Google Gadgets: Calcolo costo orario del lavoro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Calcolo costo orario del lavoro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.myperfetto.it/googlegadget/perfetto.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.myperfetto.it/googlegadget/perfetto.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Calcolo costo orario del lavoro + Calcolo costo orario del lavoro + Google,Gadgets + + + + + iNVESTORFACTSIPOGadget + iNVESTOR-FACTS IPO + Google Gadgets: iNVESTOR-FACTS IPO Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS IPO + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_ipo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investor-facts.de/anzeige/google_ipo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS IPO + iNVESTOR-FACTS IPO + Google,Gadgets + + + + + LouvreGestionGadget + Louvre Gestion + Google Gadgets: Louvre Gestion Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Louvre Gestion + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hsbcprivatebankfrance.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hsbcprivatebankfrance.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Louvre Gestion + Louvre Gestion + Google,Gadgets + + + + + IndicesBovespaGadget + Indices Bovespa + Google Gadgets: Indices Bovespa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Indices Bovespa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://paulo.apoloni.googlepages.com/bovespa.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://paulo.apoloni.googlepages.com/bovespa.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Indices Bovespa + Indices Bovespa + Google,Gadgets + + + + + zertifikatesuchedeGadget + zertifikatesuche.de + Google Gadgets: zertifikatesuche.de Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + zertifikatesuche.de + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zertifikatesuche.de/data/google_gadget.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zertifikatesuche.de/data/google_gadget.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + zertifikatesuche.de + zertifikatesuche.de + Google,Gadgets + + + + + WallStreetcelmaicititcotidianonlinedebusinessdinRomaniaGadget + Wall-Street ? cel mai citit cotidian online de business din Romania + Google Gadgets: Wall-Street ? cel mai citit cotidian online de business din Romania Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wall-Street ? cel mai citit cotidian online de business din Romania + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wall-street.ro/wsg_main.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wall-street.ro/wsg_main.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wall-Street ? cel mai citit cotidian online de business din Romania + Wall-Street ? cel mai citit cotidian online de business din Romania + Google,Gadgets + + + + + MAPFREGadget + MAPFRE + Google Gadgets: MAPFRE Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MAPFRE + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mapfre.com/gadget/imapfre.txt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mapfre.com/gadget/imapfre.txt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MAPFRE + MAPFRE + Google,Gadgets + + + + + ContabilitOnlineGadget + Contabilit?Online + Google Gadgets: Contabilit?Online Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Contabilit?Online + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://servizio.contabilitaonline.sm/ConlineGdg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://servizio.contabilitaonline.sm/ConlineGdg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Contabilit?Online + Contabilit?Online + Google,Gadgets + + + + + BovespaGadget + Bovespa + Google Gadgets: Bovespa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bovespa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://igmodulos.googlepages.com/bovespa.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://igmodulos.googlepages.com/bovespa.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bovespa + Bovespa + Google,Gadgets + + + + + iNVESTORFACTSFinanzmarktkalenderGadget + iNVESTOR-FACTS Finanzmarktkalender + Google Gadgets: iNVESTOR-FACTS Finanzmarktkalender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS Finanzmarktkalender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_finanzmarktkalender.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investor-facts.de/anzeige/google_finanzmarktkalender.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS Finanzmarktkalender + iNVESTOR-FACTS Finanzmarktkalender + Google,Gadgets + + + + + KIESKEURIGKoopgids1Gadget + KIESKEURIG Koopgids + Google Gadgets: KIESKEURIG Koopgids Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + KIESKEURIG Koopgids + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://images.kieskeurig.nl/images/googlegadgets/kk_fullsearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://images.kieskeurig.nl/images/googlegadgets/kk_fullsearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + KIESKEURIG Koopgids + KIESKEURIG Koopgids + Google,Gadgets + + + + + IndicesBovespa1Gadget + Indices Bovespa + Google Gadgets: Indices Bovespa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Indices Bovespa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.apoloni.com.br/gadgets/bovespa.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.apoloni.com.br/gadgets/bovespa.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Indices Bovespa + Indices Bovespa + Google,Gadgets + + + + + FinanzenGadget + Finanzen + Google Gadgets: Finanzen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Finanzen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geld-und-recht.de/dateien/gadget_suche.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geld-und-recht.de/dateien/gadget_suche.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Finanzen + Finanzen + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-finance-ja/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-finance-ja/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-finance-ja/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-finance-ja + war + 0.3 + Google Gadgets Finance For Japanese Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-finance-ja + + Property changes on: googlegadgets/trunk/googlegadgets-finance-ja/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,4214 @@ + + + + + + InteractievewisselkoersenGadget + Interactieve wisselkoersen + Google Gadgets: Interactieve wisselkoersen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Interactieve wisselkoersen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Interactieve wisselkoersen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Interactieve wisselkoersen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Interactieve wisselkoersen + Interactieve wisselkoersen + Google,Gadgets + + + + + StockChartGadget + StockChart + Google Gadgets: StockChart Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + StockChart + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=StockChart&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=StockChart + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + StockChart + StockChart + Google,Gadgets + + + + + LoanCalculatorGadget + Loan Calculator + Google Gadgets: Loan Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Loan Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Loan Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Loan Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Loan Calculator + Loan Calculator + Google,Gadgets + + + + + MortgageRateWatchBasicGadget + Mortgage Rate Watch - Basic + Google Gadgets: Mortgage Rate Watch - Basic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch - Basic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage Rate Watch - Basic&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage Rate Watch - Basic + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch - Basic + Mortgage Rate Watch - Basic + Google,Gadgets + + + + + KIESKEURIGKoopgidsGadget + KIESKEURIG Koopgids + Google Gadgets: KIESKEURIG Koopgids Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + KIESKEURIG Koopgids + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=KIESKEURIG Koopgids&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=KIESKEURIG Koopgids + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + KIESKEURIG Koopgids + KIESKEURIG Koopgids + Google,Gadgets + + + + + ProsperWatchGadget + Prosper Watch + Google Gadgets: Prosper Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Prosper Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Prosper Watch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Prosper Watch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Prosper Watch + Prosper Watch + Google,Gadgets + + + + + Investolution40dayForecastDowJonesGadget + Investolution 40 day Forecast: DowJones + Google Gadgets: Investolution 40 day Forecast: DowJones Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Investolution 40 day Forecast: DowJones + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Investolution 40 day Forecast: DowJones&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Investolution 40 day Forecast: DowJones + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Investolution 40 day Forecast: DowJones + Investolution 40 day Forecast: DowJones + Google,Gadgets + + + + + iNVESTORFACTSBrsenZeitungGadget + iNVESTOR-FACTS - B rsen-Zeitung + Google Gadgets: iNVESTOR-FACTS - B rsen-Zeitung Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS - B rsen-Zeitung + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iNVESTOR-FACTS - B rsen-Zeitung&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iNVESTOR-FACTS - B rsen-Zeitung + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS - B rsen-Zeitung + iNVESTOR-FACTS - B rsen-Zeitung + Google,Gadgets + + + + + MortgagePaymentComparisonCalculatorbyBizCalcscomGadget + Mortgage Payment Comparison Calculator by BizCalcs.com + Google Gadgets: Mortgage Payment Comparison Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Payment Comparison Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage Payment Comparison Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage Payment Comparison Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Payment Comparison Calculator by BizCalcs.com + Mortgage Payment Comparison Calculator by BizCalcs.com + Google,Gadgets + + + + + LoanCalculator1Gadget + Loan Calculator + Google Gadgets: Loan Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Loan Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Loan Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Loan Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Loan Calculator + Loan Calculator + Google,Gadgets + + + + + FinanceWikiGadget + FinanceWiki + Google Gadgets: FinanceWiki Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FinanceWiki + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FinanceWiki&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FinanceWiki + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FinanceWiki + FinanceWiki + Google,Gadgets + + + + + DvizKurueviricisiGadget + D viz Kuru eviricisi + Google Gadgets: D viz Kuru eviricisi Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + D viz Kuru eviricisi + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=D viz Kuru eviricisi&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=D viz Kuru eviricisi + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + D viz Kuru eviricisi + D viz Kuru eviricisi + Google,Gadgets + + + + + CuriousCatInvestingandEconomicsSearchGadget + Curious Cat Investing and Economics Search + Google Gadgets: Curious Cat Investing and Economics Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Curious Cat Investing and Economics Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Curious Cat Investing and Economics Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Curious Cat Investing and Economics Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Curious Cat Investing and Economics Search + Curious Cat Investing and Economics Search + Google,Gadgets + + + + + UnitedStatesNationalDebtClockGadget + United States National Debt Clock + Google Gadgets: United States National Debt Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + United States National Debt Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=United States National Debt Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=United States National Debt Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + United States National Debt Clock + United States National Debt Clock + Google,Gadgets + + + + + AIREconomicEventsCalendarGadget + AIR - Economic Events Calendar + Google Gadgets: AIR - Economic Events Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AIR - Economic Events Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AIR - Economic Events Calendar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AIR - Economic Events Calendar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AIR - Economic Events Calendar + AIR - Economic Events Calendar + Google,Gadgets + + + + + Investolution40dayForecastNYSEGadget + Investolution 40 day Forecast: NYSE + Google Gadgets: Investolution 40 day Forecast: NYSE Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Investolution 40 day Forecast: NYSE + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Investolution 40 day Forecast: NYSE&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Investolution 40 day Forecast: NYSE + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Investolution 40 day Forecast: NYSE + Investolution 40 day Forecast: NYSE + Google,Gadgets + + + + + FranchisingNetworkGadget + Franchising Network + Google Gadgets: Franchising Network Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Franchising Network + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Franchising Network&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Franchising Network + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Franchising Network + Franchising Network + Google,Gadgets + + + + + ISESentimentIndexISEEGadget + ISE Sentiment Index (ISEE) + Google Gadgets: ISE Sentiment Index (ISEE) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ISE Sentiment Index (ISEE) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ISE Sentiment Index (ISEE)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ISE Sentiment Index (ISEE) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ISE Sentiment Index (ISEE) + ISE Sentiment Index (ISEE) + Google,Gadgets + + + + + USGlobalInvestors39InvestorAlertGadget + U.S. Global Investors' Investor Alert + Google Gadgets: U.S. Global Investors' Investor Alert Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + U.S. Global Investors' Investor Alert + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=U.S. Global Investors' Investor Alert&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=U.S. Global Investors' Investor Alert + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + U.S. Global Investors' Investor Alert + U.S. Global Investors' Investor Alert + Google,Gadgets + + + + + FusionChartsGoogleGadgetGadget + FusionCharts Google Gadget + Google Gadgets: FusionCharts Google Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FusionCharts Google Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FusionCharts Google Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FusionCharts Google Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FusionCharts Google Gadget + FusionCharts Google Gadget + Google,Gadgets + + + + + MortgageRateWatchDetailedGadget + Mortgage Rate Watch - Detailed + Google Gadgets: Mortgage Rate Watch - Detailed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch - Detailed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage Rate Watch - Detailed&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage Rate Watch - Detailed + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch - Detailed + Mortgage Rate Watch - Detailed + Google,Gadgets + + + + + ARMMaximumPossiblePayoutComparisonCalculatorGoldStarLendingGadget + ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending + Google Gadgets: ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending + ARM Maximum Possible Payout Comparison Calculator - Gold Star Lending + Google,Gadgets + + + + + starttradingdeGadget + start-trading.de + Google Gadgets: start-trading.de Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + start-trading.de + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=start-trading.de&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=start-trading.de + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + start-trading.de + start-trading.de + Google,Gadgets + + + + + SparklineStockChartsGadget + Sparkline Stock Charts + Google Gadgets: Sparkline Stock Charts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sparkline Stock Charts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sparkline Stock Charts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sparkline Stock Charts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sparkline Stock Charts + Sparkline Stock Charts + Google,Gadgets + + + + + CursuriGadget + Cursuri + Google Gadgets: Cursuri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cursuri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cursuri&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cursuri + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cursuri + Cursuri + Google,Gadgets + + + + + MoneyTipoftheDayGadget + Money Tip of the Day + Google Gadgets: Money Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Money Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Money Tip of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Money Tip of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Money Tip of the Day + Money Tip of the Day + Google,Gadgets + + + + + iNVESTORFACTSKurssucheGadget + iNVESTOR-FACTS Kurssuche + Google Gadgets: iNVESTOR-FACTS Kurssuche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS Kurssuche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iNVESTOR-FACTS Kurssuche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iNVESTOR-FACTS Kurssuche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS Kurssuche + iNVESTOR-FACTS Kurssuche + Google,Gadgets + + + + + FreeForeclosureSearchGadget + Free Foreclosure Search + Google Gadgets: Free Foreclosure Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Foreclosure Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Free Foreclosure Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Free Foreclosure Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Foreclosure Search + Free Foreclosure Search + Google,Gadgets + + + + + BalancetoLimitRatioCalculatorGoldStarLendingGadget + Balance to Limit Ratio Calculator - Gold Star Lending + Google Gadgets: Balance to Limit Ratio Calculator - Gold Star Lending Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Balance to Limit Ratio Calculator - Gold Star Lending + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Balance to Limit Ratio Calculator - Gold Star Lending&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Balance to Limit Ratio Calculator - Gold Star Lending + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Balance to Limit Ratio Calculator - Gold Star Lending + Balance to Limit Ratio Calculator - Gold Star Lending + Google,Gadgets + + + + + CurrencyConverterGadget + Currency Converter + Google Gadgets: Currency Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Currency Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Currency Converter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Currency Converter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Currency Converter + Currency Converter + Google,Gadgets + + + + + BolsaPHPGadget + BolsaPHP + Google Gadgets: BolsaPHP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BolsaPHP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BolsaPHP&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BolsaPHP + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BolsaPHP + BolsaPHP + Google,Gadgets + + + + + IBOVIntradayGadget + IBOV Intraday + Google Gadgets: IBOV Intraday Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IBOV Intraday + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IBOV Intraday&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IBOV Intraday + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IBOV Intraday + IBOV Intraday + Google,Gadgets + + + + + DILAWRIManagementTipsGadget + DILAWRI ? Management Tips + Google Gadgets: DILAWRI ? Management Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DILAWRI ? Management Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DILAWRI | Management Tips&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DILAWRI | Management Tips + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DILAWRI ? Management Tips + DILAWRI ? Management Tips + Google,Gadgets + + + + + MortgageRateWatchbyQuickenLoansGadget + Mortgage Rate Watch by Quicken Loans + Google Gadgets: Mortgage Rate Watch by Quicken Loans Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch by Quicken Loans + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage Rate Watch by Quicken Loans&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage Rate Watch by Quicken Loans + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch by Quicken Loans + Mortgage Rate Watch by Quicken Loans + Google,Gadgets + + + + + GoogleFinanceMarketSummaryGadget + Google Finance Market Summary + Google Gadgets: Google Finance Market Summary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Finance Market Summary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Finance Market Summary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Finance Market Summary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Finance Market Summary + Google Finance Market Summary + Google,Gadgets + + + + + CCBalanceToLimitRatioCalculatorbyBizCalcscomGadget + CC Balance To Limit Ratio Calculator by BizCalcs.com + Google Gadgets: CC Balance To Limit Ratio Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CC Balance To Limit Ratio Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CC Balance To Limit Ratio Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CC Balance To Limit Ratio Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CC Balance To Limit Ratio Calculator by BizCalcs.com + CC Balance To Limit Ratio Calculator by BizCalcs.com + Google,Gadgets + + + + + JornalismoGadget + Jornalismo + Google Gadgets: Jornalismo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jornalismo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jornalismo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jornalismo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jornalismo + Jornalismo + Google,Gadgets + + + + + FOREXtoolsfortradingcurrenciesGadget + FOREX tools for trading currencies + Google Gadgets: FOREX tools for trading currencies Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FOREX tools for trading currencies + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FOREX tools for trading currencies&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FOREX tools for trading currencies + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FOREX tools for trading currencies + FOREX tools for trading currencies + Google,Gadgets + + + + + CommoditiesMarketGadget + Commodities Market + Google Gadgets: Commodities Market Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Commodities Market + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Commodities Market&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Commodities Market + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Commodities Market + Commodities Market + Google,Gadgets + + + + + BusinessDictionaryGadget + Business Dictionary + Google Gadgets: Business Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Business Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Business Dictionary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Business Dictionary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Business Dictionary + Business Dictionary + Google,Gadgets + + + + + CondoListingGadget + Condo Listing + Google Gadgets: Condo Listing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Condo Listing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Condo Listing&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Condo Listing + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Condo Listing + Condo Listing + Google,Gadgets + + + + + CurrencyCalculatorIDCMSGadget + Currency Calculator IDCMS + Google Gadgets: Currency Calculator IDCMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Currency Calculator IDCMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Currency Calculator IDCMS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Currency Calculator IDCMS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Currency Calculator IDCMS + Currency Calculator IDCMS + Google,Gadgets + + + + + BombayStockExchangeBSEIndexGadget + Bombay Stock Exchange (BSE) Index + Google Gadgets: Bombay Stock Exchange (BSE) Index Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bombay Stock Exchange (BSE) Index + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bombay Stock Exchange (BSE) Index&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bombay Stock Exchange (BSE) Index + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bombay Stock Exchange (BSE) Index + Bombay Stock Exchange (BSE) Index + Google,Gadgets + + + + + StockTickerGadget + Stock Ticker + Google Gadgets: Stock Ticker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stock Ticker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Stock Ticker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Stock Ticker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stock Ticker + Stock Ticker + Google,Gadgets + + + + + 24hrRussianRubleGadget + 24hr Russian Ruble + Google Gadgets: 24hr Russian Ruble Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24hr Russian Ruble + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=24hr Russian Ruble&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=24hr Russian Ruble + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24hr Russian Ruble + 24hr Russian Ruble + Google,Gadgets + + + + + DebtEliminationCalculatorGoldStarLendingGadget + Debt Elimination Calculator - Gold Star Lending + Google Gadgets: Debt Elimination Calculator - Gold Star Lending Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Debt Elimination Calculator - Gold Star Lending + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Debt Elimination Calculator - Gold Star Lending&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Debt Elimination Calculator - Gold Star Lending + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Debt Elimination Calculator - Gold Star Lending + Debt Elimination Calculator - Gold Star Lending + Google,Gadgets + + + + + TippingMonkeyKingoftheHillGadget + Tipping Monkey King-of-the-Hill + Google Gadgets: Tipping Monkey King-of-the-Hill Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tipping Monkey King-of-the-Hill + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tipping Monkey King-of-the-Hill&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tipping Monkey King-of-the-Hill + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tipping Monkey King-of-the-Hill + Tipping Monkey King-of-the-Hill + Google,Gadgets + + + + + CogStreamTechnologyDemoGadget + CogStream Technology Demo + Google Gadgets: CogStream Technology Demo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CogStream Technology Demo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CogStream Technology Demo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CogStream Technology Demo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CogStream Technology Demo + CogStream Technology Demo + Google,Gadgets + + + + + StrategicallySpeakingGadget + Strategically Speaking + Google Gadgets: Strategically Speaking Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Strategically Speaking + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Strategically Speaking&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Strategically Speaking + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Strategically Speaking + Strategically Speaking + Google,Gadgets + + + + + iNVESTORFACTSMarktbilderGadget + iNVESTOR-FACTS Marktbilder + Google Gadgets: iNVESTOR-FACTS Marktbilder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS Marktbilder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iNVESTOR-FACTS Marktbilder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iNVESTOR-FACTS Marktbilder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS Marktbilder + iNVESTOR-FACTS Marktbilder + Google,Gadgets + + + + + iNVESTORFACTSindividuelleMeldungenGadget + iNVESTOR-FACTS individuelle Meldungen + Google Gadgets: iNVESTOR-FACTS individuelle Meldungen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS individuelle Meldungen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iNVESTOR-FACTS individuelle Meldungen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iNVESTOR-FACTS individuelle Meldungen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS individuelle Meldungen + iNVESTOR-FACTS individuelle Meldungen + Google,Gadgets + + + + + iNVESTORFACTSWhrungsRechnerGadget + iNVESTOR-FACTS W hrungs-Rechner + Google Gadgets: iNVESTOR-FACTS W hrungs-Rechner Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS W hrungs-Rechner + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iNVESTOR-FACTS W hrungs-Rechner&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iNVESTOR-FACTS W hrungs-Rechner + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS W hrungs-Rechner + iNVESTOR-FACTS W hrungs-Rechner + Google,Gadgets + + + + + MortgagePaymentCalculatorGadget + Mortgage Payment Calculator + Google Gadgets: Mortgage Payment Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Payment Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage Payment Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage Payment Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Payment Calculator + Mortgage Payment Calculator + Google,Gadgets + + + + + 24hrYenGadget + 24hr Yen + Google Gadgets: 24hr Yen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24hr Yen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=24hr Yen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=24hr Yen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24hr Yen + 24hr Yen + Google,Gadgets + + + + + CrudeOilWatch11Gadget + Crude Oil Watch 1.1 + Google Gadgets: Crude Oil Watch 1.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crude Oil Watch 1.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Crude Oil Watch 1.1&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Crude Oil Watch 1.1 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crude Oil Watch 1.1 + Crude Oil Watch 1.1 + Google,Gadgets + + + + + CgkeresGadget + C gkeres + Google Gadgets: C gkeres Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + C gkeres + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=C gkeres &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=C gkeres + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + C gkeres + C gkeres + Google,Gadgets + + + + + ICICIExchangeRateGadget + ICICI Exchange Rate + Google Gadgets: ICICI Exchange Rate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ICICI Exchange Rate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ICICI Exchange Rate&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ICICI Exchange Rate + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ICICI Exchange Rate + ICICI Exchange Rate + Google,Gadgets + + + + + AutoLeasevsLoanCalculatorGadget + Auto Lease vs Loan Calculator + Google Gadgets: Auto Lease vs Loan Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Lease vs Loan Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Lease vs Loan Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Lease vs Loan Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Lease vs Loan Calculator + Auto Lease vs Loan Calculator + Google,Gadgets + + + + + RealEstateGadget + Real Estate + Google Gadgets: Real Estate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Real Estate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Real Estate&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Real Estate + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Real Estate + Real Estate + Google,Gadgets + + + + + 24hrEuroGadget + 24hr Euro + Google Gadgets: 24hr Euro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24hr Euro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=24hr Euro&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=24hr Euro + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24hr Euro + 24hr Euro + Google,Gadgets + + + + + EconomicsSearchEngineGadget + Economics Search Engine + Google Gadgets: Economics Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Economics Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Economics Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Economics Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Economics Search Engine + Economics Search Engine + Google,Gadgets + + + + + StocksMakingtheNewsGadget + Stocks Making the News + Google Gadgets: Stocks Making the News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stocks Making the News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Stocks Making the News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Stocks Making the News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stocks Making the News + Stocks Making the News + Google,Gadgets + + + + + FINsearchGadget + FINsearch + Google Gadgets: FINsearch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FINsearch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FINsearch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FINsearch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FINsearch + FINsearch + Google,Gadgets + + + + + OnlinepctradingInetdataGadget + Onlinepctrading (Inet data) + Google Gadgets: Onlinepctrading (Inet data) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Onlinepctrading (Inet data) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Onlinepctrading (Inet data)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Onlinepctrading (Inet data) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Onlinepctrading (Inet data) + Onlinepctrading (Inet data) + Google,Gadgets + + + + + MortgageRateWatchGadget + Mortgage Rate Watch + Google Gadgets: Mortgage Rate Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage Rate Watch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage Rate Watch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch + Mortgage Rate Watch + Google,Gadgets + + + + + DebtEliminationSchedulerbyBizCalcscomGadget + Debt Elimination Scheduler by BizCalcs.com + Google Gadgets: Debt Elimination Scheduler by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Debt Elimination Scheduler by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Debt Elimination Scheduler by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Debt Elimination Scheduler by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Debt Elimination Scheduler by BizCalcs.com + Debt Elimination Scheduler by BizCalcs.com + Google,Gadgets + + + + + MortgageRateWatchDetailed1Gadget + Mortgage Rate Watch - Detailed + Google Gadgets: Mortgage Rate Watch - Detailed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch - Detailed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage Rate Watch - Detailed&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage Rate Watch - Detailed + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch - Detailed + Mortgage Rate Watch - Detailed + Google,Gadgets + + + + + CreditCardEqualPaymentCalculatorbyBizCalcscomGadget + Credit Card Equal Payment Calculator by BizCalcs.com + Google Gadgets: Credit Card Equal Payment Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Credit Card Equal Payment Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Credit Card Equal Payment Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Credit Card Equal Payment Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Credit Card Equal Payment Calculator by BizCalcs.com + Credit Card Equal Payment Calculator by BizCalcs.com + Google,Gadgets + + + + + Investolution40dayForecastNasdaqGadget + Investolution 40 day Forecast: Nasdaq + Google Gadgets: Investolution 40 day Forecast: Nasdaq Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Investolution 40 day Forecast: Nasdaq + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Investolution 40 day Forecast: Nasdaq&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Investolution 40 day Forecast: Nasdaq + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Investolution 40 day Forecast: Nasdaq + Investolution 40 day Forecast: Nasdaq + Google,Gadgets + + + + + DvizveBorsaVerileriGadget + D viz ve Borsa Verileri + Google Gadgets: D viz ve Borsa Verileri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + D viz ve Borsa Verileri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=D viz ve Borsa Verileri&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=D viz ve Borsa Verileri + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + D viz ve Borsa Verileri + D viz ve Borsa Verileri + Google,Gadgets + + + + + CramerholicHeadlinesGadget + Cramerholic Headlines + Google Gadgets: Cramerholic Headlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cramerholic Headlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cramerholic Headlines&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cramerholic Headlines + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cramerholic Headlines + Cramerholic Headlines + Google,Gadgets + + + + + BeautyTipoftheDayGadget + Beauty Tip of the Day + Google Gadgets: Beauty Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beauty Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Beauty Tip of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Beauty Tip of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beauty Tip of the Day + Beauty Tip of the Day + Google,Gadgets + + + + + iNVESTORFACTSGewinnerVerliererGadget + iNVESTOR-FACTS Gewinner / Verlierer + Google Gadgets: iNVESTOR-FACTS Gewinner / Verlierer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS Gewinner / Verlierer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iNVESTOR-FACTS Gewinner / Verlierer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iNVESTOR-FACTS Gewinner / Verlierer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS Gewinner / Verlierer + iNVESTOR-FACTS Gewinner / Verlierer + Google,Gadgets + + + + + PostbankNieuwsenActiesGadget + Postbank Nieuws en Acties + Google Gadgets: Postbank Nieuws en Acties Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Postbank Nieuws en Acties + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Postbank Nieuws en Acties&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Postbank Nieuws en Acties + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Postbank Nieuws en Acties + Postbank Nieuws en Acties + Google,Gadgets + + + + + MyWayTheEntrepreneurNetworkGadget + My Way, The Entrepreneur Network + Google Gadgets: My Way, The Entrepreneur Network Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Way, The Entrepreneur Network + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Way, The Entrepreneur Network&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Way, The Entrepreneur Network + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Way, The Entrepreneur Network + My Way, The Entrepreneur Network + Google,Gadgets + + + + + SECFilingscomFreeRealTimeSECFilingsGadget + SECFilings.com - Free Real-Time SEC Filings + Google Gadgets: SECFilings.com - Free Real-Time SEC Filings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SECFilings.com - Free Real-Time SEC Filings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SECFilings.com - Free Real-Time SEC Filings&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SECFilings.com - Free Real-Time SEC Filings + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SECFilings.com - Free Real-Time SEC Filings + SECFilings.com - Free Real-Time SEC Filings + Google,Gadgets + + + + + PrijsvergelijkzoekenGadget + Prijsvergelijk: zoeken + Google Gadgets: Prijsvergelijk: zoeken Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Prijsvergelijk: zoeken + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Prijsvergelijk: zoeken&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Prijsvergelijk: zoeken + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Prijsvergelijk: zoeken + Prijsvergelijk: zoeken + Google,Gadgets + + + + + CommoditiesMarket1Gadget + Commodities Market + Google Gadgets: Commodities Market Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Commodities Market + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Commodities Market&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Commodities Market + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Commodities Market + Commodities Market + Google,Gadgets + + + + + SmallBusinessGadget + Small Business + Google Gadgets: Small Business Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Small Business + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Small Business&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Small Business + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Small Business + Small Business + Google,Gadgets + + + + + CalcolocostoorariodellavoroGadget + Calcolo costo orario del lavoro + Google Gadgets: Calcolo costo orario del lavoro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Calcolo costo orario del lavoro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Calcolo costo orario del lavoro&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Calcolo costo orario del lavoro + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Calcolo costo orario del lavoro + Calcolo costo orario del lavoro + Google,Gadgets + + + + + iNVESTORFACTSIPOGadget + iNVESTOR-FACTS IPO + Google Gadgets: iNVESTOR-FACTS IPO Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS IPO + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iNVESTOR-FACTS IPO&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iNVESTOR-FACTS IPO + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS IPO + iNVESTOR-FACTS IPO + Google,Gadgets + + + + + StockMarketCountdownGadget + Stock Market Countdown + Google Gadgets: Stock Market Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stock Market Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Stock Market Countdown&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Stock Market Countdown + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stock Market Countdown + Stock Market Countdown + Google,Gadgets + + + + + LouvreGestionGadget + Louvre Gestion + Google Gadgets: Louvre Gestion Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Louvre Gestion + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Louvre Gestion&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Louvre Gestion + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Louvre Gestion + Louvre Gestion + Google,Gadgets + + + + + IndicesBovespaGadget + Indices Bovespa + Google Gadgets: Indices Bovespa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Indices Bovespa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Indices Bovespa&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Indices Bovespa + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Indices Bovespa + Indices Bovespa + Google,Gadgets + + + + + LeaseMileageCalculatorGadget + Lease Mileage Calculator + Google Gadgets: Lease Mileage Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lease Mileage Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lease Mileage Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lease Mileage Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lease Mileage Calculator + Lease Mileage Calculator + Google,Gadgets + + + + + StockQuoteGadget + StockQuote + Google Gadgets: StockQuote Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + StockQuote + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=StockQuote&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=StockQuote + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + StockQuote + StockQuote + Google,Gadgets + + + + + SavingsBondsGadget + Savings Bonds + Google Gadgets: Savings Bonds Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Savings Bonds + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Savings Bonds&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Savings Bonds + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Savings Bonds + Savings Bonds + Google,Gadgets + + + + + MoneysmartzBestSitesGadget + Moneysmartz Best Sites + Google Gadgets: Moneysmartz Best Sites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Moneysmartz Best Sites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Moneysmartz Best Sites&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Moneysmartz Best Sites + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Moneysmartz Best Sites + Moneysmartz Best Sites + Google,Gadgets + + + + + zertifikatesuchedeGadget + zertifikatesuche.de + Google Gadgets: zertifikatesuche.de Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + zertifikatesuche.de + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=zertifikatesuche.de&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=zertifikatesuche.de + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + zertifikatesuche.de + zertifikatesuche.de + Google,Gadgets + + + + + CompareAutoPaymentsCalculatorbyBizCalcscomGadget + Compare Auto Payments Calculator by BizCalcs.com + Google Gadgets: Compare Auto Payments Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Compare Auto Payments Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Compare Auto Payments Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Compare Auto Payments Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Compare Auto Payments Calculator by BizCalcs.com + Compare Auto Payments Calculator by BizCalcs.com + Google,Gadgets + + + + + GoldStarLendingCalculatorCreditCardEqualPaymentsGadget + Gold Star Lending Calculator - Credit Card Equal Payments + Google Gadgets: Gold Star Lending Calculator - Credit Card Equal Payments Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gold Star Lending Calculator - Credit Card Equal Payments + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gold Star Lending Calculator - Credit Card Equal Payments&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gold Star Lending Calculator - Credit Card Equal Payments + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gold Star Lending Calculator - Credit Card Equal Payments + Gold Star Lending Calculator - Credit Card Equal Payments + Google,Gadgets + + + + + AustralianStockExchangeGadget + Australian Stock Exchange + Google Gadgets: Australian Stock Exchange Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Australian Stock Exchange + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Australian Stock Exchange&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Australian Stock Exchange + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Australian Stock Exchange + Australian Stock Exchange + Google,Gadgets + + + + + EXCELShortcutsGadget + EXCEL Shortcuts + Google Gadgets: EXCEL Shortcuts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EXCEL Shortcuts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=EXCEL Shortcuts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=EXCEL Shortcuts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EXCEL Shortcuts + EXCEL Shortcuts + Google,Gadgets + + + + + WallStreetcelmaicititcotidianonlinedebusinessdinRomaniaGadget + Wall-Street cel mai citit cotidian online de business din Romania + Google Gadgets: Wall-Street cel mai citit cotidian online de business din Romania Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wall-Street cel mai citit cotidian online de business din Romania + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wall-Street cel mai citit cotidian online de business din Romania&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wall-Street cel mai citit cotidian online de business din Romania + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wall-Street cel mai citit cotidian online de business din Romania + Wall-Street cel mai citit cotidian online de business din Romania + Google,Gadgets + + + + + Investolution40dayForecastDAXGadget + Investolution 40 day Forecast: DAX + Google Gadgets: Investolution 40 day Forecast: DAX Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Investolution 40 day Forecast: DAX + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Investolution 40 day Forecast: DAX&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Investolution 40 day Forecast: DAX + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Investolution 40 day Forecast: DAX + Investolution 40 day Forecast: DAX + Google,Gadgets + + + + + AllFinancialMattersGadget + All Financial Matters + Google Gadgets: All Financial Matters Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + All Financial Matters + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=All Financial Matters&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=All Financial Matters + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + All Financial Matters + All Financial Matters + Google,Gadgets + + + + + LiveForexQuotesGadget + Live Forex Quotes + Google Gadgets: Live Forex Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Forex Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live Forex Quotes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live Forex Quotes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Forex Quotes + Live Forex Quotes + Google,Gadgets + + + + + AdjustableRateMortgageARMPaymentComparisonCalculatorbyBizCalcscomGadget + Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com + Google Gadgets: Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com + Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com + Google,Gadgets + + + + + MAPFREGadget + MAPFRE + Google Gadgets: MAPFRE Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MAPFRE + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MAPFRE&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MAPFRE + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MAPFRE + MAPFRE + Google,Gadgets + + + + + CrudeOilWatch111Gadget + Crude Oil Watch 1.1 + Google Gadgets: Crude Oil Watch 1.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crude Oil Watch 1.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Crude Oil Watch 1.1&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Crude Oil Watch 1.1 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crude Oil Watch 1.1 + Crude Oil Watch 1.1 + Google,Gadgets + + + + + SecondLifeEconomyGadget + Second Life Economy + Google Gadgets: Second Life Economy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Second Life Economy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Second Life Economy&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Second Life Economy + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Second Life Economy + Second Life Economy + Google,Gadgets + + + + + CoinpriceinformationGadget + Coin price information. + Google Gadgets: Coin price information. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Coin price information. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Coin price information.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Coin price information. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Coin price information. + Coin price information. + Google,Gadgets + + + + + AutoAffordabilityCalculatorbyBizCalcscomGadget + Auto Affordability Calculator by BizCalcs.com + Google Gadgets: Auto Affordability Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Affordability Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Affordability Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Affordability Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Affordability Calculator by BizCalcs.com + Auto Affordability Calculator by BizCalcs.com + Google,Gadgets + + + + + GlobalGiantsGadget + Global Giants + Google Gadgets: Global Giants Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Global Giants + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Global Giants&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Global Giants + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Global Giants + Global Giants + Google,Gadgets + + + + + StockPortfolioGadget + Stock Portfolio + Google Gadgets: Stock Portfolio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stock Portfolio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Stock Portfolio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Stock Portfolio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stock Portfolio + Stock Portfolio + Google,Gadgets + + + + + NYMEXMarketDataGadget + NYMEX Market Data + Google Gadgets: NYMEX Market Data Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NYMEX Market Data + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NYMEX Market Data&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NYMEX Market Data + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NYMEX Market Data + NYMEX Market Data + Google,Gadgets + + + + + MortgageAndRealEstateNewsGadget + Mortgage And Real Estate News + Google Gadgets: Mortgage And Real Estate News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage And Real Estate News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage And Real Estate News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage And Real Estate News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage And Real Estate News + Mortgage And Real Estate News + Google,Gadgets + + + + + ContabilitOnlineGadget + Contabilit Online + Google Gadgets: Contabilit Online Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Contabilit Online + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Contabilit Online&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Contabilit Online + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Contabilit Online + Contabilit Online + Google,Gadgets + + + + + BovespaGadget + Bovespa + Google Gadgets: Bovespa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bovespa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bovespa&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bovespa + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bovespa + Bovespa + Google,Gadgets + + + + + MyTSPPortfolioGadget + My TSP Portfolio + Google Gadgets: My TSP Portfolio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My TSP Portfolio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My TSP Portfolio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My TSP Portfolio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My TSP Portfolio + My TSP Portfolio + Google,Gadgets + + + + + PersonalFinanceBlogSearchGadget + Personal Finance Blog Search + Google Gadgets: Personal Finance Blog Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Personal Finance Blog Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Personal Finance Blog Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Personal Finance Blog Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Personal Finance Blog Search + Personal Finance Blog Search + Google,Gadgets + + + + + iNVESTORFACTSFinanzmarktkalenderGadget + iNVESTOR-FACTS Finanzmarktkalender + Google Gadgets: iNVESTOR-FACTS Finanzmarktkalender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS Finanzmarktkalender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iNVESTOR-FACTS Finanzmarktkalender&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iNVESTOR-FACTS Finanzmarktkalender + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS Finanzmarktkalender + iNVESTOR-FACTS Finanzmarktkalender + Google,Gadgets + + + + + LiveGoldGadget + Live Gold + Google Gadgets: Live Gold Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Gold + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live Gold&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live Gold + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Gold + Live Gold + Google,Gadgets + + + + + KIESKEURIGKoopgids1Gadget + KIESKEURIG Koopgids + Google Gadgets: KIESKEURIG Koopgids Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + KIESKEURIG Koopgids + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=KIESKEURIG Koopgids&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=KIESKEURIG Koopgids + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + KIESKEURIG Koopgids + KIESKEURIG Koopgids + Google,Gadgets + + + + + CurrencyRatesGadget + Currency Rates + Google Gadgets: Currency Rates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Currency Rates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Currency Rates&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Currency Rates + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Currency Rates + Currency Rates + Google,Gadgets + + + + + GoogleFinanceSectorSummaryGadget + Google Finance Sector Summary + Google Gadgets: Google Finance Sector Summary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Finance Sector Summary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Finance Sector Summary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Finance Sector Summary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Finance Sector Summary + Google Finance Sector Summary + Google,Gadgets + + + + + eFinancialAffiliatesGadget + e-Financial Affiliates + Google Gadgets: e-Financial Affiliates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + e-Financial Affiliates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=e-Financial Affiliates&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=e-Financial Affiliates + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + e-Financial Affiliates + e-Financial Affiliates + Google,Gadgets + + + + + IndicesBovespa1Gadget + Indices Bovespa + Google Gadgets: Indices Bovespa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Indices Bovespa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Indices Bovespa&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Indices Bovespa + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Indices Bovespa + Indices Bovespa + Google,Gadgets + + + + + HomeBusinessLivingGadget + Home Business Living + Google Gadgets: Home Business Living Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Home Business Living + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Home Business Living&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Home Business Living + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Home Business Living + Home Business Living + Google,Gadgets + + + + + MarketataGlanceGadget + Market at a Glance + Google Gadgets: Market at a Glance Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Market at a Glance + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Market at a Glance&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Market at a Glance + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Market at a Glance + Market at a Glance + Google,Gadgets + + + + + CurrencyCalculatorIDCMS1Gadget + Currency Calculator IDCMS + Google Gadgets: Currency Calculator IDCMS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Currency Calculator IDCMS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Currency Calculator IDCMS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Currency Calculator IDCMS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Currency Calculator IDCMS + Currency Calculator IDCMS + Google,Gadgets + + + + + MoneyandFinanceTipoftheDayGadget + Money and Finance Tip of the Day + Google Gadgets: Money and Finance Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Money and Finance Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Money and Finance Tip of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Money and Finance Tip of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Money and Finance Tip of the Day + Money and Finance Tip of the Day + Google,Gadgets + + + + + QUICKBOOKSShortcutsGadget + QUICKBOOKS Shortcuts + Google Gadgets: QUICKBOOKS Shortcuts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + QUICKBOOKS Shortcuts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=QUICKBOOKS Shortcuts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=QUICKBOOKS Shortcuts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + QUICKBOOKS Shortcuts + QUICKBOOKS Shortcuts + Google,Gadgets + + + + + StockquotesfromGoogleandYahooGadget + Stock quotes from Google and Yahoo + Google Gadgets: Stock quotes from Google and Yahoo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stock quotes from Google and Yahoo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Stock quotes from Google and Yahoo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Stock quotes from Google and Yahoo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stock quotes from Google and Yahoo + Stock quotes from Google and Yahoo + Google,Gadgets + + + + + BuxferTrackYourMoneyGadget + Buxfer: Track Your Money + Google Gadgets: Buxfer: Track Your Money Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buxfer: Track Your Money + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buxfer: Track Your Money&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buxfer: Track Your Money + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buxfer: Track Your Money + Buxfer: Track Your Money + Google,Gadgets + + + + + SalesTechnologyGadget + Sales Technology + Google Gadgets: Sales Technology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sales Technology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sales Technology&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sales Technology + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sales Technology + Sales Technology + Google,Gadgets + + + + + FinanzenGadget + Finanzen + Google Gadgets: Finanzen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Finanzen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Finanzen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Finanzen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Finanzen + Finanzen + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-finance-ja/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-funandgames/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-funandgames/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-funandgames/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-funandgames + war + 0.3 + Google Gadgets Fun and Games Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-funandgames + + Property changes on: googlegadgets/trunk/googlegadgets-funandgames/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9923 @@ + + + + + + PacManv24Gadget + PacMan v2.4 + Google Gadgets: PacMan v2.4 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PacMan v2.4 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.schulz.dk/pacman.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.schulz.dk/pacman.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PacMan v2.4 + PacMan v2.4 + Google,Gadgets + + + + + MarioisBackGadget + Mario is Back! + Google Gadgets: Mario is Back! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mario is Back! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/mario.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://homepagegadgets.googlepages.com/mario.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mario is Back! + Mario is Back! + Google,Gadgets + + + + + FreeSudokuPuzzlesGadget + Free Sudoku Puzzles + Google Gadgets: Free Sudoku Puzzles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Sudoku Puzzles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.counttonine.com/google-sudoku.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.counttonine.com/google-sudoku.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Sudoku Puzzles + Free Sudoku Puzzles + Google,Gadgets + + + + + ChessGadget + Chess + Google Gadgets: Chess Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chess + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://downloadgadget.googlepages.com/chess.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://downloadgadget.googlepages.com/chess.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chess + Chess + Google,Gadgets + + + + + RoyalVegasTexasHoldemGadget + Royal Vegas Texas Hold em + Google Gadgets: Royal Vegas Texas Hold em Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Royal Vegas Texas Hold em + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.royalvegaspoker.com/gadget/texasholdem.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.royalvegaspoker.com/gadget/texasholdem.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Royal Vegas Texas Hold em + Royal Vegas Texas Hold em + Google,Gadgets + + + + + TrioGadget + Trio + Google Gadgets: Trio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Trio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/trio/trio.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/trio/trio.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Trio + Trio + Google,Gadgets + + + + + SimonGameGadget + Simon Game + Google Gadgets: Simon Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Simon Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/simon.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://homepagegadgets.googlepages.com/simon.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Simon Game + Simon Game + Google,Gadgets + + + + + PicasaWebPhotosGadget + Picasa Web Photos + Google Gadgets: Picasa Web Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Picasa Web Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/picasa.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/picasa.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Picasa Web Photos + Picasa Web Photos + Google,Gadgets + + + + + MahjongGadget + Mahjong + Google Gadgets: Mahjong Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mahjong + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/mahjong.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/mahjong.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mahjong + Mahjong + Google,Gadgets + + + + + DealorNoDealNBCGameGadget + Deal or No Deal NBC Game + Google Gadgets: Deal or No Deal NBC Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deal or No Deal NBC Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deal or No Deal NBC Game + Deal or No Deal NBC Game + Google,Gadgets + + + + + PonyGadget + Pony + Google Gadgets: Pony Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pony + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mingyeeiu.googlepages.com/ponies.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mingyeeiu.googlepages.com/ponies.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pony + Pony + Google,Gadgets + + + + + GoogleBubblesGadget + Google Bubbles + Google Gadgets: Google Bubbles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Bubbles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/bubbles.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/bubbles.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Bubbles + Google Bubbles + Google,Gadgets + + + + + INVADERSGadget + INVADERS + Google Gadgets: INVADERS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + INVADERS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://blog-apart.com/INVADERS/gg/gg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://blog-apart.com/INVADERS/gg/gg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + INVADERS + INVADERS + Google,Gadgets + + + + + MyLockerMP3TunescomGadget + My Locker ? MP3Tunes.com + Google Gadgets: My Locker ? MP3Tunes.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Locker ? MP3Tunes.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://hytham.googlepages.com/mp3tunesg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://hytham.googlepages.com/mp3tunesg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Locker ? MP3Tunes.com + My Locker ? MP3Tunes.com + Google,Gadgets + + + + + MaukieGadget + Maukie + Google Gadgets: Maukie Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Maukie + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/Maukie.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lsmith2004.googlepages.com/Maukie.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Maukie + Maukie + Google,Gadgets + + + + + EyeTesterGadget + Eye Tester + Google Gadgets: Eye Tester Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eye Tester + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/wilma/wilma.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.modulehoster.com/websites/wilma/wilma.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eye Tester + Eye Tester + Google,Gadgets + + + + + WorldWebcamsGadget + World Webcams + Google Gadgets: World Webcams Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Webcams + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.catfood.net/wwc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.catfood.net/wwc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Webcams + World Webcams + Google,Gadgets + + + + + MiniPool2Gadget + Mini Pool 2 + Google Gadgets: Mini Pool 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mini Pool 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/minipool2Gadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/minipool2Gadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mini Pool 2 + Mini Pool 2 + Google,Gadgets + + + + + 100sofBushismsservedupfreshandhotGadget + 100s of Bushisms served up fresh and hot! + Google Gadgets: 100s of Bushisms served up fresh and hot! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 100s of Bushisms served up fresh and hot! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chimpomatic.net/chimpOmatic_Google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chimpomatic.net/chimpOmatic_Google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 100s of Bushisms served up fresh and hot! + 100s of Bushisms served up fresh and hot! + Google,Gadgets + + + + + GoogleVideosGadget + Google Videos + Google Gadgets: Google Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/googlevideo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/googlevideo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Videos + Google Videos + Google,Gadgets + + + + + MusicBoxGadget + Music Box + Google Gadgets: Music Box Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Music Box + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://widget4u.googlepages.com/gmusicbox.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://widget4u.googlepages.com/gmusicbox.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Music Box + Music Box + Google,Gadgets + + + + + GyroBallGadget + GyroBall + Google Gadgets: GyroBall Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GyroBall + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/gyroballgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/gyroballgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GyroBall + GyroBall + Google,Gadgets + + + + + TheDailyPuppyGadget + The Daily Puppy + Google Gadgets: The Daily Puppy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily Puppy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://dailypuppy.com/gmod/thedailypuppy.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://dailypuppy.com/gmod/thedailypuppy.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily Puppy + The Daily Puppy + Google,Gadgets + + + + + fortunecookiebygadgetateGadget + fortune cookie by gadgetate + Google Gadgets: fortune cookie by gadgetate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + fortune cookie by gadgetate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.gadgetate.com/ggadgets/fortunecookie/gg_fortunecookie.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.gadgetate.com/ggadgets/fortunecookie/gg_fortunecookie.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + fortune cookie by gadgetate + fortune cookie by gadgetate + Google,Gadgets + + + + + HangmanwordgameGadget + Hangman (word game) + Google Gadgets: Hangman (word game) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hangman (word game) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/hangman-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thefreedictionary.com/_/WoD/hangman-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hangman (word game) + Hangman (word game) + Google,Gadgets + + + + + GameDiggerGadget + Game Digger + Google Gadgets: Game Digger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Game Digger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://timberfrog.com/games/digger_g1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://timberfrog.com/games/digger_g1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Game Digger + Game Digger + Google,Gadgets + + + + + AsteroidsGadget + Asteroids + Google Gadgets: Asteroids Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Asteroids + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/Asteroidsgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/Asteroidsgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Asteroids + Asteroids + Google,Gadgets + + + + + DuckHuntGadget + Duck Hunt + Google Gadgets: Duck Hunt Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Duck Hunt + + + jp.sf.pal.webparts.Code + <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&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&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 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Duck Hunt + Duck Hunt + Google,Gadgets + + + + + GameOftenFlashGamesGadget + GameOften Flash Games + Google Gadgets: GameOften Flash Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GameOften Flash Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.gameoften.com/gpgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.gameoften.com/gpgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GameOften Flash Games + GameOften Flash Games + Google,Gadgets + + + + + DailyHoroscopesGadget + Daily Horoscopes + Google Gadgets: Daily Horoscopes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Horoscopes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/horoscope.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/horoscope.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Horoscopes + Daily Horoscopes + Google,Gadgets + + + + + DeepThoughtsGadget + Deep Thoughts + Google Gadgets: Deep Thoughts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deep Thoughts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.jeffreyalewis.com/jack2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.jeffreyalewis.com/jack2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deep Thoughts + Deep Thoughts + Google,Gadgets + + + + + PacmanGadget + Pacman + Google Gadgets: Pacman Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pacman + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bunchball.com/modules/ig_pacman.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bunchball.com/modules/ig_pacman.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pacman + Pacman + Google,Gadgets + + + + + ALICEChatbotGadget + A.L.I.C.E. Chatbot + Google Gadgets: A.L.I.C.E. Chatbot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A.L.I.C.E. Chatbot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mit.edu/manus/www/gg/alicebot.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mit.edu/manus/www/gg/alicebot.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A.L.I.C.E. Chatbot + A.L.I.C.E. Chatbot + Google,Gadgets + + + + + HauntedHouseGadget + Haunted House + Google Gadgets: Haunted House Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Haunted House + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/haunted.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/haunted.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Haunted House + Haunted House + Google,Gadgets + + + + + LavaLamp3Gadget + Lava Lamp 3 + Google Gadgets: Lava Lamp 3 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lava Lamp 3 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/lava3/lava.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.modulehoster.com/websites/lava3/lava.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lava Lamp 3 + Lava Lamp 3 + Google,Gadgets + + + + + VideoPokerGadget + Video Poker + Google Gadgets: Video Poker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Video Poker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/videopoker/videopoker.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/videopoker/videopoker.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Video Poker + Video Poker + Google,Gadgets + + + + + FloodItGadget + Flood It + Google Gadgets: Flood It Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flood It + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/flood/flood.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/flood/flood.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flood It + Flood It + Google,Gadgets + + + + + Supergames24comUltimateSonicGadget + Supergames24.com - Ultimate Sonic + Google Gadgets: Supergames24.com - Ultimate Sonic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Supergames24.com - Ultimate Sonic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.supergames.ch/gadgets/google/sonic_eng.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.supergames.ch/gadgets/google/sonic_eng.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Supergames24.com - Ultimate Sonic + Supergames24.com - Ultimate Sonic + Google,Gadgets + + + + + SupergameschUltimateSonicGadget + Supergames.ch - Ultimate Sonic + Google Gadgets: Supergames.ch - Ultimate Sonic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Supergames.ch - Ultimate Sonic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.supergames.ch/gadgets/google/sonic.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.supergames.ch/gadgets/google/sonic.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Supergames.ch - Ultimate Sonic + Supergames.ch - Ultimate Sonic + Google,Gadgets + + + + + RuleofThumbGadget + Rule of Thumb + Google Gadgets: Rule of Thumb Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rule of Thumb + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/RuleofThumbCalendarGoogle.aspx&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.printedowl.com/RuleofThumbCalendarGoogle.aspx + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rule of Thumb + Rule of Thumb + Google,Gadgets + + + + + MastermindGadget + Mastermind + Google Gadgets: Mastermind Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mastermind + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/mastermindgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/mastermindgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mastermind + Mastermind + Google,Gadgets + + + + + FunJigsawPuzzleGadget + Fun Jigsaw Puzzle + Google Gadgets: Fun Jigsaw Puzzle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fun Jigsaw Puzzle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.curiosoft.com/googlegadget.txt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.curiosoft.com/googlegadget.txt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fun Jigsaw Puzzle + Fun Jigsaw Puzzle + Google,Gadgets + + + + + LabPixiesTVGadget + LabPixies TV + Google Gadgets: LabPixies TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LabPixies TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/tv/tv.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/tv/tv.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LabPixies TV + LabPixies TV + Google,Gadgets + + + + + XSPFMusicPlayerGadget + XSPF Music Player + Google Gadgets: XSPF Music Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + XSPF Music Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://hideout.com.br/widget/musicplayer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://hideout.com.br/widget/musicplayer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + XSPF Music Player + XSPF Music Player + Google,Gadgets + + + + + BestGameWallpapersGadget + Best Game Wallpapers + Google Gadgets: Best Game Wallpapers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Best Game Wallpapers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://bestgamewallpapers.com/misc/randomwallpaper.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://bestgamewallpapers.com/misc/randomwallpaper.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Best Game Wallpapers + Best Game Wallpapers + Google,Gadgets + + + + + MiniclipGameCanyonGliderGadget + Miniclip Game - Canyon Glider + Google Gadgets: Miniclip Game - Canyon Glider Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Canyon Glider + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/canyon-glider/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/canyon-glider/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Canyon Glider + Miniclip Game - Canyon Glider + Google,Gadgets + + + + + BrainTunerGadget + Brain Tuner + Google Gadgets: Brain Tuner Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Brain Tuner + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://elliot.lee.googlepages.com/brain.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://elliot.lee.googlepages.com/brain.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Brain Tuner + Brain Tuner + Google,Gadgets + + + + + TreeFrogGadget + Tree Frog + Google Gadgets: Tree Frog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tree Frog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://abowman.googlepages.com/treefrog.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://abowman.googlepages.com/treefrog.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tree Frog + Tree Frog + Google,Gadgets + + + + + ShakespeareanInsulterGadget + Shakespearean Insulter + Google Gadgets: Shakespearean Insulter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shakespearean Insulter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/grimmthething/shakesInsult.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geocities.com/grimmthething/shakesInsult.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shakespearean Insulter + Shakespearean Insulter + Google,Gadgets + + + + + SnakeCoilGadget + Snake Coil + Google Gadgets: Snake Coil Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Snake Coil + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/snakecoilGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/snakecoilGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Snake Coil + Snake Coil + Google,Gadgets + + + + + MiniPoolGadget + Mini Pool + Google Gadgets: Mini Pool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mini Pool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/minipoolGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/minipoolGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mini Pool + Mini Pool + Google,Gadgets + + + + + WordoftheDayGadget + Word of the Day + Google Gadgets: Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/wod-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thefreedictionary.com/_/WoD/wod-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Word of the Day + Word of the Day + Google,Gadgets + + + + + RealEstateGadget + Real Estate + Google Gadgets: Real Estate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Real Estate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/RealestateCalendarGoogle.aspx&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.printedowl.com/RealestateCalendarGoogle.aspx + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Real Estate + Real Estate + Google,Gadgets + + + + + SearchYouTubeGadget + Search YouTube + Google Gadgets: Search YouTube Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search YouTube + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://throttled.org/googlegadgets/youtubesearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://throttled.org/googlegadgets/youtubesearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search YouTube + Search YouTube + Google,Gadgets + + + + + ThisorThatGadget + This or That? + Google Gadgets: This or That? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + This or That? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cox-tv.com/thisorthat/totgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cox-tv.com/thisorthat/totgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + This or That? + This or That? + Google,Gadgets + + + + + PegsGadget + Pegs + Google Gadgets: Pegs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pegs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://abowman.googlepages.com/pegs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://abowman.googlepages.com/pegs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pegs + Pegs + Google,Gadgets + + + + + MyWiiNewsGadget + MyWii News + Google Gadgets: MyWii News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MyWii News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mywii.com.au/googlenews.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mywii.com.au/googlenews.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MyWii News + MyWii News + Google,Gadgets + + + + + FourinarowGadget + Four in a row + Google Gadgets: Four in a row Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Four in a row + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://rspeyer.googlepages.com/connect4.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://rspeyer.googlepages.com/connect4.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Four in a row + Four in a row + Google,Gadgets + + + + + GarfieldofthedayGadget + Garfield of the day + Google Gadgets: Garfield of the day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Garfield of the day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.listen-project.de/garfield/garfield.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.listen-project.de/garfield/garfield.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Garfield of the day + Garfield of the day + Google,Gadgets + + + + + MiniclipGameMagicBallsGadget + Miniclip Game - Magic Balls + Google Gadgets: Miniclip Game - Magic Balls Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Magic Balls + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/magic-balls/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/magic-balls/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Magic Balls + Miniclip Game - Magic Balls + Google,Gadgets + + + + + MiniClockGadget + Mini-Clock + Google Gadgets: Mini-Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mini-Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/clock/mini_clock.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/clock/mini_clock.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mini-Clock + Mini-Clock + Google,Gadgets + + + + + ReachtheSkyGadget + Reach the Sky + Google Gadgets: Reach the Sky Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Reach the Sky + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/reachtheskyGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/reachtheskyGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Reach the Sky + Reach the Sky + Google,Gadgets + + + + + MadCowsGadget + Mad Cows + Google Gadgets: Mad Cows Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mad Cows + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/madcowsGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/madcowsGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mad Cows + Mad Cows + Google,Gadgets + + + + + DotsGadget + Dots + Google Gadgets: Dots Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dots + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/dots/dots.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/dots/dots.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dots + Dots + Google,Gadgets + + + + + DesktateGadget + Desktate + Google Gadgets: Desktate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Desktate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.catfood.net/desktate.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.catfood.net/desktate.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Desktate + Desktate + Google,Gadgets + + + + + MiniclipGameBattleshipsGadget + Miniclip Game - Battleships + Google Gadgets: Miniclip Game - Battleships Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Battleships + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/battleships/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/battleships/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Battleships + Miniclip Game - Battleships + Google,Gadgets + + + + + SolitaireGadget + Solitaire + Google Gadgets: Solitaire Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Solitaire + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/solitairegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/solitairegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Solitaire + Solitaire + Google,Gadgets + + + + + 4X4RallyGadget + 4X4 Rally + Google Gadgets: 4X4 Rally Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 4X4 Rally + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/4x4rallygadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/4x4rallygadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 4X4 Rally + 4X4 Rally + Google,Gadgets + + + + + PatienceGadget + Patience + Google Gadgets: Patience Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Patience + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://hansschmucker.googlepages.com/patienceig.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://hansschmucker.googlepages.com/patienceig.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Patience + Patience + Google,Gadgets + + + + + TurboSpiritGadget + Turbo Spirit + Google Gadgets: Turbo Spirit Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turbo Spirit + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/turbospiritGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/turbospiritGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turbo Spirit + Turbo Spirit + Google,Gadgets + + + + + SupergameschMahJonggGadget + Supergames.ch - Mah Jongg + Google Gadgets: Supergames.ch - Mah Jongg Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Supergames.ch - Mah Jongg + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.supergames.ch/gadgets/google/mahjongg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.supergames.ch/gadgets/google/mahjongg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Supergames.ch - Mah Jongg + Supergames.ch - Mah Jongg + Google,Gadgets + + + + + RealAgeGadget + Real Age + Google Gadgets: Real Age Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Real Age + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.delsearegional.us/academic/classes/highschool/science/physics/age/age.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.delsearegional.us/academic/classes/highschool/science/physics/age/age.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Real Age + Real Age + Google,Gadgets + + + + + YouTubePlayerGadget + YouTube Player + Google Gadgets: YouTube Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/1YTP_6.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://padmanijain.googlepages.com/1YTP_6.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube Player + YouTube Player + Google,Gadgets + + + + + MotorcyclePicturesatMotorcyclePicturescomGadget + Motorcycle Pictures at MotorcyclePictures.com + Google Gadgets: Motorcycle Pictures at MotorcyclePictures.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Motorcycle Pictures at MotorcyclePictures.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/motorcycle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.motorcities.com/newadditions/motorcycle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Motorcycle Pictures at MotorcyclePictures.com + Motorcycle Pictures at MotorcyclePictures.com + Google,Gadgets + + + + + iTunesGadgetGadget + iTunes Gadget + Google Gadgets: iTunes Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iTunes Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.captunes.com/google/itunesgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.captunes.com/google/itunesgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iTunes Gadget + iTunes Gadget + Google,Gadgets + + + + + eLouai39sPortraitMakerGadget + eLouai's Portrait Maker + Google Gadgets: eLouai's Portrait Maker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + eLouai's Portrait Maker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://dollmakercode.com/avatar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://dollmakercode.com/avatar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + eLouai's Portrait Maker + eLouai's Portrait Maker + Google,Gadgets + + + + + RandomFinalJeopardyGadget + Random Final Jeopardy! + Google Gadgets: Random Final Jeopardy! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Final Jeopardy! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.j-archive.com/jarchivegooglegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.j-archive.com/jarchivegooglegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Final Jeopardy! + Random Final Jeopardy! + Google,Gadgets + + + + + SweetIMDailyEmoticonGadget + SweetIM Daily Emoticon + Google Gadgets: SweetIM Daily Emoticon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SweetIM Daily Emoticon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/sweetim/sweetim.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/sweetim/sweetim.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SweetIM Daily Emoticon + SweetIM Daily Emoticon + Google,Gadgets + + + + + TheDevil39sDictionaryGadget + The Devil's Dictionary + Google Gadgets: The Devil's Dictionary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Devil's Dictionary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/bierce.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/bierce.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Devil's Dictionary + The Devil's Dictionary + Google,Gadgets + + + + + HoverTanksGadget + Hover Tanks + Google Gadgets: Hover Tanks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hover Tanks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/hovertanksGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/hovertanksGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hover Tanks + Hover Tanks + Google,Gadgets + + + + + UnicycleRiderGadget + Unicycle Rider + Google Gadgets: Unicycle Rider Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Unicycle Rider + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/unicycle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://homepagegadgets.googlepages.com/unicycle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Unicycle Rider + Unicycle Rider + Google,Gadgets + + + + + DareDevilGadget + Dare Devil + Google Gadgets: Dare Devil Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dare Devil + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/daredevilGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/daredevilGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dare Devil + Dare Devil + Google,Gadgets + + + + + Here39sYourSignGadget + Here's Your Sign... + Google Gadgets: Here's Your Sign... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Here's Your Sign... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/signs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/signs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Here's Your Sign... + Here's Your Sign... + Google,Gadgets + + + + + CookieClickGadget + Cookie Click + Google Gadgets: Cookie Click Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cookie Click + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.3rdpersonmedia.com/googlecookie.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.3rdpersonmedia.com/googlecookie.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cookie Click + Cookie Click + Google,Gadgets + + + + + StrangethingsinGoogleMapsGadget + Strange things in Google Maps + Google Gadgets: Strange things in Google Maps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Strange things in Google Maps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.scitor.co.uk/google_homepage.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.scitor.co.uk/google_homepage.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Strange things in Google Maps + Strange things in Google Maps + Google,Gadgets + + + + + LuckynumbersGadget + Lucky numbers + Google Gadgets: Lucky numbers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lucky numbers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/lottery/lottery.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/lottery/lottery.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lucky numbers + Lucky numbers + Google,Gadgets + + + + + SparksGadget + Sparks + Google Gadgets: Sparks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sparks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/sparks.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://homepagegadgets.googlepages.com/sparks.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sparks + Sparks + Google,Gadgets + + + + + AssassinationSimulatorGadget + Assassination Simulator + Google Gadgets: Assassination Simulator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Assassination Simulator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/assassinationsimulatorGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/assassinationsimulatorGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Assassination Simulator + Assassination Simulator + Google,Gadgets + + + + + SketchyGadget + Sketchy + Google Gadgets: Sketchy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sketchy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://stupidmonkey1288.googlepages.com/sketchy.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://stupidmonkey1288.googlepages.com/sketchy.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sketchy + Sketchy + Google,Gadgets + + + + + TarotGadget + Tarot + Google Gadgets: Tarot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tarot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tarot + Tarot + Google,Gadgets + + + + + FreeTriviaGamesGadget + Free Trivia Games + Google Gadgets: Free Trivia Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Trivia Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.123facts.com/google/trivia.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.123facts.com/google/trivia.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Trivia Games + Free Trivia Games + Google,Gadgets + + + + + ButterfliesGadget + Butterflies + Google Gadgets: Butterflies Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Butterflies + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/butterflies/butterflies/butterflies.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.modulehoster.com/websites/butterflies/butterflies/butterflies.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Butterflies + Butterflies + Google,Gadgets + + + + + AmmoAmbushGadget + Ammo Ambush + Google Gadgets: Ammo Ambush Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ammo Ambush + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/ammoambush_atgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/ammoambush_atgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ammo Ambush + Ammo Ambush + Google,Gadgets + + + + + WreckedCarsatCarCryptcomGadget + Wrecked Cars at CarCrypt.com + Google Gadgets: Wrecked Cars at CarCrypt.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wrecked Cars at CarCrypt.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/wreck.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.motorcities.com/newadditions/wreck.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wrecked Cars at CarCrypt.com + Wrecked Cars at CarCrypt.com + Google,Gadgets + + + + + ColorJunctionGadget + ColorJunction + Google Gadgets: ColorJunction Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ColorJunction + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/colorjunction.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/colorjunction.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ColorJunction + ColorJunction + Google,Gadgets + + + + + ColorsGadget + Colors + Google Gadgets: Colors Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Colors + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/colorsGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/colorsGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Colors + Colors + Google,Gadgets + + + + + MySpacePopularVideosGadget + MySpace Popular Videos + Google Gadgets: MySpace Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MySpace Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MySpace Popular Videos + MySpace Popular Videos + Google,Gadgets + + + + + RandomWikipediaArticleGadget + Random Wikipedia Article + Google Gadgets: Random Wikipedia Article Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Wikipedia Article + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.therandomhomepage.com/google/gadgets/randomwiki/RandomWikiModule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.therandomhomepage.com/google/gadgets/randomwiki/RandomWikiModule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Wikipedia Article + Random Wikipedia Article + Google,Gadgets + + + + + VirtualCopGadget + Virtual Cop + Google Gadgets: Virtual Cop Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Virtual Cop + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/virtualcop.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/virtualcop.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Virtual Cop + Virtual Cop + Google,Gadgets + + + + + BeeStingGameGadget + BeeSting Game + Google Gadgets: BeeSting Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BeeSting Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ww20.freearcade.com/rss/beesting.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ww20.freearcade.com/rss/beesting.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BeeSting Game + BeeSting Game + Google,Gadgets + + + + + ElasticSoccerGadget + Elastic Soccer + Google Gadgets: Elastic Soccer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Elastic Soccer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/elasticsoccerGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/elasticsoccerGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Elastic Soccer + Elastic Soccer + Google,Gadgets + + + + + TinyWarzGadget + TinyWarz + Google Gadgets: TinyWarz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TinyWarz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tinywarz.com/google_killboard.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tinywarz.com/google_killboard.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TinyWarz + TinyWarz + Google,Gadgets + + + + + SurveyGoogleGadgetGadget + Survey Google Gadget + Google Gadgets: Survey Google Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Survey Google Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/survey/survey.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/survey/survey.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Survey Google Gadget + Survey Google Gadget + Google,Gadgets + + + + + ProArcadeGamesFreeGamesGadget + Pro Arcade Games - Free Games + Google Gadgets: Pro Arcade Games - Free Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pro Arcade Games - Free Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.proarcadegames.com/gad_google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.proarcadegames.com/gad_google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pro Arcade Games - Free Games + Pro Arcade Games - Free Games + Google,Gadgets + + + + + MoreBloonsGadget + More Bloons + Google Gadgets: More Bloons Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + More Bloons + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/bloons2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.theweather.tk/googlegadgets/bloons2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + More Bloons + More Bloons + Google,Gadgets + + + + + RubikPuzzleGadget + Rubik Puzzle + Google Gadgets: Rubik Puzzle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rubik Puzzle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/rubikgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/rubikgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rubik Puzzle + Rubik Puzzle + Google,Gadgets + + + + + MatchUpwordgameGadget + Match Up (word game) + Google Gadgets: Match Up (word game) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Match Up (word game) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/matchup-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thefreedictionary.com/_/WoD/matchup-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Match Up (word game) + Match Up (word game) + Google,Gadgets + + + + + CryptogramoftheDayGadget + Cryptogram of the Day + Google Gadgets: Cryptogram of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cryptogram of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cryptograms.org/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cryptograms.org/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cryptogram of the Day + Cryptogram of the Day + Google,Gadgets + + + + + EiffelTowerLiveWebcamGadget + Eiffel Tower Live Webcam + Google Gadgets: Eiffel Tower Live Webcam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eiffel Tower Live Webcam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.paris-live.com/module/module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.paris-live.com/module/module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eiffel Tower Live Webcam + Eiffel Tower Live Webcam + Google,Gadgets + + + + + NavalGunGadget + Naval Gun + Google Gadgets: Naval Gun Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Naval Gun + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/navalgunGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/navalgunGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Naval Gun + Naval Gun + Google,Gadgets + + + + + LuckyStarsGadget + Lucky Stars!! + Google Gadgets: Lucky Stars!! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lucky Stars!! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/luckystars.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://nuzs.com/luckystars.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lucky Stars!! + Lucky Stars!! + Google,Gadgets + + + + + PolaroidPuzzleGadget + Polaroid Puzzle + Google Gadgets: Polaroid Puzzle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Polaroid Puzzle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/puzzle/puzzle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/puzzle/puzzle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Polaroid Puzzle + Polaroid Puzzle + Google,Gadgets + + + + + 3DMazeGadget + 3D Maze + Google Gadgets: 3D Maze Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3D Maze + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/3dmaze_noscoreGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/3dmaze_noscoreGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3D Maze + 3D Maze + Google,Gadgets + + + + + MiniclipGameDeluxePoolGadget + Miniclip Game - Deluxe Pool + Google Gadgets: Miniclip Game - Deluxe Pool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Deluxe Pool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/deluxe-pool/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/deluxe-pool/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Deluxe Pool + Miniclip Game - Deluxe Pool + Google,Gadgets + + + + + FatFredGadget + Fat Fred + Google Gadgets: Fat Fred Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fat Fred + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/fatfred.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/fatfred.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fat Fred + Fat Fred + Google,Gadgets + + + + + ShootingGadget + Shooting + Google Gadgets: Shooting Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shooting + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/shooting.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/shooting.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shooting + Shooting + Google,Gadgets + + + + + FunPicsjokes4allnetGadget + Fun Pics - jokes4all.net + Google Gadgets: Fun Pics - jokes4all.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fun Pics - jokes4all.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jokes4all.net/funpics.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jokes4all.net/funpics.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fun Pics - jokes4all.net + Fun Pics - jokes4all.net + Google,Gadgets + + + + + MahjonggGadget + Mahjongg + Google Gadgets: Mahjongg Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mahjongg + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/mahjonggwmgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/mahjonggwmgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mahjongg + Mahjongg + Google,Gadgets + + + + + TableTennis2Gadget + Table Tennis 2 + Google Gadgets: Table Tennis 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Table Tennis 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/tabletennis2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/tabletennis2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Table Tennis 2 + Table Tennis 2 + Google,Gadgets + + + + + YahoogleGadget + Yahoogle + Google Gadgets: Yahoogle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoogle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://media.liquidx.net/xml/yahoogle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://media.liquidx.net/xml/yahoogle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoogle + Yahoogle + Google,Gadgets + + + + + TaxiDriverGadget + Taxi Driver + Google Gadgets: Taxi Driver Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Taxi Driver + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/taxidriverGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/taxidriverGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Taxi Driver + Taxi Driver + Google,Gadgets + + + + + BikeManiaOnIceGadget + Bike Mania On Ice + Google Gadgets: Bike Mania On Ice Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bike Mania On Ice + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/bikemaniaonicegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/bikemaniaonicegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bike Mania On Ice + Bike Mania On Ice + Google,Gadgets + + + + + WarGamesGadget + War Games + Google Gadgets: War Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + War Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/wargames.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/wargames.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + War Games + War Games + Google,Gadgets + + + + + GeographyZonecom39sGeographyChallengeGadget + GeographyZone.com's Geography Challenge + Google Gadgets: GeographyZone.com's Geography Challenge Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GeographyZone.com's Geography Challenge + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geographyzone.com/geographychallenge.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geographyzone.com/geographychallenge.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GeographyZone.com's Geography Challenge + GeographyZone.com's Geography Challenge + Google,Gadgets + + + + + PumpkinRunGadget + Pumpkin Run + Google Gadgets: Pumpkin Run Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pumpkin Run + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/pumpkinrunGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/pumpkinrunGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pumpkin Run + Pumpkin Run + Google,Gadgets + + + + + HungryBobGadget + Hungry Bob + Google Gadgets: Hungry Bob Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hungry Bob + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/HungryBobGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/HungryBobGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hungry Bob + Hungry Bob + Google,Gadgets + + + + + DisneyCharacteroftheDayGadget + Disney Character of the Day + Google Gadgets: Disney Character of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Disney Character of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/disney-characters.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/disney-characters.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Disney Character of the Day + Disney Character of the Day + Google,Gadgets + + + + + SantaJumpGadget + Santa Jump + Google Gadgets: Santa Jump Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Santa Jump + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/skijumpgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/skijumpgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Santa Jump + Santa Jump + Google,Gadgets + + + + + MiniclipGameGyroballGadget + Miniclip Game - Gyroball + Google Gadgets: Miniclip Game - Gyroball Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Gyroball + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/gyroball/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/gyroball/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Gyroball + Miniclip Game - Gyroball + Google,Gadgets + + + + + MixaPolGadget + Mix-a-Pol + Google Gadgets: Mix-a-Pol Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mix-a-Pol + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.soasoas.com/mix/mix-a-pol.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.soasoas.com/mix/mix-a-pol.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mix-a-Pol + Mix-a-Pol + Google,Gadgets + + + + + SlingoDeluxeGadget + Slingo Deluxe + Google Gadgets: Slingo Deluxe Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slingo Deluxe + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://dmwalls.googlepages.com/slingodeluxe.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://dmwalls.googlepages.com/slingodeluxe.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slingo Deluxe + Slingo Deluxe + Google,Gadgets + + + + + MentalWorkoutArithmeticExercisesGadget + Mental Workout - Arithmetic Exercises + Google Gadgets: Mental Workout - Arithmetic Exercises Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mental Workout - Arithmetic Exercises + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mental-workout.com/gadgets/google-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mental-workout.com/gadgets/google-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mental Workout - Arithmetic Exercises + Mental Workout - Arithmetic Exercises + Google,Gadgets + + + + + YourDailyHoroscopesGadget + Your Daily Horoscopes + Google Gadgets: Your Daily Horoscopes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your Daily Horoscopes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.californiapsychic.com/p_admin_xml/google/googleModule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.californiapsychic.com/p_admin_xml/google/googleModule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your Daily Horoscopes + Your Daily Horoscopes + Google,Gadgets + + + + + BowlingGadget + Bowling + Google Gadgets: Bowling Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bowling + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/bowlinggadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/bowlinggadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bowling + Bowling + Google,Gadgets + + + + + FlagGadget + Flag + Google Gadgets: Flag Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flag + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/krslksrls/flags.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geocities.com/krslksrls/flags.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flag + Flag + Google,Gadgets + + + + + FreeOnlineGamesGadget + Free Online Games + Google Gadgets: Free Online Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Online Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.goplay247.com/ext/gmodule_pop.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.goplay247.com/ext/gmodule_pop.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Online Games + Free Online Games + Google,Gadgets + + + + + YoutubeVideoPlayerGadget + Youtube Video Player + Google Gadgets: Youtube Video Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Youtube Video Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://youtubevideog.googlecode.com/svn/trunk/youtubeplayer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://youtubevideog.googlecode.com/svn/trunk/youtubeplayer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Youtube Video Player + Youtube Video Player + Google,Gadgets + + + + + DropOffGadget + Drop Off + Google Gadgets: Drop Off Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Drop Off + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/dropoffGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/dropoffGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Drop Off + Drop Off + Google,Gadgets + + + + + FlashSonicGadget + Flash Sonic + Google Gadgets: Flash Sonic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Sonic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/ultimate-flash-sonicGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/ultimate-flash-sonicGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Sonic + Flash Sonic + Google,Gadgets + + + + + FreeCellGadget + FreeCell + Google Gadgets: FreeCell Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FreeCell + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://members.aol.com/markjson/ig_freecell.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://members.aol.com/markjson/ig_freecell.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FreeCell + FreeCell + Google,Gadgets + + + + + DirtBikeGadget + Dirt Bike + Google Gadgets: Dirt Bike Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dirt Bike + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/dirtbikeGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/dirtbikeGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dirt Bike + Dirt Bike + Google,Gadgets + + + + + GoogleEvilorNotGadget + Google : Evil or Not? + Google Gadgets: Google : Evil or Not? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google : Evil or Not? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cocaman.ch/projects/code/google/ig/google-evilness.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cocaman.ch/projects/code/google/ig/google-evilness.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google : Evil or Not? + Google : Evil or Not? + Google,Gadgets + + + + + ThePerfectHusbandGadget + The Perfect Husband! + Google Gadgets: The Perfect Husband! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Perfect Husband! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/perfecthusband.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nuzs.com/perfecthusband.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Perfect Husband! + The Perfect Husband! + Google,Gadgets + + + + + CollapseGadget + Collapse + Google Gadgets: Collapse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Collapse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/Collapsegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/Collapsegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Collapse + Collapse + Google,Gadgets + + + + + HourglassGadget + Hourglass + Google Gadgets: Hourglass Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hourglass + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/hourglass/hourglass.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/hourglass/hourglass.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hourglass + Hourglass + Google,Gadgets + + + + + LuckyLottoNumberGeneratorGadget + Lucky Lotto Number Generator + Google Gadgets: Lucky Lotto Number Generator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lucky Lotto Number Generator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/LottoNumbergadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/LottoNumbergadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lucky Lotto Number Generator + Lucky Lotto Number Generator + Google,Gadgets + + + + + IsItBedTimeGadget + Is It BedTime? + Google Gadgets: Is It BedTime? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Is It BedTime? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/bedtime.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nuzs.com/bedtime.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Is It BedTime? + Is It BedTime? + Google,Gadgets + + + + + ThisDayinHistoryGadget + This Day in History + Google Gadgets: This Day in History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + This Day in History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/history-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thefreedictionary.com/_/WoD/history-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + This Day in History + This Day in History + Google,Gadgets + + + + + WordHunterXtremeGadget + WordHunter Xtreme + Google Gadgets: WordHunter Xtreme Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WordHunter Xtreme + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://imagine-it.org/google/boggle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://imagine-it.org/google/boggle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WordHunter Xtreme + WordHunter Xtreme + Google,Gadgets + + + + + QuoteoftheMomentGadget + Quote of the Moment + Google Gadgets: Quote of the Moment Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quote of the Moment + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/qotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/qotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quote of the Moment + Quote of the Moment + Google,Gadgets + + + + + wwwknowthruastrologycomGadget + www.knowthruastrology.com + Google Gadgets: www.knowthruastrology.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + www.knowthruastrology.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.knowthruastrology.com/relation.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.knowthruastrology.com/relation.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + www.knowthruastrology.com + www.knowthruastrology.com + Google,Gadgets + + + + + FreeGameJigsawPuzzleOftheDayGadget + Free Game : Jigsaw Puzzle Of the Day + Google Gadgets: Free Game : Jigsaw Puzzle Of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Game : Jigsaw Puzzle Of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.jigkids.com/jigkids.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.jigkids.com/jigkids.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Game : Jigsaw Puzzle Of the Day + Free Game : Jigsaw Puzzle Of the Day + Google,Gadgets + + + + + Magnetism2Gadget + Magnetism 2 + Google Gadgets: Magnetism 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Magnetism 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/magnetism2Gadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/magnetism2Gadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Magnetism 2 + Magnetism 2 + Google,Gadgets + + + + + MiniclipGamePresidentialKnockoutGadget + Miniclip Game - Presidential Knockout + Google Gadgets: Miniclip Game - Presidential Knockout Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Presidential Knockout + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/presidential-knockout/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/presidential-knockout/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Presidential Knockout + Miniclip Game - Presidential Knockout + Google,Gadgets + + + + + TrebuchetGameGadget + Trebuchet Game + Google Gadgets: Trebuchet Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Trebuchet Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.quitebasic.com/gadget/trebuchet.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.quitebasic.com/gadget/trebuchet.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Trebuchet Game + Trebuchet Game + Google,Gadgets + + + + + DailyChessPuzzleGadget + Daily Chess Puzzle + Google Gadgets: Daily Chess Puzzle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Chess Puzzle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.shredderchess.com/online/playshredder/gtactics.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.shredderchess.com/online/playshredder/gtactics.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Chess Puzzle + Daily Chess Puzzle + Google,Gadgets + + + + + PresidentialKnockoutGadget + Presidential Knockout + Google Gadgets: Presidential Knockout Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Presidential Knockout + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/presidentialknockoutgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/presidentialknockoutgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Presidential Knockout + Presidential Knockout + Google,Gadgets + + + + + BoomBoomVolleyballGadget + Boom Boom Volleyball + Google Gadgets: Boom Boom Volleyball Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Boom Boom Volleyball + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/boomboomgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/boomboomgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Boom Boom Volleyball + Boom Boom Volleyball + Google,Gadgets + + + + + MarblesGameGadget + Marbles Game + Google Gadgets: Marbles Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Marbles Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/marbles/marbles.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/marbles/marbles.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Marbles Game + Marbles Game + Google,Gadgets + + + + + MiniclipGameBushShootOutGadget + Miniclip Game - Bush Shoot-Out + Google Gadgets: Miniclip Game - Bush Shoot-Out Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Bush Shoot-Out + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/bush-shoot-out/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/bush-shoot-out/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Bush Shoot-Out + Miniclip Game - Bush Shoot-Out + Google,Gadgets + + + + + PitBabesF1byF1GrandPrixitGadget + Pit Babes F1 by F1GrandPrix.it + Google Gadgets: Pit Babes F1 by F1GrandPrix.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pit Babes F1 by F1GrandPrix.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.f1grandprix.it/pitbabes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.f1grandprix.it/pitbabes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pit Babes F1 by F1GrandPrix.it + Pit Babes F1 by F1GrandPrix.it + Google,Gadgets + + + + + DealorNoDealGadget + Deal or No Deal + Google Gadgets: Deal or No Deal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deal or No Deal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/dealornodeal.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.freewebtown.com/theweather/googlegadgets/dealornodeal.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deal or No Deal + Deal or No Deal + Google,Gadgets + + + + + ShurikenGadget + Shuriken + Google Gadgets: Shuriken Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shuriken + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/shurikengadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/shurikengadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shuriken + Shuriken + Google,Gadgets + + + + + 3dReversiGadget + 3d Reversi + Google Gadgets: 3d Reversi Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3d Reversi + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/3dreversi.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/3dreversi.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3d Reversi + 3d Reversi + Google,Gadgets + + + + + 15SlidingPuzzleGadget + 15 Sliding Puzzle + Google Gadgets: 15 Sliding Puzzle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 15 Sliding Puzzle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/15puzzlegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/15puzzlegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 15 Sliding Puzzle + 15 Sliding Puzzle + Google,Gadgets + + + + + CitySurfingGadget + City Surfing + Google Gadgets: City Surfing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + City Surfing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/citysurfingGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/citysurfingGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + City Surfing + City Surfing + Google,Gadgets + + + + + MiniclipGameCommandoGadget + Miniclip Game - Commando + Google Gadgets: Miniclip Game - Commando Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Commando + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/commando/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/commando/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Commando + Miniclip Game - Commando + Google,Gadgets + + + + + MiniclipGameTrapshootGadget + Miniclip Game - Trapshoot + Google Gadgets: Miniclip Game - Trapshoot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Trapshoot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/trapshoot/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/trapshoot/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Trapshoot + Miniclip Game - Trapshoot + Google,Gadgets + + + + + MiniclipGameShootin39HoopsGadget + Miniclip Game - Shootin' Hoops + Google Gadgets: Miniclip Game - Shootin' Hoops Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Shootin' Hoops + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/shootin-hoops/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/shootin-hoops/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Shootin' Hoops + Miniclip Game - Shootin' Hoops + Google,Gadgets + + + + + ThePharaohsTombGadget + The Pharaohs Tomb + Google Gadgets: The Pharaohs Tomb Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Pharaohs Tomb + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/the_pharaohs_tomb_nohiscoregadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/the_pharaohs_tomb_nohiscoregadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Pharaohs Tomb + The Pharaohs Tomb + Google,Gadgets + + + + + NorthCarolinawebcamsGadget + North Carolina webcams + Google Gadgets: North Carolina webcams Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + North Carolina webcams + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + North Carolina webcams + North Carolina webcams + Google,Gadgets + + + + + Chess20Gadget + Chess 2.0 + Google Gadgets: Chess 2.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chess 2.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.stanford.edu/~mfischer/chess/Chess2.0.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.stanford.edu/~mfischer/chess/Chess2.0.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chess 2.0 + Chess 2.0 + Google,Gadgets + + + + + AmeriQuizcomGadget + AmeriQuiz.com + Google Gadgets: AmeriQuiz.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AmeriQuiz.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ameriquiz.com/ameriquiz.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ameriquiz.com/ameriquiz.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AmeriQuiz.com + AmeriQuiz.com + Google,Gadgets + + + + + MSNWeatherGadget + MSN Weather + Google Gadgets: MSN Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MSN Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.leonelcorona.com/modules/rssmsnweather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.leonelcorona.com/modules/rssmsnweather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MSN Weather + MSN Weather + Google,Gadgets + + + + + JetCityOrange39sfortunecookieGadget + JetCityOrange's fortune cookie + Google Gadgets: JetCityOrange's fortune cookie Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JetCityOrange's fortune cookie + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.jetcityorange.com/fortune_cookie/fortune_cookie.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.jetcityorange.com/fortune_cookie/fortune_cookie.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JetCityOrange's fortune cookie + JetCityOrange's fortune cookie + Google,Gadgets + + + + + FlashFireworksNYCGadget + Flash Fireworks - NYC + Google Gadgets: Flash Fireworks - NYC Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - NYC + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-nyc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/fireworks-nyc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - NYC + Flash Fireworks - NYC + Google,Gadgets + + + + + FlowerFrenzyGadget + Flower Frenzy + Google Gadgets: Flower Frenzy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flower Frenzy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/FlowerFrenzyGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/FlowerFrenzyGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flower Frenzy + Flower Frenzy + Google,Gadgets + + + + + FatFishGadget + Fat Fish + Google Gadgets: Fat Fish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fat Fish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pc2games.net/games/fatfish_google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pc2games.net/games/fatfish_google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fat Fish + Fat Fish + Google,Gadgets + + + + + DynamicEmoticonGadget + Dynamic Emoticon + Google Gadgets: Dynamic Emoticon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dynamic Emoticon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://thumbly.com/thumbly&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://thumbly.com/thumbly + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dynamic Emoticon + Dynamic Emoticon + Google,Gadgets + + + + + RandomcolorschemeGadget + Random color scheme + Google Gadgets: Random color scheme Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random color scheme + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.colr.org/random_scheme_gg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.colr.org/random_scheme_gg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random color scheme + Random color scheme + Google,Gadgets + + + + + WicWacWoeGadget + Wic Wac Woe + Google Gadgets: Wic Wac Woe Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wic Wac Woe + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mavrinac.com/projects/wicwacwoe/google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mavrinac.com/projects/wicwacwoe/google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wic Wac Woe + Wic Wac Woe + Google,Gadgets + + + + + 3CardsPokerGadget + 3-Cards Poker + Google Gadgets: 3-Cards Poker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3-Cards Poker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/3card/3card.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/3card/3card.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3-Cards Poker + 3-Cards Poker + Google,Gadgets + + + + + LunarLanderGadget + Lunar Lander + Google Gadgets: Lunar Lander Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lunar Lander + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/lunargadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/lunargadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lunar Lander + Lunar Lander + Google,Gadgets + + + + + JSNaturePhotosNaturePhotographyofJohnSercelGadget + JS Nature Photos - Nature Photography of John Sercel + Google Gadgets: JS Nature Photos - Nature Photography of John Sercel Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JS Nature Photos - Nature Photography of John Sercel + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.jstechs.com/images/thumbs/jsphotos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.jstechs.com/images/thumbs/jsphotos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JS Nature Photos - Nature Photography of John Sercel + JS Nature Photos - Nature Photography of John Sercel + Google,Gadgets + + + + + ZombieStormGadget + Zombie Storm + Google Gadgets: Zombie Storm Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zombie Storm + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/zombiestorm_atgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/zombiestorm_atgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zombie Storm + Zombie Storm + Google,Gadgets + + + + + Today39sbirthdayGadget + Today's birthday + Google Gadgets: Today's birthday Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today's birthday + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/birthday-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thefreedictionary.com/_/WoD/birthday-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today's birthday + Today's birthday + Google,Gadgets + + + + + ArcticAnticsGadget + Arctic Antics + Google Gadgets: Arctic Antics Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Arctic Antics + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/arcticantics.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.freewebtown.com/theweather/googlegadgets/arcticantics.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Arctic Antics + Arctic Antics + Google,Gadgets + + + + + FactacularFactsandTriviaGadget + Factacular Facts and Trivia + Google Gadgets: Factacular Facts and Trivia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Factacular Facts and Trivia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.factacular.com/googlemodule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.factacular.com/googlemodule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Factacular Facts and Trivia + Factacular Facts and Trivia + Google,Gadgets + + + + + ShoutGadget + Shout! + Google Gadgets: Shout! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shout! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://shout.gadgets.googlepages.com/shout.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://shout.gadgets.googlepages.com/shout.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shout! + Shout! + Google,Gadgets + + + + + MiniclipGameSnowLineGadget + Miniclip Game - Snow Line + Google Gadgets: Miniclip Game - Snow Line Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Snow Line + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/snow-line/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/snow-line/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Snow Line + Miniclip Game - Snow Line + Google,Gadgets + + + + + ExtraordinaryInfooftheDayGadget + Extraordinary Info. of the Day + Google Gadgets: Extraordinary Info. of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Extraordinary Info. of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wonderfulinfo.com/extra.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wonderfulinfo.com/extra.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Extraordinary Info. of the Day + Extraordinary Info. of the Day + Google,Gadgets + + + + + TheShellGameGadget + The Shell Game + Google Gadgets: The Shell Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Shell Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/shellgame.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.freewebtown.com/theweather/googlegadgets/shellgame.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Shell Game + The Shell Game + Google,Gadgets + + + + + MemoryGameGadget + Memory Game + Google Gadgets: Memory Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Memory Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/memory_game/memory_game.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/memory_game/memory_game.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Memory Game + Memory Game + Google,Gadgets + + + + + AdrenalineGadget + Adrenaline + Google Gadgets: Adrenaline Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Adrenaline + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/adrenalinegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/adrenalinegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Adrenaline + Adrenaline + Google,Gadgets + + + + + SnowyTheBearsAdventuresGadget + Snowy The Bears Adventures + Google Gadgets: Snowy The Bears Adventures Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Snowy The Bears Adventures + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://public.alawar.com/vitos/google/new/snowyba.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://public.alawar.com/vitos/google/new/snowyba.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Snowy The Bears Adventures + Snowy The Bears Adventures + Google,Gadgets + + + + + MiniclipGameSheepishGadget + Miniclip Game - Sheepish + Google Gadgets: Miniclip Game - Sheepish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Sheepish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/sheepish/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/sheepish/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Sheepish + Miniclip Game - Sheepish + Google,Gadgets + + + + + MiniclipGameKingoftheHillGadget + Miniclip Game - King of the Hill + Google Gadgets: Miniclip Game - King of the Hill Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - King of the Hill + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/king-of-the-hill/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/king-of-the-hill/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - King of the Hill + Miniclip Game - King of the Hill + Google,Gadgets + + + + + BlackJackGadget + BlackJack + Google Gadgets: BlackJack Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BlackJack + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.udigraff.com/google/blackjack.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.udigraff.com/google/blackjack.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BlackJack + BlackJack + Google,Gadgets + + + + + GoogleMusicTrendsGadget + Google Music Trends + Google Gadgets: Google Music Trends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Music Trends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://olivier.camard.free.fr/google/modules/music_trends.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://olivier.camard.free.fr/google/modules/music_trends.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Music Trends + Google Music Trends + Google,Gadgets + + + + + TicTacToeGadget + Tic Tac Toe + Google Gadgets: Tic Tac Toe Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tic Tac Toe + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/tictactoe.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.freewebtown.com/theweather/googlegadgets/tictactoe.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tic Tac Toe + Tic Tac Toe + Google,Gadgets + + + + + TheDollPalaceDollOfTheDayGadget + The Doll Palace Doll Of The Day + Google Gadgets: The Doll Palace Doll Of The Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Doll Palace Doll Of The Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thedollpalace.com/rss/doll-of-the-day.xml.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thedollpalace.com/rss/doll-of-the-day.xml.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Doll Palace Doll Of The Day + The Doll Palace Doll Of The Day + Google,Gadgets + + + + + WordCoilGameoftheDayGadget + Word Coil Game of the Day + Google Gadgets: Word Coil Game of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Word Coil Game of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wordcoil.com/googlehomepage.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wordcoil.com/googlehomepage.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Word Coil Game of the Day + Word Coil Game of the Day + Google,Gadgets + + + + + WonderfulInfooftheDayGadget + Wonderful Info. of the Day + Google Gadgets: Wonderful Info. of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wonderful Info. of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wonderfulinfo.com/wonderfulinfo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wonderfulinfo.com/wonderfulinfo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wonderful Info. of the Day + Wonderful Info. of the Day + Google,Gadgets + + + + + MiniclipGameWakeboardingXSGadget + Miniclip Game - Wakeboarding XS + Google Gadgets: Miniclip Game - Wakeboarding XS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Wakeboarding XS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/wakeboarding-xs/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/wakeboarding-xs/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Wakeboarding XS + Miniclip Game - Wakeboarding XS + Google,Gadgets + + + + + iconenetRadioTvPlayervideoclipmusicGadget + i-cone.net Radio Tv Player - video clip - music + Google Gadgets: i-cone.net Radio Tv Player - video clip - music Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + i-cone.net Radio Tv Player - video clip - music + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.i-cone.net/i-cone-net-radio-tv_dynasx.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.i-cone.net/i-cone-net-radio-tv_dynasx.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + i-cone.net Radio Tv Player - video clip - music + i-cone.net Radio Tv Player - video clip - music + Google,Gadgets + + + + + LoveTarotandCareerTarotAstrologyreadingfromAstrocenterGadget + Love Tarot and Career Tarot Astrology reading from Astrocenter + Google Gadgets: Love Tarot and Career Tarot Astrology reading from Astrocenter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Love Tarot and Career Tarot Astrology reading from Astrocenter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.astrocenter.com/US/Feeds/googleTarotModule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.astrocenter.com/US/Feeds/googleTarotModule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Love Tarot and Career Tarot Astrology reading from Astrocenter + Love Tarot and Career Tarot Astrology reading from Astrocenter + Google,Gadgets + + + + + BattleshipsGeneralQuartersIIGadget + Battleships-General Quarters II + Google Gadgets: Battleships-General Quarters II Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Battleships-General Quarters II + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/battleshipsgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/battleshipsgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Battleships-General Quarters II + Battleships-General Quarters II + Google,Gadgets + + + + + SixDegreesOfWikipediaGadget + Six Degrees Of Wikipedia + Google Gadgets: Six Degrees Of Wikipedia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Six Degrees Of Wikipedia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/grimmthething/wikiSep.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geocities.com/grimmthething/wikiSep.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Six Degrees Of Wikipedia + Six Degrees Of Wikipedia + Google,Gadgets + + + + + ShootingFishGadget + Shooting Fish + Google Gadgets: Shooting Fish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shooting Fish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/shootingfishgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/shootingfishgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shooting Fish + Shooting Fish + Google,Gadgets + + + + + FlagsandFactsGadget + Flags and Facts + Google Gadgets: Flags and Facts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flags and Facts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://orawiz.googlepages.com/flags.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://orawiz.googlepages.com/flags.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flags and Facts + Flags and Facts + Google,Gadgets + + + + + WritingProgressMeterGadget + Writing Progress Meter + Google Gadgets: Writing Progress Meter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Writing Progress Meter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.writertopia.com/api/meter.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.writertopia.com/api/meter.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Writing Progress Meter + Writing Progress Meter + Google,Gadgets + + + + + TheAntsGadgetGadget + The Ants Gadget + Google Gadgets: The Ants Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Ants Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/Antsgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/Antsgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Ants Gadget + The Ants Gadget + Google,Gadgets + + + + + GunslingerGadget + Gunslinger + Google Gadgets: Gunslinger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gunslinger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/gunslinger.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/gunslinger.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gunslinger + Gunslinger + Google,Gadgets + + + + + BeaverBlastGadget + Beaver Blast + Google Gadgets: Beaver Blast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beaver Blast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/beaverblastGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/beaverblastGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beaver Blast + Beaver Blast + Google,Gadgets + + + + + MiniclipGameBubbleTroubleGadget + Miniclip Game - Bubble Trouble + Google Gadgets: Miniclip Game - Bubble Trouble Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Bubble Trouble + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/bubble-trouble/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/bubble-trouble/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Bubble Trouble + Miniclip Game - Bubble Trouble + Google,Gadgets + + + + + CannonBlastGadget + Cannon Blast + Google Gadgets: Cannon Blast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cannon Blast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/cannonblastgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/cannonblastgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cannon Blast + Cannon Blast + Google,Gadgets + + + + + SeinfeldKramerSoundboardGadget + Seinfeld - Kramer Soundboard + Google Gadgets: Seinfeld - Kramer Soundboard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Seinfeld - Kramer Soundboard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/kramer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://radgadget.googlepages.com/kramer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Seinfeld - Kramer Soundboard + Seinfeld - Kramer Soundboard + Google,Gadgets + + + + + DeepSeaDiveGadget + Deep Sea Dive + Google Gadgets: Deep Sea Dive Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deep Sea Dive + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/deepseadive.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.freewebtown.com/theweather/googlegadgets/deepseadive.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deep Sea Dive + Deep Sea Dive + Google,Gadgets + + + + + TwiddleStixGadget + Twiddle Stix + Google Gadgets: Twiddle Stix Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Twiddle Stix + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/twiddlestixgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/twiddlestixgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Twiddle Stix + Twiddle Stix + Google,Gadgets + + + + + ARMYSWATGadget + ARMY S.W.A.T + Google Gadgets: ARMY S.W.A.T Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ARMY S.W.A.T + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/armyswatGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/armyswatGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ARMY S.W.A.T + ARMY S.W.A.T + Google,Gadgets + + + + + FlashLudoGadget + Flash Ludo + Google Gadgets: Flash Ludo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Ludo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/flashludo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/flashludo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Ludo + Flash Ludo + Google,Gadgets + + + + + BricksJunctionGadget + Bricks Junction + Google Gadgets: Bricks Junction Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bricks Junction + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mesuot.com/junction/junc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mesuot.com/junction/junc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bricks Junction + Bricks Junction + Google,Gadgets + + + + + ShipGadget + Ship + Google Gadgets: Ship Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ship + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/ship.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/ship.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ship + Ship + Google,Gadgets + + + + + SubCommanderGadget + Sub Commander + Google Gadgets: Sub Commander Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sub Commander + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/subcommandergadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/subcommandergadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sub Commander + Sub Commander + Google,Gadgets + + + + + CrazyBallGadget + Crazy Ball + Google Gadgets: Crazy Ball Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crazy Ball + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/crazyball.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/crazyball.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crazy Ball + Crazy Ball + Google,Gadgets + + + + + ImReallySadcomCuteThumbnailGadget + ImReallySad.com Cute Thumbnail + Google Gadgets: ImReallySad.com Cute Thumbnail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ImReallySad.com Cute Thumbnail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://manfrin.googlepages.com/imrs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://manfrin.googlepages.com/imrs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ImReallySad.com Cute Thumbnail + ImReallySad.com Cute Thumbnail + Google,Gadgets + + + + + MiniclipGame3FootNinjaGadget + Miniclip Game - 3 Foot Ninja + Google Gadgets: Miniclip Game - 3 Foot Ninja Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - 3 Foot Ninja + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/3-foot-ninja/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/3-foot-ninja/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - 3 Foot Ninja + Miniclip Game - 3 Foot Ninja + Google,Gadgets + + + + + MadCows1Gadget + Mad Cows + Google Gadgets: Mad Cows Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mad Cows + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/madcows.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/madcows.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mad Cows + Mad Cows + Google,Gadgets + + + + + FroggerGadget + Frogger + Google Gadgets: Frogger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Frogger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.shockinglyfun.com/froggerGGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.shockinglyfun.com/froggerGGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Frogger + Frogger + Google,Gadgets + + + + + DeductionGameGadget + Deduction Game + Google Gadgets: Deduction Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deduction Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/deduction/deduction.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/deduction/deduction.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deduction Game + Deduction Game + Google,Gadgets + + + + + UFOMapssightingsastheyhappenGadget + UFOMaps - sightings as they happen + Google Gadgets: UFOMaps - sightings as they happen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UFOMaps - sightings as they happen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ufomaps.com/gadget/ufomaps.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ufomaps.com/gadget/ufomaps.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UFOMaps - sightings as they happen + UFOMaps - sightings as they happen + Google,Gadgets + + + + + PipeNightmareGadget + Pipe Nightmare + Google Gadgets: Pipe Nightmare Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pipe Nightmare + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://GdaRussian.googlepages.com/PipeNightmare.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://GdaRussian.googlepages.com/PipeNightmare.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pipe Nightmare + Pipe Nightmare + Google,Gadgets + + + + + ShuttleCommanderGadget + Shuttle Commander + Google Gadgets: Shuttle Commander Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shuttle Commander + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/flight/shuttle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/flight/shuttle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shuttle Commander + Shuttle Commander + Google,Gadgets + + + + + TVUPlayerGadget + TVUPlayer + Google Gadgets: TVUPlayer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TVUPlayer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://akira.animation.googlepages.com/tvuplayer_v1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://akira.animation.googlepages.com/tvuplayer_v1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TVUPlayer + TVUPlayer + Google,Gadgets + + + + + RapidFireGadget + Rapid Fire + Google Gadgets: Rapid Fire Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rapid Fire + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/rapid-firegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/rapid-firegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rapid Fire + Rapid Fire + Google,Gadgets + + + + + MiniclipGameCrashdownGadget + Miniclip Game - Crashdown + Google Gadgets: Miniclip Game - Crashdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Crashdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/crashdown/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/crashdown/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Crashdown + Miniclip Game - Crashdown + Google,Gadgets + + + + + RocketCarGadget + Rocket Car + Google Gadgets: Rocket Car Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rocket Car + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/rocketcar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.theweather.tk/googlegadgets/rocketcar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rocket Car + Rocket Car + Google,Gadgets + + + + + SaloonShootoutGadget + Saloon Shootout + Google Gadgets: Saloon Shootout Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Saloon Shootout + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/saloonshootoutGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/saloonshootoutGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Saloon Shootout + Saloon Shootout + Google,Gadgets + + + + + FlashFireworksDetroitGadget + Flash Fireworks - Detroit + Google Gadgets: Flash Fireworks - Detroit Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - Detroit + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-detroit.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/fireworks-detroit.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - Detroit + Flash Fireworks - Detroit + Google,Gadgets + + + + + TowerDefenceGadget + Tower Defence + Google Gadgets: Tower Defence Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tower Defence + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/towerdefencegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/towerdefencegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tower Defence + Tower Defence + Google,Gadgets + + + + + AdFreeSudokuPuzzlesGadget + Ad-Free Sudoku Puzzles + Google Gadgets: Ad-Free Sudoku Puzzles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ad-Free Sudoku Puzzles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.odyssey.ie/sudoku/sudoku.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.odyssey.ie/sudoku/sudoku.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ad-Free Sudoku Puzzles + Ad-Free Sudoku Puzzles + Google,Gadgets + + + + + MemoryTrialGadget + Memory Trial + Google Gadgets: Memory Trial Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Memory Trial + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/memorytrial.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/memorytrial.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Memory Trial + Memory Trial + Google,Gadgets + + + + + 3dwormGadget + 3d worm + Google Gadgets: 3d worm Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3d worm + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/3dworm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/3dworm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3d worm + 3d worm + Google,Gadgets + + + + + ParrottHeadGadget + Parrott Head + Google Gadgets: Parrott Head Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Parrott Head + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/parrott.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/parrott.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Parrott Head + Parrott Head + Google,Gadgets + + + + + ThenaturephotographyofJoeDeckerGadget + The nature photography of Joe Decker + Google Gadgets: The nature photography of Joe Decker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The nature photography of Joe Decker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rockslidephoto.com/randecker.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rockslidephoto.com/randecker.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The nature photography of Joe Decker + The nature photography of Joe Decker + Google,Gadgets + + + + + GravityGadget + Gravity + Google Gadgets: Gravity Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gravity + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/gravitygadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/gravitygadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gravity + Gravity + Google,Gadgets + + + + + RandomGamesGadget + Random Games + Google Gadgets: Random Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nextlevelarcade.com/google-gadget-feed.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nextlevelarcade.com/google-gadget-feed.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Games + Random Games + Google,Gadgets + + + + + CartoonBankcomCartoonoftheDayGadget + CartoonBank.com- Cartoon of the Day + Google Gadgets: CartoonBank.com- Cartoon of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CartoonBank.com- Cartoon of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cartoonbank.com/rss/cb-cartoon-of-the-day.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cartoonbank.com/rss/cb-cartoon-of-the-day.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CartoonBank.com- Cartoon of the Day + CartoonBank.com- Cartoon of the Day + Google,Gadgets + + + + + TheOnlineMillionaireQuiz20Gadget + The Online Millionaire Quiz 2.0 + Google Gadgets: The Online Millionaire Quiz 2.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Online Millionaire Quiz 2.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/millionairequizgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/millionairequizgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Online Millionaire Quiz 2.0 + The Online Millionaire Quiz 2.0 + Google,Gadgets + + + + + FlashFireworksTimeSquareGadget + Flash Fireworks - TimeSquare + Google Gadgets: Flash Fireworks - TimeSquare Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - TimeSquare + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-time-square.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/fireworks-time-square.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - TimeSquare + Flash Fireworks - TimeSquare + Google,Gadgets + + + + + FlashteroidsGadget + Flashteroids + Google Gadgets: Flashteroids Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flashteroids + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://aderowbotham.googlepages.com/flashteroids-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://aderowbotham.googlepages.com/flashteroids-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flashteroids + Flashteroids + Google,Gadgets + + + + + AliasGadget + Alias + Google Gadgets: Alias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/aliasgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/aliasgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alias + Alias + Google,Gadgets + + + + + PacXonv10Gadget + PacXon v1.0 + Google Gadgets: PacXon v1.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PacXon v1.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.schulz.dk/pacxon.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.schulz.dk/pacxon.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PacXon v1.0 + PacXon v1.0 + Google,Gadgets + + + + + GeorgeBushShootOutGadget + George Bush Shoot Out + Google Gadgets: George Bush Shoot Out Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + George Bush Shoot Out + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/bushshootoutgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/bushshootoutgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + George Bush Shoot Out + George Bush Shoot Out + Google,Gadgets + + + + + RumbleBallGadget + Rumble Ball + Google Gadgets: Rumble Ball Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rumble Ball + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/rumbleballreloadedGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/rumbleballreloadedGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rumble Ball + Rumble Ball + Google,Gadgets + + + + + HotterorNotterGadget + Hotter or Notter + Google Gadgets: Hotter or Notter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hotter or Notter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://svm.csie.ntu.edu.tw/~ranker/gadget/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://svm.csie.ntu.edu.tw/~ranker/gadget/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hotter or Notter + Hotter or Notter + Google,Gadgets + + + + + HumanClockGadget + Human Clock + Google Gadgets: Human Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Human Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://g.1o4.jp/module/humanclock.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://g.1o4.jp/module/humanclock.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Human Clock + Human Clock + Google,Gadgets + + + + + ChristmasMusicJukeboxGadget + Christmas Music Jukebox + Google Gadgets: Christmas Music Jukebox Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Christmas Music Jukebox + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://songsofpraise.org/ncmjukebox.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://songsofpraise.org/ncmjukebox.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Christmas Music Jukebox + Christmas Music Jukebox + Google,Gadgets + + + + + BraingleMentalrobicsGadget + Braingle Mentalrobics + Google Gadgets: Braingle Mentalrobics Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Braingle Mentalrobics + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.braingle.com/widgets/google_mentalrobics.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.braingle.com/widgets/google_mentalrobics.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Braingle Mentalrobics + Braingle Mentalrobics + Google,Gadgets + + + + + OrcHunterGadget + Orc Hunter + Google Gadgets: Orc Hunter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orc Hunter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/orchunterGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/orchunterGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orc Hunter + Orc Hunter + Google,Gadgets + + + + + FuzzyGadget + Fuzzy + Google Gadgets: Fuzzy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fuzzy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/fuzzyGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/fuzzyGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fuzzy + Fuzzy + Google,Gadgets + + + + + CATVACCatapultIIGadget + CAT-VAC (Catapult II) + Google Gadgets: CAT-VAC (Catapult II) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CAT-VAC (Catapult II) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/catvacGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/catvacGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CAT-VAC (Catapult II) + CAT-VAC (Catapult II) + Google,Gadgets + + + + + MiniclipGameFieldGoalGadget + Miniclip Game - Field Goal + Google Gadgets: Miniclip Game - Field Goal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Field Goal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/field-goal/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/field-goal/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Field Goal + Miniclip Game - Field Goal + Google,Gadgets + + + + + MiniPool1Gadget + Mini Pool + Google Gadgets: Mini Pool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mini Pool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/minipool.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/minipool.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mini Pool + Mini Pool + Google,Gadgets + + + + + Alias1Gadget + Alias + Google Gadgets: Alias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/alias.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/alias.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alias + Alias + Google,Gadgets + + + + + LastDayofSchoolGadget + Last Day of School + Google Gadgets: Last Day of School Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Last Day of School + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108780196323594523537%26mid%3D97%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D108780196323594523537%26mid%3D97%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Last Day of School + Last Day of School + Google,Gadgets + + + + + FreeDailyTriviaGamesandQuizzesGadget + Free Daily Trivia Games and Quizzes + Google Gadgets: Free Daily Trivia Games and Quizzes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Daily Trivia Games and Quizzes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.funtrivia.com/triviax.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.funtrivia.com/triviax.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Daily Trivia Games and Quizzes + Free Daily Trivia Games and Quizzes + Google,Gadgets + + + + + SlideshowsoftheDayGadget + Slideshows of the Day + Google Gadgets: Slideshows of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slideshows of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slideshows of the Day + Slideshows of the Day + Google,Gadgets + + + + + Alias2Gadget + Alias 2 + Google Gadgets: Alias 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alias 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/alias2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/alias2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alias 2 + Alias 2 + Google,Gadgets + + + + + AlienBounceGadget + Alien Bounce + Google Gadgets: Alien Bounce Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alien Bounce + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/alienbouncegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/alienbouncegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alien Bounce + Alien Bounce + Google,Gadgets + + + + + FiremanGadget + Fireman + Google Gadgets: Fireman Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fireman + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/firemanGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/firemanGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fireman + Fireman + Google,Gadgets + + + + + YourDailyCustomMickeyGadget + Your Daily Custom Mickey + Google Gadgets: Your Daily Custom Mickey Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your Daily Custom Mickey + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.everybodyneeds2drawmickeyonce.com/gadgets/mickey.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.everybodyneeds2drawmickeyonce.com/gadgets/mickey.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your Daily Custom Mickey + Your Daily Custom Mickey + Google,Gadgets + + + + + ARMYSWAT1Gadget + ARMY S.W.A.T + Google Gadgets: ARMY S.W.A.T Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ARMY S.W.A.T + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/armyswatgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/armyswatgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ARMY S.W.A.T + ARMY S.W.A.T + Google,Gadgets + + + + + UniWarGadget + UniWar + Google Gadgets: UniWar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UniWar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/uniwarf8Gadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/uniwarf8Gadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UniWar + UniWar + Google,Gadgets + + + + + GooglePopularVideosGadget + Google Popular Videos + Google Gadgets: Google Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dgoogle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dgoogle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Popular Videos + Google Popular Videos + Google,Gadgets + + + + + MindMasterGadget + MindMaster + Google Gadgets: MindMaster Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MindMaster + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.degraeve.com/google/mindmaster.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.degraeve.com/google/mindmaster.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MindMaster + MindMaster + Google,Gadgets + + + + + WishingBellGadget + Wishing Bell + Google Gadgets: Wishing Bell Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wishing Bell + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/delabs/gadgets/wish/index.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geocities.com/delabs/gadgets/wish/index.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wishing Bell + Wishing Bell + Google,Gadgets + + + + + FieldGoalGadget + Field Goal + Google Gadgets: Field Goal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Field Goal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/FieldGoalGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/FieldGoalGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Field Goal + Field Goal + Google,Gadgets + + + + + Bowman2Gadget + Bowman 2 + Google Gadgets: Bowman 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bowman 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/bowman2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.freewebtown.com/theweather/googlegadgets/bowman2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bowman 2 + Bowman 2 + Google,Gadgets + + + + + 3FootNinjaIIGadget + 3 Foot Ninja II + Google Gadgets: 3 Foot Ninja II Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3 Foot Ninja II + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/3FootNinja2gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/3FootNinja2gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3 Foot Ninja II + 3 Foot Ninja II + Google,Gadgets + + + + + FloweroftheDayGadget + Flower of the Day + Google Gadgets: Flower of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flower of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.flowershopnetwork.com/widgets/fotd_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.flowershopnetwork.com/widgets/fotd_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flower of the Day + Flower of the Day + Google,Gadgets + + + + + QuotationoftheDayGadget + Quotation of the Day + Google Gadgets: Quotation of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quotation of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/quote-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thefreedictionary.com/_/WoD/quote-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quotation of the Day + Quotation of the Day + Google,Gadgets + + + + + MoviePhotosoftheDayGadget + Movie Photos of the Day + Google Gadgets: Movie Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Movie Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/movie-photos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/movie-photos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Movie Photos of the Day + Movie Photos of the Day + Google,Gadgets + + + + + FlashFireworksChicagoGadget + Flash Fireworks - Chicago + Google Gadgets: Flash Fireworks - Chicago Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - Chicago + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-chicago.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/fireworks-chicago.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - Chicago + Flash Fireworks - Chicago + Google,Gadgets + + + + + GoogleCompareKeywordsGadget + Google Compare Keywords + Google Gadgets: Google Compare Keywords Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Compare Keywords + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nastypixel.com/prototype/myfiles/googleComp/googleComp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nastypixel.com/prototype/myfiles/googleComp/googleComp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Compare Keywords + Google Compare Keywords + Google,Gadgets + + + + + MarsLandingGadget + Mars Landing + Google Gadgets: Mars Landing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mars Landing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/mars_stand_miniclipgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/mars_stand_miniclipgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mars Landing + Mars Landing + Google,Gadgets + + + + + CrazyCastleGadget + Crazy Castle + Google Gadgets: Crazy Castle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crazy Castle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/crazycastle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/crazycastle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crazy Castle + Crazy Castle + Google,Gadgets + + + + + TERRORALERTLEVELGadget + TERROR ALERT LEVEL + Google Gadgets: TERROR ALERT LEVEL Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TERROR ALERT LEVEL + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ned.ucam.org/~gr252/terror2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ned.ucam.org/~gr252/terror2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TERROR ALERT LEVEL + TERROR ALERT LEVEL + Google,Gadgets + + + + + DogQuotesGadgetGadget + Dog Quotes Gadget + Google Gadgets: Dog Quotes Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dog Quotes Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/quote_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.puppyfinder.com/google_gadget/quote_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dog Quotes Gadget + Dog Quotes Gadget + Google,Gadgets + + + + + MightyOpticalIllusionsGadget + Mighty Optical Illusions + Google Gadgets: Mighty Optical Illusions Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mighty Optical Illusions + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.interlog.com/~kidcare/michaelsprogramming/moillusions0.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.interlog.com/~kidcare/michaelsprogramming/moillusions0.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mighty Optical Illusions + Mighty Optical Illusions + Google,Gadgets + + + + + FreeDailyMP3Gadget + ?:?:?:?:? Free Daily MP3 ?:?:?:?:? + Google Gadgets: ?:?:?:?:? Free Daily MP3 ?:?:?:?:? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ?:?:?:?:? Free Daily MP3 ?:?:?:?:? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.luketan.com/freeMP3.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.luketan.com/freeMP3.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ?:?:?:?:? Free Daily MP3 ?:?:?:?:? + ?:?:?:?:? Free Daily MP3 ?:?:?:?:? + Google,Gadgets + + + + + VirtualCop1Gadget + Virtual Cop + Google Gadgets: Virtual Cop Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Virtual Cop + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/virtualcopgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/virtualcopgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Virtual Cop + Virtual Cop + Google,Gadgets + + + + + SudokuoftheDayGadget + Sudoku of the Day + Google Gadgets: Sudoku of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sudoku of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.puzzlerscave.com/sudoku.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.puzzlerscave.com/sudoku.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sudoku of the Day + Sudoku of the Day + Google,Gadgets + + + + + DeepThoughtsbyJackHandeyGadget + Deep Thoughts by Jack Handey + Google Gadgets: Deep Thoughts by Jack Handey Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deep Thoughts by Jack Handey + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://luvgooglegadgets.com/OfficialDeepThoughts/dpthoughsoff.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://luvgooglegadgets.com/OfficialDeepThoughts/dpthoughsoff.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deep Thoughts by Jack Handey + Deep Thoughts by Jack Handey + Google,Gadgets + + + + + CaribbeanStudPokerGadget + Caribbean Stud Poker + Google Gadgets: Caribbean Stud Poker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Caribbean Stud Poker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/caribbean/caribbean.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/caribbean/caribbean.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Caribbean Stud Poker + Caribbean Stud Poker + Google,Gadgets + + + + + FreeDailyHoroscopesGadget + Free Daily Horoscopes + Google Gadgets: Free Daily Horoscopes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Daily Horoscopes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.astrocenter.com/US/Feeds/googleModule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.astrocenter.com/US/Feeds/googleModule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Daily Horoscopes + Free Daily Horoscopes + Google,Gadgets + + + + + WhatWouldNinjaDoGadget + What Would Ninja Do? + Google Gadgets: What Would Ninja Do? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + What Would Ninja Do? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cs.montana.edu/~pauls/gadgets/wwnd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cs.montana.edu/~pauls/gadgets/wwnd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + What Would Ninja Do? + What Would Ninja Do? + Google,Gadgets + + + + + RedBeardGadget + Red Beard + Google Gadgets: Red Beard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Red Beard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/redbeardgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/redbeardgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Red Beard + Red Beard + Google,Gadgets + + + + + JokesHumourFunQuotesSayingsGadget + Jokes, Humour, Fun, Quotes, Sayings + Google Gadgets: Jokes, Humour, Fun, Quotes, Sayings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jokes, Humour, Fun, Quotes, Sayings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://narrehat.dk/gmodule/jokes_uk.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://narrehat.dk/gmodule/jokes_uk.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jokes, Humour, Fun, Quotes, Sayings + Jokes, Humour, Fun, Quotes, Sayings + Google,Gadgets + + + + + Morethan247365247365FreeSudokuPuzzlesGadget + More than 247,365,247,365 Free Sudoku Puzzles + Google Gadgets: More than 247,365,247,365 Free Sudoku Puzzles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + More than 247,365,247,365 Free Sudoku Puzzles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sudokupark.com/gsudoku.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sudokupark.com/gsudoku.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + More than 247,365,247,365 Free Sudoku Puzzles + More than 247,365,247,365 Free Sudoku Puzzles + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-funandgames-ja/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-funandgames-ja/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-funandgames-ja/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-funandgames-ja + war + 0.3 + Google Gadgets Fun and Games For Japanese Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-funandgames-ja + + Property changes on: googlegadgets/trunk/googlegadgets-funandgames-ja/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9593 @@ + + + + + + INVADERSGadget + INVADERS + Google Gadgets: INVADERS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + INVADERS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=INVADERS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=INVADERS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + INVADERS + INVADERS + Google,Gadgets + + + + + EiffelTowerLiveWebcamGadget + Eiffel Tower Live Webcam + Google Gadgets: Eiffel Tower Live Webcam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eiffel Tower Live Webcam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Eiffel Tower Live Webcam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Eiffel Tower Live Webcam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eiffel Tower Live Webcam + Eiffel Tower Live Webcam + Google,Gadgets + + + + + PacManv24Gadget + PacMan v2.4 + Google Gadgets: PacMan v2.4 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PacMan v2.4 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PacMan v2.4&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PacMan v2.4 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PacMan v2.4 + PacMan v2.4 + Google,Gadgets + + + + + gooGadget + goo ????????????????????? + Google Gadgets: goo ????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + goo ????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=goo テレビ番組ナビ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=goo テレビ番組ナビ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + goo ????????????????????? + goo ????????????????????? + Google,Gadgets + + + + + SearchYouTubeGadget + Search YouTube + Google Gadgets: Search YouTube Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search YouTube + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search YouTube&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search YouTube + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search YouTube + Search YouTube + Google,Gadgets + + + + + MahjongGadget + Mahjong + Google Gadgets: Mahjong Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mahjong + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mahjong&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mahjong + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mahjong + Mahjong + Google,Gadgets + + + + + FreeSudokuPuzzlesGadget + Free Sudoku Puzzles + Google Gadgets: Free Sudoku Puzzles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Sudoku Puzzles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Free Sudoku Puzzles&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Free Sudoku Puzzles + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Sudoku Puzzles + Free Sudoku Puzzles + Google,Gadgets + + + + + NewsGadget + ????????????!News + Google Gadgets: ????????????!News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????!News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=グラビア!News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=グラビア!News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????!News + ????????????!News + Google,Gadgets + + + + + TrioGadget + Trio + Google Gadgets: Trio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Trio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Trio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Trio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Trio + Trio + Google,Gadgets + + + + + PicasaWebPhotosGadget + Picasa Web Photos + Google Gadgets: Picasa Web Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Picasa Web Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Picasa Web Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Picasa Web Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Picasa Web Photos + Picasa Web Photos + Google,Gadgets + + + + + StrangethingsinGoogleMapsGadget + Strange things in Google Maps + Google Gadgets: Strange things in Google Maps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Strange things in Google Maps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Strange things in Google Maps&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Strange things in Google Maps + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Strange things in Google Maps + Strange things in Google Maps + Google,Gadgets + + + + + GuitarChordsFinderGadget + Guitar Chords Finder + Google Gadgets: Guitar Chords Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Guitar Chords Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Guitar Chords Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Guitar Chords Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Guitar Chords Finder + Guitar Chords Finder + Google,Gadgets + + + + + DailyCatPicturesGadget + Daily Cat Pictures + Google Gadgets: Daily Cat Pictures Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Cat Pictures + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Cat Pictures&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Cat Pictures + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Cat Pictures + Daily Cat Pictures + Google,Gadgets + + + + + AdFreeSudokuPuzzlesGadget + Ad-Free Sudoku Puzzles + Google Gadgets: Ad-Free Sudoku Puzzles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ad-Free Sudoku Puzzles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ad-Free Sudoku Puzzles&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ad-Free Sudoku Puzzles + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ad-Free Sudoku Puzzles + Ad-Free Sudoku Puzzles + Google,Gadgets + + + + + TYPINGBLOCKGadget + TYPING BLOCK + Google Gadgets: TYPING BLOCK Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TYPING BLOCK + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TYPING BLOCK&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TYPING BLOCK + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TYPING BLOCK + TYPING BLOCK + Google,Gadgets + + + + + FlickrContactPhotosGadget + Flickr Contact Photos + Google Gadgets: Flickr Contact Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flickr Contact Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flickr Contact Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flickr Contact Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flickr Contact Photos + Flickr Contact Photos + Google,Gadgets + + + + + BattleshipGadget + Battleship + Google Gadgets: Battleship Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Battleship + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Battleship&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Battleship + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Battleship + Battleship + Google,Gadgets + + + + + TreeFrogGadget + Tree Frog + Google Gadgets: Tree Frog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tree Frog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tree Frog&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tree Frog + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tree Frog + Tree Frog + Google,Gadgets + + + + + mooomjpVideosGadget + mooom.jp Videos + Google Gadgets: mooom.jp Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + mooom.jp Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=mooom.jp Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=mooom.jp Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + mooom.jp Videos + mooom.jp Videos + Google,Gadgets + + + + + GyaOGadget + GyaO ?????? + Google Gadgets: GyaO ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GyaO ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GyaO 音楽&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GyaO 音楽 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GyaO ?????? + GyaO ?????? + Google,Gadgets + + + + + OXGadget + OX + Google Gadgets: OX Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + OX + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=OX&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=OX + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + OX + OX + Google,Gadgets + + + + + GyaO1Gadget + GyaO ????????? + Google Gadgets: GyaO ????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GyaO ????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GyaO ドラマ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GyaO ドラマ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GyaO ????????? + GyaO ????????? + Google,Gadgets + + + + + PINGxPONGGadget + PINGxPONG + Google Gadgets: PINGxPONG Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PINGxPONG + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PINGxPONG&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PINGxPONG + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PINGxPONG + PINGxPONG + Google,Gadgets + + + + + PoweredbyGoogleGadget + ?????????????????? Powered by Google + Google Gadgets: ?????????????????? Powered by Google Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ?????????????????? Powered by Google + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=有名人顔検索 Powered by Google&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=有名人顔検索 Powered by Google + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ?????????????????? Powered by Google + ?????????????????? Powered by Google + Google,Gadgets + + + + + IMPACTGadget + IMPACT + Google Gadgets: IMPACT Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IMPACT + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IMPACT&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IMPACT + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IMPACT + IMPACT + Google,Gadgets + + + + + SNAKEGadget + SNAKE + Google Gadgets: SNAKE Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SNAKE + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SNAKE&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SNAKE + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SNAKE + SNAKE + Google,Gadgets + + + + + GadgetTVGadget + Gadget TV + Google Gadgets: Gadget TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gadget TV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gadget TV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget TV + Gadget TV + Google,Gadgets + + + + + PS2Gadget + PS2???????????????????????? + Google Gadgets: PS2???????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PS2???????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PS2ゲームどうなの?&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PS2ゲームどうなの? + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PS2???????????????????????? + PS2???????????????????????? + Google,Gadgets + + + + + TABGadget + ?????????????????????TAB?????? + Google Gadgets: ?????????????????????TAB?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ?????????????????????TAB?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ゲームニュースTAB表示&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ゲームニュースTAB表示 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ?????????????????????TAB?????? + ?????????????????????TAB?????? + Google,Gadgets + + + + + ShowTimeGadget + ShowTime ???????????? + Google Gadgets: ShowTime ???????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ShowTime ???????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ShowTime 動画検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ShowTime 動画検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ShowTime ???????????? + ShowTime ???????????? + Google,Gadgets + + + + + WordoftheDayGadget + Word of the Day + Google Gadgets: Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Word of the Day + Word of the Day + Google,Gadgets + + + + + AtomicaGadget + Atomica + Google Gadgets: Atomica Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Atomica + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Atomica&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Atomica + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Atomica + Atomica + Google,Gadgets + + + + + TransformersthemovieGadget + Transformers the movie + Google Gadgets: Transformers the movie Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Transformers the movie + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Transformers the movie&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Transformers the movie + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Transformers the movie + Transformers the movie + Google,Gadgets + + + + + SimpsonsMillionaireGadget + Simpsons Millionaire + Google Gadgets: Simpsons Millionaire Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Simpsons Millionaire + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Simpsons Millionaire&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Simpsons Millionaire + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Simpsons Millionaire + Simpsons Millionaire + Google,Gadgets + + + + + CincoGadget + Cinco + Google Gadgets: Cinco Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cinco + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cinco&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cinco + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cinco + Cinco + Google,Gadgets + + + + + WiiLaunchCountdownGadget + Wii Launch Countdown + Google Gadgets: Wii Launch Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wii Launch Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wii Launch Countdown&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wii Launch Countdown + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wii Launch Countdown + Wii Launch Countdown + Google,Gadgets + + + + + GeographyAustraliaabcGadget + Geography Australia abc + Google Gadgets: Geography Australia abc Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Geography Australia abc + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Geography Australia abc&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Geography Australia abc + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Geography Australia abc + Geography Australia abc + Google,Gadgets + + + + + KonnectorsGadget + Konnectors + Google Gadgets: Konnectors Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Konnectors + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Konnectors&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Konnectors + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Konnectors + Konnectors + Google,Gadgets + + + + + TurtleBridgeGadget + Turtle Bridge + Google Gadgets: Turtle Bridge Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turtle Bridge + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Turtle Bridge&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Turtle Bridge + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turtle Bridge + Turtle Bridge + Google,Gadgets + + + + + CrazyBallGadget + Crazy Ball + Google Gadgets: Crazy Ball Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crazy Ball + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Crazy Ball&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Crazy Ball + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crazy Ball + Crazy Ball + Google,Gadgets + + + + + SocceresqueUpdatesGadget + Socceresque Updates + Google Gadgets: Socceresque Updates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Socceresque Updates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Socceresque Updates&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Socceresque Updates + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Socceresque Updates + Socceresque Updates + Google,Gadgets + + + + + BrightCovePopularVideosGadget + BrightCove Popular Videos + Google Gadgets: BrightCove Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BrightCove Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BrightCove Popular Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BrightCove Popular Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BrightCove Popular Videos + BrightCove Popular Videos + Google,Gadgets + + + + + MogmoGadget + Mogmo + Google Gadgets: Mogmo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mogmo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mogmo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mogmo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mogmo + Mogmo + Google,Gadgets + + + + + StoneBreakerGadget + Stone Breaker + Google Gadgets: Stone Breaker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stone Breaker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Stone Breaker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Stone Breaker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stone Breaker + Stone Breaker + Google,Gadgets + + + + + ZombieHorde2Gadget + Zombie Horde 2 + Google Gadgets: Zombie Horde 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zombie Horde 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Zombie Horde 2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Zombie Horde 2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zombie Horde 2 + Zombie Horde 2 + Google,Gadgets + + + + + SnowManHunterGadget + Snow Man Hunter + Google Gadgets: Snow Man Hunter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Snow Man Hunter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Snow Man Hunter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Snow Man Hunter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Snow Man Hunter + Snow Man Hunter + Google,Gadgets + + + + + CrazyCastle2Gadget + Crazy Castle 2 + Google Gadgets: Crazy Castle 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crazy Castle 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Crazy Castle 2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Crazy Castle 2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crazy Castle 2 + Crazy Castle 2 + Google,Gadgets + + + + + NightmareKingdomGadget + Nightmare Kingdom + Google Gadgets: Nightmare Kingdom Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nightmare Kingdom + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nightmare Kingdom&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nightmare Kingdom + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nightmare Kingdom + Nightmare Kingdom + Google,Gadgets + + + + + ClownsGadget + Clowns + Google Gadgets: Clowns Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clowns + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Clowns&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Clowns + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clowns + Clowns + Google,Gadgets + + + + + TurboSpiritGadget + Turbo Spirit + Google Gadgets: Turbo Spirit Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turbo Spirit + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Turbo Spirit&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Turbo Spirit + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turbo Spirit + Turbo Spirit + Google,Gadgets + + + + + FrasedelDiaGadget + Frase del Dia + Google Gadgets: Frase del Dia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Frase del Dia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Frase del Dia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Frase del Dia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Frase del Dia + Frase del Dia + Google,Gadgets + + + + + Pharaoh39sTreasureGadget + Pharaoh's Treasure + Google Gadgets: Pharaoh's Treasure Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pharaoh's Treasure + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pharaoh's Treasure&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pharaoh's Treasure + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pharaoh's Treasure + Pharaoh's Treasure + Google,Gadgets + + + + + PatienceGadget + Patience + Google Gadgets: Patience Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Patience + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Patience&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Patience + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Patience + Patience + Google,Gadgets + + + + + TDKenov01Gadget + TD Keno v0.1 + Google Gadgets: TD Keno v0.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TD Keno v0.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TD Keno v0.1&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TD Keno v0.1 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TD Keno v0.1 + TD Keno v0.1 + Google,Gadgets + + + + + HoroscopedujourGadget + Horoscope du jour + Google Gadgets: Horoscope du jour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Horoscope du jour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Horoscope du jour&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Horoscope du jour + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Horoscope du jour + Horoscope du jour + Google,Gadgets + + + + + JungleDaveGadget + Jungle Dave + Google Gadgets: Jungle Dave Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jungle Dave + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jungle Dave&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jungle Dave + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jungle Dave + Jungle Dave + Google,Gadgets + + + + + HangTheAlienGadget + Hang The Alien + Google Gadgets: Hang The Alien Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hang The Alien + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hang The Alien&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hang The Alien + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hang The Alien + Hang The Alien + Google,Gadgets + + + + + BlackjackGameGadget + Blackjack Game + Google Gadgets: Blackjack Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blackjack Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blackjack Game&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blackjack Game + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blackjack Game + Blackjack Game + Google,Gadgets + + + + + DuneBashinginDubaiGadget + Dune Bashing in Dubai + Google Gadgets: Dune Bashing in Dubai Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dune Bashing in Dubai + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dune Bashing in Dubai&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dune Bashing in Dubai + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dune Bashing in Dubai + Dune Bashing in Dubai + Google,Gadgets + + + + + WaspGadget + Wasp + Google Gadgets: Wasp Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wasp + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wasp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wasp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wasp + Wasp + Google,Gadgets + + + + + NewDominoesGadget + New Dominoes + Google Gadgets: New Dominoes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Dominoes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=New Dominoes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=New Dominoes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Dominoes + New Dominoes + Google,Gadgets + + + + + YellowOutGadget + Yellow Out + Google Gadgets: Yellow Out Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yellow Out + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yellow Out&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yellow Out + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yellow Out + Yellow Out + Google,Gadgets + + + + + RickshawJamGadget + Rickshaw Jam + Google Gadgets: Rickshaw Jam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rickshaw Jam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Rickshaw Jam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Rickshaw Jam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rickshaw Jam + Rickshaw Jam + Google,Gadgets + + + + + MiniclipGameADayofSlackingGadget + Miniclip Game - A Day of Slacking + Google Gadgets: Miniclip Game - A Day of Slacking Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - A Day of Slacking + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - A Day of Slacking&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - A Day of Slacking + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - A Day of Slacking + Miniclip Game - A Day of Slacking + Google,Gadgets + + + + + UniWarGadget + UniWar + Google Gadgets: UniWar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UniWar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=UniWar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=UniWar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UniWar + UniWar + Google,Gadgets + + + + + ArcticAnticsGadget + Arctic Antics + Google Gadgets: Arctic Antics Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Arctic Antics + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Arctic Antics&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Arctic Antics + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Arctic Antics + Arctic Antics + Google,Gadgets + + + + + SpiderGadget + Spider + Google Gadgets: Spider Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spider + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spider&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spider + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spider + Spider + Google,Gadgets + + + + + JokeoftheDayGadget + Joke of the Day + Google Gadgets: Joke of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Joke of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Joke of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Joke of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Joke of the Day + Joke of the Day + Google,Gadgets + + + + + AlliedAssaultGadget + Allied Assault + Google Gadgets: Allied Assault Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Allied Assault + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Allied Assault&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Allied Assault + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Allied Assault + Allied Assault + Google,Gadgets + + + + + DropoffGadget + Dropoff + Google Gadgets: Dropoff Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dropoff + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dropoff&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dropoff + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dropoff + Dropoff + Google,Gadgets + + + + + LabPixiesRadioGadget + LabPixies Radio + Google Gadgets: LabPixies Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LabPixies Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=LabPixies Radio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=LabPixies Radio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LabPixies Radio + LabPixies Radio + Google,Gadgets + + + + + LittleJohnsArchery2Gadget + Little Johns Archery 2 + Google Gadgets: Little Johns Archery 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Little Johns Archery 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Little Johns Archery 2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Little Johns Archery 2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Little Johns Archery 2 + Little Johns Archery 2 + Google,Gadgets + + + + + RolltheDigitalDiceCubesGadget + Roll the Digital Dice Cubes + Google Gadgets: Roll the Digital Dice Cubes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Roll the Digital Dice Cubes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Roll the Digital Dice Cubes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Roll the Digital Dice Cubes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Roll the Digital Dice Cubes + Roll the Digital Dice Cubes + Google,Gadgets + + + + + GoogleTrendsGadget + Google Trends + Google Gadgets: Google Trends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Trends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Trends&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Trends + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Trends + Google Trends + Google,Gadgets + + + + + SoapytheChickenGadget + Soapy the Chicken + Google Gadgets: Soapy the Chicken Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Soapy the Chicken + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Soapy the Chicken&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Soapy the Chicken + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Soapy the Chicken + Soapy the Chicken + Google,Gadgets + + + + + TheHellaTrueFactoftheDayGadget + The Hella True Fact of the Day + Google Gadgets: The Hella True Fact of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Hella True Fact of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Hella True Fact of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Hella True Fact of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Hella True Fact of the Day + The Hella True Fact of the Day + Google,Gadgets + + + + + 3DLogicGadget + 3D Logic + Google Gadgets: 3D Logic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3D Logic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=3D Logic&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=3D Logic + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3D Logic + 3D Logic + Google,Gadgets + + + + + Terror102bGadget + Terror 102b + Google Gadgets: Terror 102b Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Terror 102b + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Terror 102b&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Terror 102b + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Terror 102b + Terror 102b + Google,Gadgets + + + + + 3DWormsGadget + 3D Worms + Google Gadgets: 3D Worms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3D Worms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=3D Worms&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=3D Worms + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3D Worms + 3D Worms + Google,Gadgets + + + + + CosmicSwitchGadget + Cosmic Switch + Google Gadgets: Cosmic Switch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cosmic Switch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cosmic Switch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cosmic Switch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cosmic Switch + Cosmic Switch + Google,Gadgets + + + + + AirHockeyGadget + Air Hockey + Google Gadgets: Air Hockey Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Air Hockey + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Air Hockey&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Air Hockey + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Air Hockey + Air Hockey + Google,Gadgets + + + + + NederlandsgalgjeGadget + Nederlands galgje + Google Gadgets: Nederlands galgje Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nederlands galgje + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nederlands galgje&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nederlands galgje + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nederlands galgje + Nederlands galgje + Google,Gadgets + + + + + BirdFreeGadget + Bird Free + Google Gadgets: Bird Free Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bird Free + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bird Free&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bird Free + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bird Free + Bird Free + Google,Gadgets + + + + + PolarJumpGadget + Polar Jump + Google Gadgets: Polar Jump Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Polar Jump + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Polar Jump&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Polar Jump + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Polar Jump + Polar Jump + Google,Gadgets + + + + + TurboSpiritCNGadget + Turbo Spirit CN + Google Gadgets: Turbo Spirit CN Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turbo Spirit CN + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Turbo Spirit CN&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Turbo Spirit CN + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turbo Spirit CN + Turbo Spirit CN + Google,Gadgets + + + + + GraveyardGadget + Graveyard + Google Gadgets: Graveyard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Graveyard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Graveyard&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Graveyard + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Graveyard + Graveyard + Google,Gadgets + + + + + VirtualCopGadget + Virtual Cop + Google Gadgets: Virtual Cop Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Virtual Cop + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Virtual Cop&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Virtual Cop + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Virtual Cop + Virtual Cop + Google,Gadgets + + + + + DecimalTimeGadget + Decimal Time + Google Gadgets: Decimal Time Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Decimal Time + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Decimal Time&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Decimal Time + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Decimal Time + Decimal Time + Google,Gadgets + + + + + CrazyCastleGadget + Crazy Castle + Google Gadgets: Crazy Castle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crazy Castle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Crazy Castle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Crazy Castle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crazy Castle + Crazy Castle + Google,Gadgets + + + + + PuzzlesandRiddlesGadget + Puzzles and Riddles + Google Gadgets: Puzzles and Riddles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Puzzles and Riddles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Puzzles and Riddles&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Puzzles and Riddles + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Puzzles and Riddles + Puzzles and Riddles + Google,Gadgets + + + + + CosmicSwitch1Gadget + Cosmic Switch + Google Gadgets: Cosmic Switch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cosmic Switch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cosmic Switch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cosmic Switch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cosmic Switch + Cosmic Switch + Google,Gadgets + + + + + MaukieGadget + Maukie + Google Gadgets: Maukie Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Maukie + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Maukie&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Maukie + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Maukie + Maukie + Google,Gadgets + + + + + CitasyfrasesGadget + Citas y frases + Google Gadgets: Citas y frases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Citas y frases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Citas y frases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Citas y frases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Citas y frases + Citas y frases + Google,Gadgets + + + + + KoalaLanderGadget + Koala Lander + Google Gadgets: Koala Lander Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Koala Lander + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Koala Lander&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Koala Lander + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Koala Lander + Koala Lander + Google,Gadgets + + + + + BoomBoomVolleyballGadget + Boom Boom Volleyball + Google Gadgets: Boom Boom Volleyball Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Boom Boom Volleyball + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Boom Boom Volleyball&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Boom Boom Volleyball + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Boom Boom Volleyball + Boom Boom Volleyball + Google,Gadgets + + + + + DaubauTrovaRicetteGadget + Daubau - Trova Ricette + Google Gadgets: Daubau - Trova Ricette Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daubau - Trova Ricette + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daubau - Trova Ricette&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daubau - Trova Ricette + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daubau - Trova Ricette + Daubau - Trova Ricette + Google,Gadgets + + + + + TerroristAlertGadget + Terrorist Alert + Google Gadgets: Terrorist Alert Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Terrorist Alert + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Terrorist Alert&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Terrorist Alert + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Terrorist Alert + Terrorist Alert + Google,Gadgets + + + + + HungryHippoGadget + Hungry Hippo + Google Gadgets: Hungry Hippo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hungry Hippo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hungry Hippo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hungry Hippo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hungry Hippo + Hungry Hippo + Google,Gadgets + + + + + AssassinationSimulatorGadget + Assassination Simulator + Google Gadgets: Assassination Simulator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Assassination Simulator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Assassination Simulator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Assassination Simulator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Assassination Simulator + Assassination Simulator + Google,Gadgets + + + + + MiniclipGameSpaceInvadersGadget + Miniclip Game - Space Invaders + Google Gadgets: Miniclip Game - Space Invaders Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Space Invaders + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Space Invaders&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Space Invaders + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Space Invaders + Miniclip Game - Space Invaders + Google,Gadgets + + + + + TVSeriesDVDReleasesGadget + TV Series DVD Releases + Google Gadgets: TV Series DVD Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TV Series DVD Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TV Series DVD Releases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TV Series DVD Releases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TV Series DVD Releases + TV Series DVD Releases + Google,Gadgets + + + + + BowlingGadget + Bowling + Google Gadgets: Bowling Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bowling + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bowling&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bowling + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bowling + Bowling + Google,Gadgets + + + + + SudokuPuzzleGadget + Sudoku Puzzle + Google Gadgets: Sudoku Puzzle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sudoku Puzzle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sudoku Puzzle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sudoku Puzzle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sudoku Puzzle + Sudoku Puzzle + Google,Gadgets + + + + + AlliedAssault1Gadget + Allied Assault + Google Gadgets: Allied Assault Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Allied Assault + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Allied Assault&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Allied Assault + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Allied Assault + Allied Assault + Google,Gadgets + + + + + STATGadget + STAT + Google Gadgets: STAT Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + STAT + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=STAT&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=STAT + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + STAT + STAT + Google,Gadgets + + + + + InvadersGadget + Invaders + Google Gadgets: Invaders Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Invaders + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Invaders&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Invaders + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Invaders + Invaders + Google,Gadgets + + + + + GREWordListGadget + GRE Word List + Google Gadgets: GRE Word List Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRE Word List + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GRE Word List&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GRE Word List + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRE Word List + GRE Word List + Google,Gadgets + + + + + LifeBouysGadget + Life Bouys + Google Gadgets: Life Bouys Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Life Bouys + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Life Bouys&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Life Bouys + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Life Bouys + Life Bouys + Google,Gadgets + + + + + TurboSpirit1Gadget + Turbo Spirit + Google Gadgets: Turbo Spirit Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Turbo Spirit + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Turbo Spirit&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Turbo Spirit + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Turbo Spirit + Turbo Spirit + Google,Gadgets + + + + + CartoonBankcomCartoonoftheDayGadget + CartoonBank.com- Cartoon of the Day + Google Gadgets: CartoonBank.com- Cartoon of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CartoonBank.com- Cartoon of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CartoonBank.com- Cartoon of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CartoonBank.com- Cartoon of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CartoonBank.com- Cartoon of the Day + CartoonBank.com- Cartoon of the Day + Google,Gadgets + + + + + YahoogleGadget + Yahoogle + Google Gadgets: Yahoogle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoogle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoogle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoogle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoogle + Yahoogle + Google,Gadgets + + + + + GoldMinerGadget + Gold Miner + Google Gadgets: Gold Miner Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gold Miner + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gold Miner&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gold Miner + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gold Miner + Gold Miner + Google,Gadgets + + + + + RedOrbitImagesGadget + RedOrbit Images + Google Gadgets: RedOrbit Images Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RedOrbit Images + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RedOrbit Images&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RedOrbit Images + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RedOrbit Images + RedOrbit Images + Google,Gadgets + + + + + ImReallySadcomCuteThumbnailGadget + ImReallySad.com Cute Thumbnail + Google Gadgets: ImReallySad.com Cute Thumbnail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ImReallySad.com Cute Thumbnail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ImReallySad.com Cute Thumbnail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ImReallySad.com Cute Thumbnail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ImReallySad.com Cute Thumbnail + ImReallySad.com Cute Thumbnail + Google,Gadgets + + + + + MiniGolfGadget + Mini Golf + Google Gadgets: Mini Golf Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mini Golf + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mini Golf&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mini Golf + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mini Golf + Mini Golf + Google,Gadgets + + + + + FrisbeeDogGadget + Frisbee Dog + Google Gadgets: Frisbee Dog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Frisbee Dog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Frisbee Dog&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Frisbee Dog + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Frisbee Dog + Frisbee Dog + Google,Gadgets + + + + + PretzelFontClockGadget + PretzelFont Clock + Google Gadgets: PretzelFont Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PretzelFont Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PretzelFont Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PretzelFont Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PretzelFont Clock + PretzelFont Clock + Google,Gadgets + + + + + PacXonv10Gadget + PacXon v1.0 + Google Gadgets: PacXon v1.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PacXon v1.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PacXon v1.0&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PacXon v1.0 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PacXon v1.0 + PacXon v1.0 + Google,Gadgets + + + + + RandomWordGameGadget + Random Word Game! + Google Gadgets: Random Word Game! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Word Game! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Word Game!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Word Game! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Word Game! + Random Word Game! + Google,Gadgets + + + + + ARMYSWATGadget + ARMY S.W.A.T + Google Gadgets: ARMY S.W.A.T Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ARMY S.W.A.T + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ARMY S.W.A.T&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ARMY S.W.A.T + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ARMY S.W.A.T + ARMY S.W.A.T + Google,Gadgets + + + + + AimandFireGadget + Aim and Fire + Google Gadgets: Aim and Fire Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aim and Fire + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Aim and Fire&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Aim and Fire + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aim and Fire + Aim and Fire + Google,Gadgets + + + + + BeaverBrothersGadget + Beaver Brothers + Google Gadgets: Beaver Brothers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beaver Brothers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Beaver Brothers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Beaver Brothers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beaver Brothers + Beaver Brothers + Google,Gadgets + + + + + AlienBounceGadget + Alien Bounce + Google Gadgets: Alien Bounce Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alien Bounce + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Alien Bounce&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Alien Bounce + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alien Bounce + Alien Bounce + Google,Gadgets + + + + + RaulitoelFrikiGadget + Raulito el Friki + Google Gadgets: Raulito el Friki Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Raulito el Friki + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Raulito el Friki&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Raulito el Friki + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Raulito el Friki + Raulito el Friki + Google,Gadgets + + + + + AlexinDangerGadget + Alex in Danger + Google Gadgets: Alex in Danger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alex in Danger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Alex in Danger&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Alex in Danger + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alex in Danger + Alex in Danger + Google,Gadgets + + + + + Project11Gadget + Project 11 + Google Gadgets: Project 11 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Project 11 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Project 11&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Project 11 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Project 11 + Project 11 + Google,Gadgets + + + + + RubikPuzzleGadget + Rubik Puzzle + Google Gadgets: Rubik Puzzle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rubik Puzzle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Rubik Puzzle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Rubik Puzzle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rubik Puzzle + Rubik Puzzle + Google,Gadgets + + + + + doodledotsbygadgetatecomGadget + doodledots by gadgetate.com + Google Gadgets: doodledots by gadgetate.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + doodledots by gadgetate.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=doodledots by gadgetate.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=doodledots by gadgetate.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + doodledots by gadgetate.com + doodledots by gadgetate.com + Google,Gadgets + + + + + MiniclipGameAlphattackGadget + Miniclip Game - Alphattack + Google Gadgets: Miniclip Game - Alphattack Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Alphattack + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Alphattack&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Alphattack + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Alphattack + Miniclip Game - Alphattack + Google,Gadgets + + + + + FloweroftheDayGadget + Flower of the Day + Google Gadgets: Flower of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flower of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flower of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flower of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flower of the Day + Flower of the Day + Google,Gadgets + + + + + HotterorNotterGadget + Hotter or Notter + Google Gadgets: Hotter or Notter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hotter or Notter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hotter or Notter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hotter or Notter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hotter or Notter + Hotter or Notter + Google,Gadgets + + + + + WiTendoFiWiFiCardGadget + WiTendoFi WiFi Card + Google Gadgets: WiTendoFi WiFi Card Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WiTendoFi WiFi Card + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WiTendoFi WiFi Card&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WiTendoFi WiFi Card + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WiTendoFi WiFi Card + WiTendoFi WiFi Card + Google,Gadgets + + + + + ChampionshipSoccer2006Gadget + Championship Soccer 2006 + Google Gadgets: Championship Soccer 2006 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Championship Soccer 2006 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Championship Soccer 2006&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Championship Soccer 2006 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Championship Soccer 2006 + Championship Soccer 2006 + Google,Gadgets + + + + + AliasGadget + Alias + Google Gadgets: Alias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Alias&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Alias + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alias + Alias + Google,Gadgets + + + + + DeepThoughtsbyJackHandeyGadget + Deep Thoughts by Jack Handey + Google Gadgets: Deep Thoughts by Jack Handey Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deep Thoughts by Jack Handey + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Deep Thoughts by Jack Handey&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Deep Thoughts by Jack Handey + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deep Thoughts by Jack Handey + Deep Thoughts by Jack Handey + Google,Gadgets + + + + + LastDayofSchoolGadget + Last Day of School + Google Gadgets: Last Day of School Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Last Day of School + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Last Day of School&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Last Day of School + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Last Day of School + Last Day of School + Google,Gadgets + + + + + BoxheadTheRoomsGadget + Boxhead: The Rooms + Google Gadgets: Boxhead: The Rooms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Boxhead: The Rooms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Boxhead: The Rooms&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Boxhead: The Rooms + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Boxhead: The Rooms + Boxhead: The Rooms + Google,Gadgets + + + + + CountdowntoChristmasGadget + Countdown to Christmas + Google Gadgets: Countdown to Christmas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Countdown to Christmas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Countdown to Christmas&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Countdown to Christmas + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Countdown to Christmas + Countdown to Christmas + Google,Gadgets + + + + + CoastToCoastAMRadioGadget + Coast To Coast AM Radio + Google Gadgets: Coast To Coast AM Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Coast To Coast AM Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Coast To Coast AM Radio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Coast To Coast AM Radio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Coast To Coast AM Radio + Coast To Coast AM Radio + Google,Gadgets + + + + + MostRecentBopstasGadget + Most Recent Bopstas + Google Gadgets: Most Recent Bopstas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Most Recent Bopstas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Most Recent Bopstas&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Most Recent Bopstas + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Most Recent Bopstas + Most Recent Bopstas + Google,Gadgets + + + + + JungleDefenderGadget + Jungle Defender + Google Gadgets: Jungle Defender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jungle Defender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jungle Defender&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jungle Defender + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jungle Defender + Jungle Defender + Google,Gadgets + + + + + AstGadget + Ast + Google Gadgets: Ast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ast + Ast + Google,Gadgets + + + + + TarotGadget + Tarot + Google Gadgets: Tarot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tarot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tarot&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tarot + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tarot + Tarot + Google,Gadgets + + + + + PrisonEscapeGadget + Prison Escape + Google Gadgets: Prison Escape Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Prison Escape + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Prison Escape&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Prison Escape + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Prison Escape + Prison Escape + Google,Gadgets + + + + + TriviaNutGameGadget + TriviaNut Game + Google Gadgets: TriviaNut Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TriviaNut Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TriviaNut Game&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TriviaNut Game + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TriviaNut Game + TriviaNut Game + Google,Gadgets + + + + + CriticameCineGadget + Criticame Cine + Google Gadgets: Criticame Cine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Criticame Cine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Criticame Cine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Criticame Cine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Criticame Cine + Criticame Cine + Google,Gadgets + + + + + RingsGadget + Rings + Google Gadgets: Rings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Rings&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Rings + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rings + Rings + Google,Gadgets + + + + + FreeDailyMP3Gadget + ?:?:?:?:? Free Daily MP3 ?:?:?:?:? + Google Gadgets: ?:?:?:?:? Free Daily MP3 ?:?:?:?:? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ?:?:?:?:? Free Daily MP3 ?:?:?:?:? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=|:|:|:|:| Free Daily MP3 |:|:|:|:|&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=|:|:|:|:| Free Daily MP3 |:|:|:|:| + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ?:?:?:?:? Free Daily MP3 ?:?:?:?:? + ?:?:?:?:? Free Daily MP3 ?:?:?:?:? + Google,Gadgets + + + + + TheBigLebowskiGadget + The Big Lebowski + Google Gadgets: The Big Lebowski Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Big Lebowski + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Big Lebowski&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Big Lebowski + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Big Lebowski + The Big Lebowski + Google,Gadgets + + + + + FortuneGadget + Fortune ???????????? + Google Gadgets: Fortune ???????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fortune ???????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fortune 日本語版&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fortune 日本語版 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fortune ???????????? + Fortune ???????????? + Google,Gadgets + + + + + ConundrumGadget + Conundrum + Google Gadgets: Conundrum Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Conundrum + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Conundrum &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Conundrum + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Conundrum + Conundrum + Google,Gadgets + + + + + PipeManiaGadget + Pipe Mania + Google Gadgets: Pipe Mania Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pipe Mania + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pipe Mania&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pipe Mania + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pipe Mania + Pipe Mania + Google,Gadgets + + + + + CaveTroublesupdatesGadget + Cave Troubles updates + Google Gadgets: Cave Troubles updates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cave Troubles updates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cave Troubles updates&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cave Troubles updates + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cave Troubles updates + Cave Troubles updates + Google,Gadgets + + + + + SubmarinesGadget + Submarines + Google Gadgets: Submarines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Submarines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Submarines&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Submarines + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Submarines + Submarines + Google,Gadgets + + + + + CryptogramoftheDayGadget + Cryptogram of the Day + Google Gadgets: Cryptogram of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cryptogram of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cryptogram of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cryptogram of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cryptogram of the Day + Cryptogram of the Day + Google,Gadgets + + + + + ColorsGadget + Colors + Google Gadgets: Colors Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Colors + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Colors&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Colors + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Colors + Colors + Google,Gadgets + + + + + AOLVideoHotlistGadget + AOL Video Hotlist + Google Gadgets: AOL Video Hotlist Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AOL Video Hotlist + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AOL Video Hotlist&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AOL Video Hotlist + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AOL Video Hotlist + AOL Video Hotlist + Google,Gadgets + + + + + AniBoomPopularVideosGadget + AniBoom Popular Videos + Google Gadgets: AniBoom Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AniBoom Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AniBoom Popular Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AniBoom Popular Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AniBoom Popular Videos + AniBoom Popular Videos + Google,Gadgets + + + + + QuitometroonlineGadget + Quitometro on-line + Google Gadgets: Quitometro on-line Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quitometro on-line + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quitometro on-line&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quitometro on-line + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quitometro on-line + Quitometro on-line + Google,Gadgets + + + + + DoctorWhoOnThisDayGadget + Doctor Who On This Day + Google Gadgets: Doctor Who On This Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Doctor Who On This Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Doctor Who On This Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Doctor Who On This Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Doctor Who On This Day + Doctor Who On This Day + Google,Gadgets + + + + + FrasesclebresfrasaliacomGadget + Frases c lebres frasalia.com + Google Gadgets: Frases c lebres frasalia.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Frases c lebres frasalia.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Frases c lebres frasalia.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Frases c lebres frasalia.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Frases c lebres frasalia.com + Frases c lebres frasalia.com + Google,Gadgets + + + + + WeelsofSalvationGadget + Weels of Salvation + Google Gadgets: Weels of Salvation Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weels of Salvation + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weels of Salvation&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weels of Salvation + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weels of Salvation + Weels of Salvation + Google,Gadgets + + + + + SparkYourNeuronsGadget + Spark Your Neurons + Google Gadgets: Spark Your Neurons Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spark Your Neurons + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spark Your Neurons&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spark Your Neurons + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spark Your Neurons + Spark Your Neurons + Google,Gadgets + + + + + AddSudokolive39suniqueSudokupuzzlestoyourGoogleHomepageGadget + Add Sudokolive's unique Sudoku puzzles to your Google Homepage + Google Gadgets: Add Sudokolive's unique Sudoku puzzles to your Google Homepage Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Add Sudokolive's unique Sudoku puzzles to your Google Homepage + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Add Sudokolive's unique Sudoku puzzles to your Google Homepage&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Add Sudokolive's unique Sudoku puzzles to your Google Homepage + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Add Sudokolive's unique Sudoku puzzles to your Google Homepage + Add Sudokolive's unique Sudoku puzzles to your Google Homepage + Google,Gadgets + + + + + GHOSTRADIONETCOMGadget + GHOSTRADIONET.COM + Google Gadgets: GHOSTRADIONET.COM Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GHOSTRADIONET.COM + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GHOSTRADIONET.COM&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GHOSTRADIONET.COM + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GHOSTRADIONET.COM + GHOSTRADIONET.COM + Google,Gadgets + + + + + HigherGroundGadget + Higher Ground + Google Gadgets: Higher Ground Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Higher Ground + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Higher Ground&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Higher Ground + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Higher Ground + Higher Ground + Google,Gadgets + + + + + SnakeisBackGadget + Snake is Back! + Google Gadgets: Snake is Back! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Snake is Back! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Snake is Back!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Snake is Back! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Snake is Back! + Snake is Back! + Google,Gadgets + + + + + MatchUpwordgameGadget + Match Up (word game) + Google Gadgets: Match Up (word game) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Match Up (word game) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Match Up (word game)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Match Up (word game) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Match Up (word game) + Match Up (word game) + Google,Gadgets + + + + + LuckyLadybugGadget + Lucky Ladybug + Google Gadgets: Lucky Ladybug Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lucky Ladybug + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lucky Ladybug&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lucky Ladybug + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lucky Ladybug + Lucky Ladybug + Google,Gadgets + + + + + FactacularFactsandTriviaGadget + Factacular Facts and Trivia + Google Gadgets: Factacular Facts and Trivia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Factacular Facts and Trivia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Factacular Facts and Trivia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Factacular Facts and Trivia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Factacular Facts and Trivia + Factacular Facts and Trivia + Google,Gadgets + + + + + RandomSurrealSpamGadget + Random Surreal Spam + Google Gadgets: Random Surreal Spam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Surreal Spam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Surreal Spam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Surreal Spam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Surreal Spam + Random Surreal Spam + Google,Gadgets + + + + + PlantoftheDayGadget + Plant of the Day + Google Gadgets: Plant of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Plant of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Plant of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Plant of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Plant of the Day + Plant of the Day + Google,Gadgets + + + + + BikeStuntsGadget + Bike Stunts + Google Gadgets: Bike Stunts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bike Stunts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bike Stunts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bike Stunts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bike Stunts + Bike Stunts + Google,Gadgets + + + + + GoogleMusicTrendsGadget + Google Music Trends + Google Gadgets: Google Music Trends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Music Trends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Music Trends&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Music Trends + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Music Trends + Google Music Trends + Google,Gadgets + + + + + LavaLamp2Gadget + Lava Lamp 2 + Google Gadgets: Lava Lamp 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lava Lamp 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lava Lamp 2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lava Lamp 2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lava Lamp 2 + Lava Lamp 2 + Google,Gadgets + + + + + NemesisStarCryptoquipDailyCryptogramPuzzleGadget + NemesisStar: Cryptoquip, Daily Cryptogram Puzzle + Google Gadgets: NemesisStar: Cryptoquip, Daily Cryptogram Puzzle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NemesisStar: Cryptoquip, Daily Cryptogram Puzzle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NemesisStar: Cryptoquip, Daily Cryptogram Puzzle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NemesisStar: Cryptoquip, Daily Cryptogram Puzzle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NemesisStar: Cryptoquip, Daily Cryptogram Puzzle + NemesisStar: Cryptoquip, Daily Cryptogram Puzzle + Google,Gadgets + + + + + YourDailyCustomMickeyGadget + Your Daily Custom Mickey + Google Gadgets: Your Daily Custom Mickey Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your Daily Custom Mickey + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Your Daily Custom Mickey&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Your Daily Custom Mickey + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your Daily Custom Mickey + Your Daily Custom Mickey + Google,Gadgets + + + + + SquirrelHarvestGadget + Squirrel Harvest + Google Gadgets: Squirrel Harvest Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Squirrel Harvest + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Squirrel Harvest&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Squirrel Harvest + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Squirrel Harvest + Squirrel Harvest + Google,Gadgets + + + + + FindSmallMenGadget + Find Small Men + Google Gadgets: Find Small Men Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Small Men + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Find Small Men&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Find Small Men + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Small Men + Find Small Men + Google,Gadgets + + + + + PhotoAlbumGadget + Photo Album + Google Gadgets: Photo Album Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photo Album + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Photo Album&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Photo Album + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photo Album + Photo Album + Google,Gadgets + + + + + FactorizerGadget + Factorizer + Google Gadgets: Factorizer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Factorizer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Factorizer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Factorizer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Factorizer + Factorizer + Google,Gadgets + + + + + BombItGadget + Bomb It + Google Gadgets: Bomb It Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bomb It + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bomb It&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bomb It + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bomb It + Bomb It + Google,Gadgets + + + + + SquirrelGadget + Squirrel + Google Gadgets: Squirrel Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Squirrel + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Squirrel&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Squirrel + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Squirrel + Squirrel + Google,Gadgets + + + + + SchoolOfSwordGadget + School Of Sword + Google Gadgets: School Of Sword Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + School Of Sword + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=School Of Sword&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=School Of Sword + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + School Of Sword + School Of Sword + Google,Gadgets + + + + + TechnoBounceGadget + Techno Bounce + Google Gadgets: Techno Bounce Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Techno Bounce + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Techno Bounce&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Techno Bounce + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Techno Bounce + Techno Bounce + Google,Gadgets + + + + + ProArcadeGamesFreeGamesGadget + Pro Arcade Games - Free Games + Google Gadgets: Pro Arcade Games - Free Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pro Arcade Games - Free Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pro Arcade Games - Free Games&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pro Arcade Games - Free Games + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pro Arcade Games - Free Games + Pro Arcade Games - Free Games + Google,Gadgets + + + + + GameGavanoidGadget + Game Gavanoid + Google Gadgets: Game Gavanoid Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Game Gavanoid + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Game Gavanoid&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Game Gavanoid + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Game Gavanoid + Game Gavanoid + Google,Gadgets + + + + + ZombieSurvivalGadget + Zombie Survival + Google Gadgets: Zombie Survival Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zombie Survival + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Zombie Survival&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Zombie Survival + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zombie Survival + Zombie Survival + Google,Gadgets + + + + + RandomJokekreeticomGadget + Random Joke - kreeti.com + Google Gadgets: Random Joke - kreeti.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Joke - kreeti.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Joke - kreeti.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Joke - kreeti.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Joke - kreeti.com + Random Joke - kreeti.com + Google,Gadgets + + + + + MiniclipGameBloxForeverGadget + Miniclip Game - Blox Forever + Google Gadgets: Miniclip Game - Blox Forever Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Blox Forever + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Blox Forever&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Blox Forever + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Blox Forever + Miniclip Game - Blox Forever + Google,Gadgets + + + + + AutumnWarGadget + Autumn War + Google Gadgets: Autumn War Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Autumn War + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Autumn War&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Autumn War + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Autumn War + Autumn War + Google,Gadgets + + + + + MiniclipGameMissionMarsGadget + Miniclip Game - Mission Mars + Google Gadgets: Miniclip Game - Mission Mars Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Mission Mars + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Mission Mars&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Mission Mars + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Mission Mars + Miniclip Game - Mission Mars + Google,Gadgets + + + + + SmarterThana5thGraderGadget + Smarter Than a 5th Grader? + Google Gadgets: Smarter Than a 5th Grader? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Smarter Than a 5th Grader? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Smarter Than a 5th Grader?&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Smarter Than a 5th Grader? + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Smarter Than a 5th Grader? + Smarter Than a 5th Grader? + Google,Gadgets + + + + + FloodItGadget + Flood It + Google Gadgets: Flood It Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flood It + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flood It&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flood It + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flood It + Flood It + Google,Gadgets + + + + + VirtualCop1Gadget + Virtual Cop + Google Gadgets: Virtual Cop Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Virtual Cop + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Virtual Cop&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Virtual Cop + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Virtual Cop + Virtual Cop + Google,Gadgets + + + + + DagensnamnsdagGadget + Dagens namnsdag + Google Gadgets: Dagens namnsdag Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dagens namnsdag + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dagens namnsdag&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dagens namnsdag + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dagens namnsdag + Dagens namnsdag + Google,Gadgets + + + + + JokeoftheDay1Gadget + Joke of the Day + Google Gadgets: Joke of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Joke of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Joke of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Joke of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Joke of the Day + Joke of the Day + Google,Gadgets + + + + + PipeNightmareGadget + Pipe Nightmare + Google Gadgets: Pipe Nightmare Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pipe Nightmare + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pipe Nightmare&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pipe Nightmare + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pipe Nightmare + Pipe Nightmare + Google,Gadgets + + + + + GoldDiggersGadget + Gold Diggers + Google Gadgets: Gold Diggers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gold Diggers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gold Diggers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gold Diggers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gold Diggers + Gold Diggers + Google,Gadgets + + + + + PointlessGadget + Pointless + Google Gadgets: Pointless Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pointless + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pointless&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pointless + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pointless + Pointless + Google,Gadgets + + + + + FatFishGadget + Fat Fish + Google Gadgets: Fat Fish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fat Fish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fat Fish&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fat Fish + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fat Fish + Fat Fish + Google,Gadgets + + + + + SpaceshipGadget + Spaceship + Google Gadgets: Spaceship Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spaceship + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spaceship&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spaceship + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spaceship + Spaceship + Google,Gadgets + + + + + BowMan2Gadget + Bow Man 2 + Google Gadgets: Bow Man 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bow Man 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bow Man 2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bow Man 2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bow Man 2 + Bow Man 2 + Google,Gadgets + + + + + YetiSportsSealBounceGadget + Yeti Sports Seal Bounce + Google Gadgets: Yeti Sports Seal Bounce Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yeti Sports Seal Bounce + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yeti Sports Seal Bounce&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yeti Sports Seal Bounce + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yeti Sports Seal Bounce + Yeti Sports Seal Bounce + Google,Gadgets + + + + + FishyGadget + Fishy + Google Gadgets: Fishy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fishy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fishy&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fishy + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fishy + Fishy + Google,Gadgets + + + + + HlicoptreGadget + H licopt re + Google Gadgets: H licopt re Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + H licopt re + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=H licopt re&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=H licopt re + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + H licopt re + H licopt re + Google,Gadgets + + + + + WildWildWestGadget + Wild Wild West + Google Gadgets: Wild Wild West Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wild Wild West + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wild Wild West&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wild Wild West + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wild Wild West + Wild Wild West + Google,Gadgets + + + + + WhenSubmarinesAttackGadget + When Submarines Attack + Google Gadgets: When Submarines Attack Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + When Submarines Attack + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=When Submarines Attack&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=When Submarines Attack + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + When Submarines Attack + When Submarines Attack + Google,Gadgets + + + + + IgniocomGadget + Ignio.com - ???????????????? + Google Gadgets: Ignio.com - ???????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ignio.com - ???????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ignio.com - гороскоп&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ignio.com - гороскоп + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ignio.com - ???????????????? + Ignio.com - ???????????????? + Google,Gadgets + + + + + CurlingGadget + Curling + Google Gadgets: Curling Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Curling + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Curling&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Curling + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Curling + Curling + Google,Gadgets + + + + + Friends39FlickrzGadget + Friends' Flickrz + Google Gadgets: Friends' Flickrz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Friends' Flickrz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Friends' Flickrz&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Friends' Flickrz + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Friends' Flickrz + Friends' Flickrz + Google,Gadgets + + + + + MiniclipGameCubeBusterGadget + Miniclip Game - Cube Buster + Google Gadgets: Miniclip Game - Cube Buster Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Cube Buster + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Cube Buster&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Cube Buster + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Cube Buster + Miniclip Game - Cube Buster + Google,Gadgets + + + + + HotLZGadget + Hot LZ + Google Gadgets: Hot LZ Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hot LZ + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hot LZ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hot LZ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hot LZ + Hot LZ + Google,Gadgets + + + + + TeamSpeakGadget + TeamSpeak + Google Gadgets: TeamSpeak Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TeamSpeak + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TeamSpeak&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TeamSpeak + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TeamSpeak + TeamSpeak + Google,Gadgets + + + + + MiniclipGameStanSkatesGadget + Miniclip Game - Stan Skates + Google Gadgets: Miniclip Game - Stan Skates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Stan Skates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Stan Skates&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Stan Skates + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Stan Skates + Miniclip Game - Stan Skates + Google,Gadgets + + + + + MemoryTrialGadget + Memory Trial + Google Gadgets: Memory Trial Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Memory Trial + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Memory Trial&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Memory Trial + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Memory Trial + Memory Trial + Google,Gadgets + + + + + TVTippTheFanNetGadget + TV-Tipp - The-Fan.Net + Google Gadgets: TV-Tipp - The-Fan.Net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TV-Tipp - The-Fan.Net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TV-Tipp - The-Fan.Net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TV-Tipp - The-Fan.Net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TV-Tipp - The-Fan.Net + TV-Tipp - The-Fan.Net + Google,Gadgets + + + + + GyroBallGadget + GyroBall + Google Gadgets: GyroBall Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GyroBall + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GyroBall&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GyroBall + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GyroBall + GyroBall + Google,Gadgets + + + + + MyWiiNewsGadget + MyWii News + Google Gadgets: MyWii News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MyWii News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MyWii News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MyWii News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MyWii News + MyWii News + Google,Gadgets + + + + + SpacemanGadget + Spaceman + Google Gadgets: Spaceman Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spaceman + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spaceman&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spaceman + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spaceman + Spaceman + Google,Gadgets + + + + + FilmSucheTheFanNetGadget + FilmSuche - The-Fan.Net + Google Gadgets: FilmSuche - The-Fan.Net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FilmSuche - The-Fan.Net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FilmSuche - The-Fan.Net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FilmSuche - The-Fan.Net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FilmSuche - The-Fan.Net + FilmSuche - The-Fan.Net + Google,Gadgets + + + + + MoviePhotosoftheDayGadget + Movie Photos of the Day + Google Gadgets: Movie Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Movie Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Movie Photos of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Movie Photos of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Movie Photos of the Day + Movie Photos of the Day + Google,Gadgets + + + + + MusiqueRockPopBluesPunkMetalwwwIconenetGadget + Musique Rock Pop Blues Punk Metal - www.I-cone.net + Google Gadgets: Musique Rock Pop Blues Punk Metal - www.I-cone.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musique Rock Pop Blues Punk Metal - www.I-cone.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Musique Rock Pop Blues Punk Metal - www.I-cone.net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Musique Rock Pop Blues Punk Metal - www.I-cone.net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musique Rock Pop Blues Punk Metal - www.I-cone.net + Musique Rock Pop Blues Punk Metal - www.I-cone.net + Google,Gadgets + + + + + fortunecookiebygadgetateGadget + fortune cookie by gadgetate + Google Gadgets: fortune cookie by gadgetate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + fortune cookie by gadgetate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=fortune cookie by gadgetate&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=fortune cookie by gadgetate + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + fortune cookie by gadgetate + fortune cookie by gadgetate + Google,Gadgets + + + + + MegaPuzzleGadget + Mega Puzzle + Google Gadgets: Mega Puzzle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mega Puzzle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mega Puzzle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mega Puzzle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mega Puzzle + Mega Puzzle + Google,Gadgets + + + + + ReversedGadget + Reversed + Google Gadgets: Reversed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Reversed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Reversed&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Reversed + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Reversed + Reversed + Google,Gadgets + + + + + MotorcyclePicturesatMotorcyclePicturescomGadget + Motorcycle Pictures at MotorcyclePictures.com + Google Gadgets: Motorcycle Pictures at MotorcyclePictures.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Motorcycle Pictures at MotorcyclePictures.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Motorcycle Pictures at MotorcyclePictures.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Motorcycle Pictures at MotorcyclePictures.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Motorcycle Pictures at MotorcyclePictures.com + Motorcycle Pictures at MotorcyclePictures.com + Google,Gadgets + + + + + DailyiGriddGadget + Daily iGridd + Google Gadgets: Daily iGridd Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily iGridd + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily iGridd&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily iGridd + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily iGridd + Daily iGridd + Google,Gadgets + + + + + AttackTimeGadget + Attack Time + Google Gadgets: Attack Time Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Attack Time + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Attack Time&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Attack Time + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Attack Time + Attack Time + Google,Gadgets + + + + + TinyCombat2Gadget + Tiny Combat 2 + Google Gadgets: Tiny Combat 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tiny Combat 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tiny Combat 2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tiny Combat 2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tiny Combat 2 + Tiny Combat 2 + Google,Gadgets + + + + + TippingMonkeyKingoftheHillGadget + Tipping Monkey King-of-the-Hill + Google Gadgets: Tipping Monkey King-of-the-Hill Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tipping Monkey King-of-the-Hill + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tipping Monkey King-of-the-Hill&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tipping Monkey King-of-the-Hill + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tipping Monkey King-of-the-Hill + Tipping Monkey King-of-the-Hill + Google,Gadgets + + + + + PeanutGadget + Peanut + Google Gadgets: Peanut Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Peanut + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Peanut&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Peanut + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Peanut + Peanut + Google,Gadgets + + + + + Battlefield2BuddiesGadget + Battlefield 2 Buddies + Google Gadgets: Battlefield 2 Buddies Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Battlefield 2 Buddies + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Battlefield 2 Buddies&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Battlefield 2 Buddies + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Battlefield 2 Buddies + Battlefield 2 Buddies + Google,Gadgets + + + + + NewPS3ReleasesGadget + New PS3 Releases + Google Gadgets: New PS3 Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New PS3 Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=New PS3 Releases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=New PS3 Releases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New PS3 Releases + New PS3 Releases + Google,Gadgets + + + + + God39sPlayingFieldGadget + God's Playing Field + Google Gadgets: God's Playing Field Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + God's Playing Field + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=God's Playing Field&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=God's Playing Field + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + God's Playing Field + God's Playing Field + Google,Gadgets + + + + + YoutubeVideoPlayerGadget + Youtube Video Player + Google Gadgets: Youtube Video Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Youtube Video Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Youtube Video Player&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Youtube Video Player + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Youtube Video Player + Youtube Video Player + Google,Gadgets + + + + + FlickrSlidesGadget + Flickr Slides + Google Gadgets: Flickr Slides Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flickr Slides + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flickr Slides&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flickr Slides + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flickr Slides + Flickr Slides + Google,Gadgets + + + + + PlayZorkIIGadget + Play Zork II + Google Gadgets: Play Zork II Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Play Zork II + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Play Zork II&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Play Zork II + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Play Zork II + Play Zork II + Google,Gadgets + + + + + CowboyBulletGadget + Cowboy Bullet + Google Gadgets: Cowboy Bullet Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cowboy Bullet + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cowboy Bullet&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cowboy Bullet + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cowboy Bullet + Cowboy Bullet + Google,Gadgets + + + + + ColorJunctionGadget + ColorJunction + Google Gadgets: ColorJunction Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ColorJunction + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ColorJunction&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ColorJunction + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ColorJunction + ColorJunction + Google,Gadgets + + + + + MiniclipGameRuralRacerGadget + Miniclip Game - Rural Racer + Google Gadgets: Miniclip Game - Rural Racer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Rural Racer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Rural Racer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Rural Racer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Rural Racer + Miniclip Game - Rural Racer + Google,Gadgets + + + + + AirwolfGadget + Airwolf + Google Gadgets: Airwolf Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Airwolf + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Airwolf&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Airwolf + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Airwolf + Airwolf + Google,Gadgets + + + + + Clowns1Gadget + Clowns + Google Gadgets: Clowns Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clowns + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Clowns&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Clowns + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clowns + Clowns + Google,Gadgets + + + + + MusiqueetchansonfrancaisewwwIconenetGadget + Musique et chanson francaise - www.I-cone.net + Google Gadgets: Musique et chanson francaise - www.I-cone.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musique et chanson francaise - www.I-cone.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Musique et chanson francaise - www.I-cone.net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Musique et chanson francaise - www.I-cone.net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musique et chanson francaise - www.I-cone.net + Musique et chanson francaise - www.I-cone.net + Google,Gadgets + + + + + ThisDayinHistoryGadget + This Day in History + Google Gadgets: This Day in History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + This Day in History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=This Day in History&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=This Day in History + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + This Day in History + This Day in History + Google,Gadgets + + + + + IndianaJones2004Gadget + Indiana Jones 2004 + Google Gadgets: Indiana Jones 2004 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Indiana Jones 2004 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Indiana Jones 2004&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Indiana Jones 2004 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Indiana Jones 2004 + Indiana Jones 2004 + Google,Gadgets + + + + + MyFishGadget + My Fish + Google Gadgets: My Fish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Fish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Fish&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Fish + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Fish + My Fish + Google,Gadgets + + + + + MediaUKLivePlayerGadget + Media UK Live Player + Google Gadgets: Media UK Live Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Media UK Live Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Media UK Live Player&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Media UK Live Player + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Media UK Live Player + Media UK Live Player + Google,Gadgets + + + + + TacticalAssassinGadget + Tactical Assassin + Google Gadgets: Tactical Assassin Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tactical Assassin + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tactical Assassin&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tactical Assassin + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tactical Assassin + Tactical Assassin + Google,Gadgets + + + + + UltimosresultadosdelaQuinielaGadget + Ultimos resultados de la Quiniela + Google Gadgets: Ultimos resultados de la Quiniela Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ultimos resultados de la Quiniela + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ultimos resultados de la Quiniela&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ultimos resultados de la Quiniela + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ultimos resultados de la Quiniela + Ultimos resultados de la Quiniela + Google,Gadgets + + + + + SpaceExplorerGadget + Space Explorer + Google Gadgets: Space Explorer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Space Explorer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Space Explorer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Space Explorer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Space Explorer + Space Explorer + Google,Gadgets + + + + + BattleshipsGeneralQuartersIIGadget + Battleships-General Quarters II + Google Gadgets: Battleships-General Quarters II Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Battleships-General Quarters II + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Battleships-General Quarters II&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Battleships-General Quarters II + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Battleships-General Quarters II + Battleships-General Quarters II + Google,Gadgets + + + + + MiniclipGameTwiddlestixGadget + Miniclip Game - Twiddlestix + Google Gadgets: Miniclip Game - Twiddlestix Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Twiddlestix + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Twiddlestix&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Twiddlestix + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Twiddlestix + Miniclip Game - Twiddlestix + Google,Gadgets + + + + + Pacmania3fromAlawarcomGadget + Pacmania 3 from Alawar.com + Google Gadgets: Pacmania 3 from Alawar.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pacmania 3 from Alawar.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pacmania 3 from Alawar.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pacmania 3 from Alawar.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pacmania 3 from Alawar.com + Pacmania 3 from Alawar.com + Google,Gadgets + + + + + CanyonGliderGadget + Canyon Glider + Google Gadgets: Canyon Glider Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Canyon Glider + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Canyon Glider&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Canyon Glider + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Canyon Glider + Canyon Glider + Google,Gadgets + + + + + SlitherLinkPuzzleGadget + Slither Link Puzzle + Google Gadgets: Slither Link Puzzle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slither Link Puzzle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Slither Link Puzzle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Slither Link Puzzle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slither Link Puzzle + Slither Link Puzzle + Google,Gadgets + + + + + BomberBobGadget + Bomber Bob + Google Gadgets: Bomber Bob Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bomber Bob + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bomber Bob&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bomber Bob + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bomber Bob + Bomber Bob + Google,Gadgets + + + + + MiniclipGameBlairTheMotivatorGadget + Miniclip Game - Blair The Motivator + Google Gadgets: Miniclip Game - Blair The Motivator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Blair The Motivator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Blair The Motivator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Blair The Motivator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Blair The Motivator + Miniclip Game - Blair The Motivator + Google,Gadgets + + + + + wwwknowthruastrologycomGadget + www.knowthruastrology.com + Google Gadgets: www.knowthruastrology.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + www.knowthruastrology.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=www.knowthruastrology.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=www.knowthruastrology.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + www.knowthruastrology.com + www.knowthruastrology.com + Google,Gadgets + + + + + MSNWeatherGadget + MSN Weather + Google Gadgets: MSN Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MSN Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MSN Weather&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MSN Weather + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MSN Weather + MSN Weather + Google,Gadgets + + + + + recentlyplayedwoxycomGadget + recently played ? woxy.com + Google Gadgets: recently played ? woxy.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + recently played ? woxy.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=recently played @ woxy.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=recently played @ woxy.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + recently played ? woxy.com + recently played ? woxy.com + Google,Gadgets + + + + + AlienCaveGadget + Alien Cave + Google Gadgets: Alien Cave Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alien Cave + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Alien Cave&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Alien Cave + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alien Cave + Alien Cave + Google,Gadgets + + + + + PersonalizedHoroscopesandAstrologyfromAstrocenterGadget + Personalized Horoscopes and Astrology from Astrocenter + Google Gadgets: Personalized Horoscopes and Astrology from Astrocenter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Personalized Horoscopes and Astrology from Astrocenter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Personalized Horoscopes and Astrology from Astrocenter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Personalized Horoscopes and Astrology from Astrocenter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Personalized Horoscopes and Astrology from Astrocenter + Personalized Horoscopes and Astrology from Astrocenter + Google,Gadgets + + + + + FishFoodGadget + Fish Food + Google Gadgets: Fish Food Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fish Food + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fish Food&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fish Food + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fish Food + Fish Food + Google,Gadgets + + + + + DuckHuntGadget + Duck Hunt + Google Gadgets: Duck Hunt Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Duck Hunt + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Duck Hunt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Duck Hunt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Duck Hunt + Duck Hunt + Google,Gadgets + + + + + SnakeCoilGadget + Snake Coil + Google Gadgets: Snake Coil Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Snake Coil + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Snake Coil&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Snake Coil + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Snake Coil + Snake Coil + Google,Gadgets + + + + + RandomKittenGadget + Random Kitten! + Google Gadgets: Random Kitten! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Kitten! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Kitten!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Kitten! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Kitten! + Random Kitten! + Google,Gadgets + + + + + BushoutofofficeGadget + Bush out of office!!!!! + Google Gadgets: Bush out of office!!!!! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bush out of office!!!!! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bush out of office!!!!!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bush out of office!!!!! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bush out of office!!!!! + Bush out of office!!!!! + Google,Gadgets + + + + + MyPonyGadget + My Pony + Google Gadgets: My Pony Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Pony + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Pony&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Pony + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Pony + My Pony + Google,Gadgets + + + + + AmmoAmbushGadget + Ammo Ambush + Google Gadgets: Ammo Ambush Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ammo Ambush + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ammo Ambush&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ammo Ambush + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ammo Ambush + Ammo Ambush + Google,Gadgets + + + + + ChineseCheckersGadget + Chinese Checkers + Google Gadgets: Chinese Checkers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chinese Checkers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Chinese Checkers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Chinese Checkers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chinese Checkers + Chinese Checkers + Google,Gadgets + + + + + EVEOnlineDevBlogsGadget + EVE Online Dev Blogs + Google Gadgets: EVE Online Dev Blogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EVE Online Dev Blogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=EVE Online Dev Blogs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=EVE Online Dev Blogs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EVE Online Dev Blogs + EVE Online Dev Blogs + Google,Gadgets + + + + + whattheworldissearchingforGadget + whattheworldissearchingfor + Google Gadgets: whattheworldissearchingfor Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + whattheworldissearchingfor + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=whattheworldissearchingfor&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=whattheworldissearchingfor + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + whattheworldissearchingfor + whattheworldissearchingfor + Google,Gadgets + + + + + MajorSlantGadget + Major Slant + Google Gadgets: Major Slant Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Major Slant + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Major Slant&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Major Slant + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Major Slant + Major Slant + Google,Gadgets + + + + + LuckyLottoNumberGeneratorGadget + Lucky Lotto Number Generator + Google Gadgets: Lucky Lotto Number Generator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lucky Lotto Number Generator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lucky Lotto Number Generator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lucky Lotto Number Generator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lucky Lotto Number Generator + Lucky Lotto Number Generator + Google,Gadgets + + + + + FlyingSpaghettiMonsterGadget + Flying Spaghetti Monster + Google Gadgets: Flying Spaghetti Monster Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flying Spaghetti Monster + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flying Spaghetti Monster&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flying Spaghetti Monster + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flying Spaghetti Monster + Flying Spaghetti Monster + Google,Gadgets + + + + + MiniclipGameSpaceEscapeGadget + Miniclip Game - Space Escape + Google Gadgets: Miniclip Game - Space Escape Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Space Escape + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Space Escape&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Space Escape + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Space Escape + Miniclip Game - Space Escape + Google,Gadgets + + + + + BattingChampGadget + Batting Champ + Google Gadgets: Batting Champ Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Batting Champ + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Batting Champ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Batting Champ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Batting Champ + Batting Champ + Google,Gadgets + + + + + AimandFire1Gadget + Aim and Fire + Google Gadgets: Aim and Fire Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aim and Fire + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Aim and Fire&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Aim and Fire + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aim and Fire + Aim and Fire + Google,Gadgets + + + + + PlanktonLifeGadget + Plankton Life + Google Gadgets: Plankton Life Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Plankton Life + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Plankton Life&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Plankton Life + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Plankton Life + Plankton Life + Google,Gadgets + + + + + PushItGadget + Push It + Google Gadgets: Push It Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Push It + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Push It&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Push It + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Push It + Push It + Google,Gadgets + + + + + NewPS2ReleasesGadget + New PS2 Releases + Google Gadgets: New PS2 Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New PS2 Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=New PS2 Releases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=New PS2 Releases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New PS2 Releases + New PS2 Releases + Google,Gadgets + + + + + MusiquesetvideosMetalHardRockGadget + Musiques et videos Metal Hard Rock + Google Gadgets: Musiques et videos Metal Hard Rock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musiques et videos Metal Hard Rock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Musiques et videos Metal Hard Rock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Musiques et videos Metal Hard Rock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musiques et videos Metal Hard Rock + Musiques et videos Metal Hard Rock + Google,Gadgets + + + + + PlayZorkIIIGadget + Play Zork III + Google Gadgets: Play Zork III Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Play Zork III + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Play Zork III&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Play Zork III + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Play Zork III + Play Zork III + Google,Gadgets + + + + + JetCityOrange39sfortunecookieGadget + JetCityOrange's fortune cookie + Google Gadgets: JetCityOrange's fortune cookie Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JetCityOrange's fortune cookie + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=JetCityOrange's fortune cookie&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=JetCityOrange's fortune cookie + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JetCityOrange's fortune cookie + JetCityOrange's fortune cookie + Google,Gadgets + + + + + ThenaturephotographyofJoeDeckerGadget + The nature photography of Joe Decker + Google Gadgets: The nature photography of Joe Decker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The nature photography of Joe Decker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The nature photography of Joe Decker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The nature photography of Joe Decker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The nature photography of Joe Decker + The nature photography of Joe Decker + Google,Gadgets + + + + + IntradecomMostActiveGadget + Intrade.com - Most Active + Google Gadgets: Intrade.com - Most Active Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Intrade.com - Most Active + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Intrade.com - Most Active&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Intrade.com - Most Active + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Intrade.com - Most Active + Intrade.com - Most Active + Google,Gadgets + + + + + Today39sRickDateGadget + Today's RickDate + Google Gadgets: Today's RickDate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today's RickDate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Today's RickDate&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Today's RickDate + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today's RickDate + Today's RickDate + Google,Gadgets + + + + + MiniclipGameRedBeardGadget + Miniclip Game - Red Beard + Google Gadgets: Miniclip Game - Red Beard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Red Beard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Red Beard&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Red Beard + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Red Beard + Miniclip Game - Red Beard + Google,Gadgets + + + + + MonsterHatchGadget + Monster Hatch + Google Gadgets: Monster Hatch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Monster Hatch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Monster Hatch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Monster Hatch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Monster Hatch + Monster Hatch + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-lifestyle/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-lifestyle/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-lifestyle/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-lifestyle + war + 0.3 + Google Gadgets Lifestyle Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-lifestyle + + Property changes on: googlegadgets/trunk/googlegadgets-lifestyle/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9923 @@ + + + + + + DailyHoroscopesGadget + Daily Horoscopes + Google Gadgets: Daily Horoscopes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Horoscopes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/horoscope.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/horoscope.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Horoscopes + Daily Horoscopes + Google,Gadgets + + + + + ArtoftheDayGadget + Art of the Day + Google Gadgets: Art of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Art of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.artbible.info/art/artoftheday.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.artbible.info/art/artoftheday.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Art of the Day + Art of the Day + Google,Gadgets + + + + + InspirationalQuotesandPicturesGadget + Inspirational Quotes and Pictures + Google Gadgets: Inspirational Quotes and Pictures Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Inspirational Quotes and Pictures + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://inspirationalgadget.googlecode.com/svn/trunk/wisdom.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://inspirationalgadget.googlecode.com/svn/trunk/wisdom.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Inspirational Quotes and Pictures + Inspirational Quotes and Pictures + Google,Gadgets + + + + + DateIdeasGadget + Date Ideas + Google Gadgets: Date Ideas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Date Ideas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/dateideas.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://Mandybare.googlepages.com/dateideas.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Date Ideas + Date Ideas + Google,Gadgets + + + + + YahooMusicGadget + Yahoo! Music + Google Gadgets: Yahoo! Music Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Music + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/musicmatch/musicmatch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/musicmatch/musicmatch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Music + Yahoo! Music + Google,Gadgets + + + + + PicasaWebPhotosGadget + Picasa Web Photos + Google Gadgets: Picasa Web Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Picasa Web Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/picasa.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/picasa.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Picasa Web Photos + Picasa Web Photos + Google,Gadgets + + + + + RomanticQuoteoftheDayGadget + Romantic Quote of the Day + Google Gadgets: Romantic Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Romantic Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/love.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/love.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Romantic Quote of the Day + Romantic Quote of the Day + Google,Gadgets + + + + + DealorNoDealNBCGameGadget + Deal or No Deal NBC Game + Google Gadgets: Deal or No Deal NBC Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deal or No Deal NBC Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deal or No Deal NBC Game + Deal or No Deal NBC Game + Google,Gadgets + + + + + WorldWebcamsGadget + World Webcams + Google Gadgets: World Webcams Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Webcams + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.catfood.net/wwc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.catfood.net/wwc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Webcams + World Webcams + Google,Gadgets + + + + + CraigslistSearchGadget + Craigslist Search + Google Gadgets: Craigslist Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Craigslist Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/craigslist.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/craigslist.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Craigslist Search + Craigslist Search + Google,Gadgets + + + + + AristotleQuoteoftheDayGadget + Aristotle Quote of the Day + Google Gadgets: Aristotle Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aristotle Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/aristotle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/aristotle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aristotle Quote of the Day + Aristotle Quote of the Day + Google,Gadgets + + + + + NaturalWonderPhotosoftheDayGadget + Natural Wonder Photos of the Day + Google Gadgets: Natural Wonder Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Natural Wonder Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/custom-naturalwonders.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/custom-naturalwonders.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Natural Wonder Photos of the Day + Natural Wonder Photos of the Day + Google,Gadgets + + + + + CutePuppiesGadgetGadget + Cute Puppies Gadget + Google Gadgets: Cute Puppies Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cute Puppies Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/puppies_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.puppyfinder.com/google_gadget/puppies_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cute Puppies Gadget + Cute Puppies Gadget + Google,Gadgets + + + + + RecipeoftheMomentGadget + Recipe of the Moment + Google Gadgets: Recipe of the Moment Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Recipe of the Moment + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/rotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/rotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Recipe of the Moment + Recipe of the Moment + Google,Gadgets + + + + + BeautyTipoftheDayGadget + Beauty Tip of the Day + Google Gadgets: Beauty Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beauty Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/beauty-tips.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/beauty-tips.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beauty Tip of the Day + Beauty Tip of the Day + Google,Gadgets + + + + + CoolDogFactsGadgetGadget + Cool Dog Facts Gadget + Google Gadgets: Cool Dog Facts Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cool Dog Facts Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/facts_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.puppyfinder.com/google_gadget/facts_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cool Dog Facts Gadget + Cool Dog Facts Gadget + Google,Gadgets + + + + + YouDecideAnsweranddiscussquestionsofthedayGadget + You Decide! Answer and discuss questions of the day. + Google Gadgets: You Decide! Answer and discuss questions of the day. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + You Decide! Answer and discuss questions of the day. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/poll.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/Gadgets/poll.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + You Decide! Answer and discuss questions of the day. + You Decide! Answer and discuss questions of the day. + Google,Gadgets + + + + + PhotographoftheWeekfromthephotogaphyofPaulMorrisofPMStudiosGadget + Photograph of the Week from the photogaphy of Paul Morris of PM Studios + Google Gadgets: Photograph of the Week from the photogaphy of Paul Morris of PM Studios Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photograph of the Week from the photogaphy of Paul Morris of PM Studios + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pmstudios.co.uk/picofweek.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pmstudios.co.uk/picofweek.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photograph of the Week from the photogaphy of Paul Morris of PM Studios + Photograph of the Week from the photogaphy of Paul Morris of PM Studios + Google,Gadgets + + + + + ReadtheConstitutionGadget + Read the Constitution! + Google Gadgets: Read the Constitution! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Read the Constitution! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/constitution.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/constitution.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Read the Constitution! + Read the Constitution! + Google,Gadgets + + + + + MostInterestingSunsetsUpdatesDailyGadget + Most Interesting Sunsets Updates Daily + Google Gadgets: Most Interesting Sunsets Updates Daily Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Most Interesting Sunsets Updates Daily + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/sunsets.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/Gadgets/sunsets.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Most Interesting Sunsets Updates Daily + Most Interesting Sunsets Updates Daily + Google,Gadgets + + + + + WineSpectatorDailyWinePicksGadget + Wine Spectator Daily Wine Picks + Google Gadgets: Wine Spectator Daily Wine Picks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wine Spectator Daily Wine Picks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.winespectator.com/RSS/Google_Module/0,4341,,00.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.winespectator.com/RSS/Google_Module/0,4341,,00.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wine Spectator Daily Wine Picks + Wine Spectator Daily Wine Picks + Google,Gadgets + + + + + NationalGeographicPhotooftheDayGadget + National Geographic Photo of the Day + Google Gadgets: National Geographic Photo of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Photo of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://xyz220.googlepages.com/nationalgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://xyz220.googlepages.com/nationalgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Photo of the Day + National Geographic Photo of the Day + Google,Gadgets + + + + + MicroTVGadget + Micro-TV + Google Gadgets: Micro-TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Micro-TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/tvlive/microtv.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cammap.net/tvlive/microtv.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Micro-TV + Micro-TV + Google,Gadgets + + + + + BushQuoteGeneratorGadget + Bush Quote Generator + Google Gadgets: Bush Quote Generator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bush Quote Generator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://marsupialmusic.net/stu/scripts/bush.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://marsupialmusic.net/stu/scripts/bush.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bush Quote Generator + Bush Quote Generator + Google,Gadgets + + + + + HarryPotterandtheDeathlyHallowsGadget + Harry Potter and the Deathly Hallows + Google Gadgets: Harry Potter and the Deathly Hallows Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Harry Potter and the Deathly Hallows + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108782425794135636394%26mid%3D61%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D108782425794135636394%26mid%3D61%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Harry Potter and the Deathly Hallows + Harry Potter and the Deathly Hallows + Google,Gadgets + + + + + AstronomyPhotosoftheDayGadget + Astronomy Photos of the Day + Google Gadgets: Astronomy Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/custom-astronomy.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/custom-astronomy.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Photos of the Day + Astronomy Photos of the Day + Google,Gadgets + + + + + MountainandNaturePhotosGadget + Mountain and Nature Photos + Google Gadgets: Mountain and Nature Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mountain and Nature Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hikr.org/gg_last_favs.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hikr.org/gg_last_favs.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mountain and Nature Photos + Mountain and Nature Photos + Google,Gadgets + + + + + AncientPhotosoftheDayGadget + Ancient Photos of the Day + Google Gadgets: Ancient Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ancient Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/custom-ancient.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/custom-ancient.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ancient Photos of the Day + Ancient Photos of the Day + Google,Gadgets + + + + + YourNationalflagGadget + Your National flag + Google Gadgets: Your National flag Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your National flag + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.dealsoncampus.com/myflag.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.dealsoncampus.com/myflag.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your National flag + Your National flag + Google,Gadgets + + + + + MyFavSongsThisWeekGadget + My Fav Songs This Week + Google Gadgets: My Fav Songs This Week Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Fav Songs This Week + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114276891809267350586%26mid%3D67%26url%3Dgm_list.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D114276891809267350586%26mid%3D67%26url%3Dgm_list.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Fav Songs This Week + My Fav Songs This Week + Google,Gadgets + + + + + MontereyBayAquariumLiveWebCamGadget + Monterey Bay Aquarium Live Web Cam + Google Gadgets: Monterey Bay Aquarium Live Web Cam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Monterey Bay Aquarium Live Web Cam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jpaterson.googlepages.com/webcam.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jpaterson.googlepages.com/webcam.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Monterey Bay Aquarium Live Web Cam + Monterey Bay Aquarium Live Web Cam + Google,Gadgets + + + + + GroogleGadget + Groogle + Google Gadgets: Groogle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Groogle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005842478512812307194/cse/fg-dexijzgc/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005842478512812307194/cse/fg-dexijzgc/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Groogle + Groogle + Google,Gadgets + + + + + CellPhoneoftheDayGadget + Cell Phone of the Day + Google Gadgets: Cell Phone of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cell Phone of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.phonerev.com/google_module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.phonerev.com/google_module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cell Phone of the Day + Cell Phone of the Day + Google,Gadgets + + + + + DailyBibleVerseGadget + Daily Bible Verse + Google Gadgets: Daily Bible Verse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Bible Verse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://links.christiansunite.com/blessing_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://links.christiansunite.com/blessing_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Bible Verse + Daily Bible Verse + Google,Gadgets + + + + + NationalGeographicPhotooftheDay1Gadget + National Geographic Photo of the Day + Google Gadgets: National Geographic Photo of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Photo of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://drbeagledotcom.googlepages.com/ngpod.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://drbeagledotcom.googlepages.com/ngpod.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Photo of the Day + National Geographic Photo of the Day + Google,Gadgets + + + + + ChineseproverbofthedayGadget + Chinese proverb of the day + Google Gadgets: Chinese proverb of the day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chinese proverb of the day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://clearchinese.com/gadgets/day_proverb.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://clearchinese.com/gadgets/day_proverb.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chinese proverb of the day + Chinese proverb of the day + Google,Gadgets + + + + + HotModelsGadget + HotModels + Google Gadgets: HotModels Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HotModels + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://hotmodels.com/gadget/googleshowcase.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://hotmodels.com/gadget/googleshowcase.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HotModels + HotModels + Google,Gadgets + + + + + watertheplantGadget + water the plant + Google Gadgets: water the plant Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + water the plant + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111468282769546526270%26mid%3D66%26url%3Dgm_googlegram.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D111468282769546526270%26mid%3D66%26url%3Dgm_googlegram.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + water the plant + water the plant + Google,Gadgets + + + + + TodayinHistoryGadget + Today in History + Google Gadgets: Today in History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today in History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/uhist.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/uhist.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today in History + Today in History + Google,Gadgets + + + + + HarryPotterandtheDeathlyHallows1Gadget + Harry Potter and the Deathly Hallows + Google Gadgets: Harry Potter and the Deathly Hallows Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Harry Potter and the Deathly Hallows + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101475822112095100370%26mid%3D14%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D101475822112095100370%26mid%3D14%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Harry Potter and the Deathly Hallows + Harry Potter and the Deathly Hallows + Google,Gadgets + + + + + eBooksSearchGadget + eBooks Search + Google Gadgets: eBooks Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + eBooks Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006685002943402371085/cse/tt2opmx09zw/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006685002943402371085/cse/tt2opmx09zw/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + eBooks Search + eBooks Search + Google,Gadgets + + + + + iTunesGadgetGadget + iTunes Gadget + Google Gadgets: iTunes Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iTunes Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.captunes.com/google/itunesgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.captunes.com/google/itunesgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iTunes Gadget + iTunes Gadget + Google,Gadgets + + + + + NicewallpapersGadget + Nice wallpapers + Google Gadgets: Nice wallpapers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nice wallpapers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nicewallpapers.info/nicewallpapers.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nicewallpapers.info/nicewallpapers.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nice wallpapers + Nice wallpapers + Google,Gadgets + + + + + PetTipsGadget + Pet Tips + Google Gadgets: Pet Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pet Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1215077/5265382019008857026&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/a/1215077/5265382019008857026 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pet Tips + Pet Tips + Google,Gadgets + + + + + MusicHotUpcomingCDReleasesGadget + Music: Hot Upcoming CD Releases + Google Gadgets: Music: Hot Upcoming CD Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Music: Hot Upcoming CD Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.metrolyrics.com/widget/upcomingCDalbums.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.metrolyrics.com/widget/upcomingCDalbums.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Music: Hot Upcoming CD Releases + Music: Hot Upcoming CD Releases + Google,Gadgets + + + + + CookieClickGadget + Cookie Click + Google Gadgets: Cookie Click Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cookie Click + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.3rdpersonmedia.com/googlecookie.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.3rdpersonmedia.com/googlecookie.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cookie Click + Cookie Click + Google,Gadgets + + + + + ArtPicturesGadget + Art Pictures + Google Gadgets: Art Pictures Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Art Pictures + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://offtype.net/google_gadget/gallery_widget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://offtype.net/google_gadget/gallery_widget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Art Pictures + Art Pictures + Google,Gadgets + + + + + SongsofPraiseJukeboxGadget + Songs of Praise Jukebox + Google Gadgets: Songs of Praise Jukebox Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Songs of Praise Jukebox + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://songsofpraise.org/sopjukebox.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://songsofpraise.org/sopjukebox.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Songs of Praise Jukebox + Songs of Praise Jukebox + Google,Gadgets + + + + + TarotGadget + Tarot + Google Gadgets: Tarot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tarot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tarot + Tarot + Google,Gadgets + + + + + LifestyleGadget + Lifestyle + Google Gadgets: Lifestyle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lifestyle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pwoo.org/ProfessionalWoman.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pwoo.org/ProfessionalWoman.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lifestyle + Lifestyle + Google,Gadgets + + + + + NotFunButTrueGadget + Not Fun, But True! + Google Gadgets: Not Fun, But True! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Not Fun, But True! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.audienceoftwo.com/crewpepper.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.audienceoftwo.com/crewpepper.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Not Fun, But True! + Not Fun, But True! + Google,Gadgets + + + + + CreateYourOwnPersonalizedSlideshowofImagesGadget + Create Your Own Personalized Slideshow of Images + Google Gadgets: Create Your Own Personalized Slideshow of Images Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Create Your Own Personalized Slideshow of Images + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/my-photos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/Gadgets/my-photos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Create Your Own Personalized Slideshow of Images + Create Your Own Personalized Slideshow of Images + Google,Gadgets + + + + + MySpacePopularVideosGadget + MySpace Popular Videos + Google Gadgets: MySpace Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MySpace Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MySpace Popular Videos + MySpace Popular Videos + Google,Gadgets + + + + + ChristianityandtheBibleGadget + Christianity and the Bible + Google Gadgets: Christianity and the Bible Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Christianity and the Bible + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1215077/9007621321966704415&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/a/1215077/9007621321966704415 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Christianity and the Bible + Christianity and the Bible + Google,Gadgets + + + + + EbaySearchGadget + Ebay Search + Google Gadgets: Ebay Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ebay Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/ebay.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/ebay.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ebay Search + Ebay Search + Google,Gadgets + + + + + MoviefoneNewinTheatersGadget + Moviefone: New in Theaters + Google Gadgets: Moviefone: New in Theaters Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Moviefone: New in Theaters + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cdn.digitalcity.com/channelmodules/moviefone_theaters.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cdn.digitalcity.com/channelmodules/moviefone_theaters.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Moviefone: New in Theaters + Moviefone: New in Theaters + Google,Gadgets + + + + + PowerPuffGirlsTerrorScaleGadget + PowerPuff Girls Terror Scale + Google Gadgets: PowerPuff Girls Terror Scale Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PowerPuff Girls Terror Scale + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thehowardmillerfamily.com/terror/ppg/ppg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thehowardmillerfamily.com/terror/ppg/ppg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PowerPuff Girls Terror Scale + PowerPuff Girls Terror Scale + Google,Gadgets + + + + + EbaySearch1Gadget + Ebay Search + Google Gadgets: Ebay Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ebay Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/ebay-search.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/ebay-search.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ebay Search + Ebay Search + Google,Gadgets + + + + + ModeRoomLiteraryQuotesGadget + ModeRoom Literary Quotes + Google Gadgets: ModeRoom Literary Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ModeRoom Literary Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.moderoom.com/moderoom_press_literary_quotes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.moderoom.com/moderoom_press_literary_quotes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ModeRoom Literary Quotes + ModeRoom Literary Quotes + Google,Gadgets + + + + + HawaiiPhotoGalleryGadget + Hawaii Photo Gallery + Google Gadgets: Hawaii Photo Gallery Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hawaii Photo Gallery + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://comeseehawaii.googlepages.com/comeseehawaii.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://comeseehawaii.googlepages.com/comeseehawaii.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hawaii Photo Gallery + Hawaii Photo Gallery + Google,Gadgets + + + + + MP3SEARCHGadget + MP3 SEARCH + Google Gadgets: MP3 SEARCH Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MP3 SEARCH + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/006685002943402371085/cse/cxdxv8ymmng/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/006685002943402371085/cse/cxdxv8ymmng/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MP3 SEARCH + MP3 SEARCH + Google,Gadgets + + + + + TravelGuidesandReviewsGadget + Travel Guides and Reviews + Google Gadgets: Travel Guides and Reviews Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Travel Guides and Reviews + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012097448745616243396/cse/fjr_-gk5vmq/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012097448745616243396/cse/fjr_-gk5vmq/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Travel Guides and Reviews + Travel Guides and Reviews + Google,Gadgets + + + + + AOLMusicFullCDsGadget + AOL Music: Full CDs + Google Gadgets: AOL Music: Full CDs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AOL Music: Full CDs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cdn.digitalcity.com/channelmodules/aolmusic_full_cds.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cdn.digitalcity.com/channelmodules/aolmusic_full_cds.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AOL Music: Full CDs + AOL Music: Full CDs + Google,Gadgets + + + + + PhotoClockGadget + Photo Clock + Google Gadgets: Photo Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photo Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chronita.com/cface/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chronita.com/cface/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photo Clock + Photo Clock + Google,Gadgets + + + + + iTunesFeedsGadget + iTunes Feeds + Google Gadgets: iTunes Feeds Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iTunes Feeds + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/itunes/itunes_feeds.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/itunes/itunes_feeds.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iTunes Feeds + iTunes Feeds + Google,Gadgets + + + + + ReadTheQuranorgGadget + ReadTheQuran.org + Google Gadgets: ReadTheQuran.org Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ReadTheQuran.org + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.readthequran.org/googlegadget/ReadTheQuran.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.readthequran.org/googlegadget/ReadTheQuran.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ReadTheQuran.org + ReadTheQuran.org + Google,Gadgets + + + + + HealthTipoftheDayGadget + Health Tip of the Day. + Google Gadgets: Health Tip of the Day. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Health Tip of the Day. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/health-tips.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/health-tips.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Health Tip of the Day. + Health Tip of the Day. + Google,Gadgets + + + + + MyFavoriteYoutubeVideosGadget + My Favorite Youtube Videos + Google Gadgets: My Favorite Youtube Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Favorite Youtube Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113193204377027315336%26mid%3D16%26url%3Dgm_youtube.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D113193204377027315336%26mid%3D16%26url%3Dgm_youtube.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Favorite Youtube Videos + My Favorite Youtube Videos + Google,Gadgets + + + + + FullBodyAnalysisCalculatorGadget + Full Body Analysis Calculator + Google Gadgets: Full Body Analysis Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Full Body Analysis Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fba.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/fba.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Full Body Analysis Calculator + Full Body Analysis Calculator + Google,Gadgets + + + + + LoveCardscomCardoftheDayGadget + LoveCards.com Card of the Day + Google Gadgets: LoveCards.com Card of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LoveCards.com Card of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lovecards.com/feeds/cardofday.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lovecards.com/feeds/cardofday.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LoveCards.com Card of the Day + LoveCards.com Card of the Day + Google,Gadgets + + + + + BibleVerseoftheDayGadget + Bible Verse of the Day + Google Gadgets: Bible Verse of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bible Verse of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.believer.com/outreach/versetoday.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.believer.com/outreach/versetoday.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bible Verse of the Day + Bible Verse of the Day + Google,Gadgets + + + + + WeightLossQuestionoftheDayGadget + Weight Loss Question of the Day + Google Gadgets: Weight Loss Question of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weight Loss Question of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.goldensummitinc.com/gadgets/qod.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.goldensummitinc.com/gadgets/qod.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weight Loss Question of the Day + Weight Loss Question of the Day + Google,Gadgets + + + + + DisneyCharacteroftheDayGadget + Disney Character of the Day + Google Gadgets: Disney Character of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Disney Character of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/disney-characters.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/disney-characters.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Disney Character of the Day + Disney Character of the Day + Google,Gadgets + + + + + SearchforroadtripdestinationbasedondrivetimeGadget + Search for roadtrip destination based on drive time. + Google Gadgets: Search for roadtrip destination based on drive time. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search for roadtrip destination based on drive time. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/Roadtrip.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.comcast.net/~friday33/Roadtrip.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search for roadtrip destination based on drive time. + Search for roadtrip destination based on drive time. + Google,Gadgets + + + + + FishTankoftheDayGadget + Fish Tank of the Day + Google Gadgets: Fish Tank of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fish Tank of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ratemyfishtank.com/xml/fishtank.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ratemyfishtank.com/xml/fishtank.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fish Tank of the Day + Fish Tank of the Day + Google,Gadgets + + + + + ForSaleByOwnerGadget + For Sale By Owner + Google Gadgets: For Sale By Owner Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + For Sale By Owner + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.usbargaintrader.com/rss/ghp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.usbargaintrader.com/rss/ghp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + For Sale By Owner + For Sale By Owner + Google,Gadgets + + + + + FreshArtDailyGadget + Fresh Art Daily + Google Gadgets: Fresh Art Daily Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fresh Art Daily + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hulseytrustystudios.com/google_gadget/google_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hulseytrustystudios.com/google_gadget/google_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fresh Art Daily + Fresh Art Daily + Google,Gadgets + + + + + FitnessTipoftheDayGadget + Fitness Tip of the Day + Google Gadgets: Fitness Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fitness Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/fitness.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/fitness.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fitness Tip of the Day + Fitness Tip of the Day + Google,Gadgets + + + + + IsItBedTimeGadget + Is It BedTime? + Google Gadgets: Is It BedTime? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Is It BedTime? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/bedtime.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nuzs.com/bedtime.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Is It BedTime? + Is It BedTime? + Google,Gadgets + + + + + wwwknowthruastrologycomGadget + www.knowthruastrology.com + Google Gadgets: www.knowthruastrology.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + www.knowthruastrology.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.knowthruastrology.com/relation.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.knowthruastrology.com/relation.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + www.knowthruastrology.com + www.knowthruastrology.com + Google,Gadgets + + + + + PopularDanceMusicoftheHourGadget + Popular Dance Music of the Hour + Google Gadgets: Popular Dance Music of the Hour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Dance Music of the Hour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/electronic/&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/music/electronic/ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Dance Music of the Hour + Popular Dance Music of the Hour + Google,Gadgets + + + + + AstronomyPictureoftheDayGadget + Astronomy Picture of the Day + Google Gadgets: Astronomy Picture of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Picture of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sjwalter.googlepages.com/apod.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sjwalter.googlepages.com/apod.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Picture of the Day + Astronomy Picture of the Day + Google,Gadgets + + + + + BREADDailyBibleReadingGadget + B.R.E.A.D. - Daily Bible Reading + Google Gadgets: B.R.E.A.D. - Daily Bible Reading Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + B.R.E.A.D. - Daily Bible Reading + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.waupc.com/ws/bread.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.waupc.com/ws/bread.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + B.R.E.A.D. - Daily Bible Reading + B.R.E.A.D. - Daily Bible Reading + Google,Gadgets + + + + + SlideshowofInterestingBeachesGadget + Slideshow of Interesting Beaches + Google Gadgets: Slideshow of Interesting Beaches Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slideshow of Interesting Beaches + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/beaches.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/Gadgets/beaches.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slideshow of Interesting Beaches + Slideshow of Interesting Beaches + Google,Gadgets + + + + + AbnormalMusicSearchGadget + Abnormal Music Search + Google Gadgets: Abnormal Music Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Abnormal Music Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018411830510677486571/cse/fkmvou_4ueg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/018411830510677486571/cse/fkmvou_4ueg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Abnormal Music Search + Abnormal Music Search + Google,Gadgets + + + + + GhettoGarageToGoGadget + Ghetto Garage To Go + Google Gadgets: Ghetto Garage To Go Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ghetto Garage To Go + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ghettogarage.net/ghetto-google.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ghettogarage.net/ghetto-google.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ghetto Garage To Go + Ghetto Garage To Go + Google,Gadgets + + + + + socwallcomRandomDesktopBackgroundGadget + socwall.com Random Desktop Background + Google Gadgets: socwall.com Random Desktop Background Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + socwall.com Random Desktop Background + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.socwall.com/gadget/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.socwall.com/gadget/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + socwall.com Random Desktop Background + socwall.com Random Desktop Background + Google,Gadgets + + + + + FinestquotesQuoteofthedayGadget + Finestquotes -Quote of the day + Google Gadgets: Finestquotes -Quote of the day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Finestquotes -Quote of the day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.finestquotes.com/quoteoftheday.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.finestquotes.com/quoteoftheday.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Finestquotes -Quote of the day + Finestquotes -Quote of the day + Google,Gadgets + + + + + HollywoodBitchslapGadget + Hollywood Bitchslap + Google Gadgets: Hollywood Bitchslap Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hollywood Bitchslap + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://hollywoodbitchslap.com/google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://hollywoodbitchslap.com/google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hollywood Bitchslap + Hollywood Bitchslap + Google,Gadgets + + + + + NorthCarolinawebcamsGadget + North Carolina webcams + Google Gadgets: North Carolina webcams Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + North Carolina webcams + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + North Carolina webcams + North Carolina webcams + Google,Gadgets + + + + + FrenchAudioWordoftheDayGadget + French - Audio Word of the Day + Google Gadgets: French - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + French - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/french_wotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hitsalive.com/google_gadgets/french_wotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + French - Audio Word of the Day + French - Audio Word of the Day + Google,Gadgets + + + + + MoonPhasesGadget + Moon Phases + Google Gadgets: Moon Phases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Moon Phases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/lunar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/lunar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Moon Phases + Moon Phases + Google,Gadgets + + + + + JetCityOrange39sfortunecookieGadget + JetCityOrange's fortune cookie + Google Gadgets: JetCityOrange's fortune cookie Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JetCityOrange's fortune cookie + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.jetcityorange.com/fortune_cookie/fortune_cookie.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.jetcityorange.com/fortune_cookie/fortune_cookie.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JetCityOrange's fortune cookie + JetCityOrange's fortune cookie + Google,Gadgets + + + + + JSNaturePhotosNaturePhotographyofJohnSercelGadget + JS Nature Photos - Nature Photography of John Sercel + Google Gadgets: JS Nature Photos - Nature Photography of John Sercel Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JS Nature Photos - Nature Photography of John Sercel + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.jstechs.com/images/thumbs/jsnaturephotos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.jstechs.com/images/thumbs/jsnaturephotos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JS Nature Photos - Nature Photography of John Sercel + JS Nature Photos - Nature Photography of John Sercel + Google,Gadgets + + + + + KQEDPublicRadioGadget + KQED Public Radio + Google Gadgets: KQED Public Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + KQED Public Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.kqed.org/includes/external/googleRadioGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.kqed.org/includes/external/googleRadioGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + KQED Public Radio + KQED Public Radio + Google,Gadgets + + + + + FlashFireworksNYCGadget + Flash Fireworks - NYC + Google Gadgets: Flash Fireworks - NYC Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - NYC + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-nyc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/fireworks-nyc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - NYC + Flash Fireworks - NYC + Google,Gadgets + + + + + PicasaWebPhotoViewerGadget + PicasaWeb Photo Viewer + Google Gadgets: PicasaWeb Photo Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PicasaWeb Photo Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ritchie.diputado.googlepages.com/picasaviewer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ritchie.diputado.googlepages.com/picasaviewer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PicasaWeb Photo Viewer + PicasaWeb Photo Viewer + Google,Gadgets + + + + + MyWebCamAutoRefreshGadget + My WebCam (Auto Refresh) + Google Gadgets: My WebCam (Auto Refresh) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam (Auto Refresh) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/webcam-ar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://pileser.googlepages.com/webcam-ar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam (Auto Refresh) + My WebCam (Auto Refresh) + Google,Gadgets + + + + + SunflowerGrowingGadget + Sunflower Growing + Google Gadgets: Sunflower Growing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sunflower Growing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109343576102272334445%26mid%3D30%26url%3Dgm_googlegram.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D109343576102272334445%26mid%3D30%26url%3Dgm_googlegram.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sunflower Growing + Sunflower Growing + Google,Gadgets + + + + + RecipesSearchGadget + Recipes Search + Google Gadgets: Recipes Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Recipes Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015771065305756388770/cse/trs3ia5ov8u/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015771065305756388770/cse/trs3ia5ov8u/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Recipes Search + Recipes Search + Google,Gadgets + + + + + DailyDisneyGadget + Daily Disney + Google Gadgets: Daily Disney Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Disney + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lotsofballs.googlecode.com/svn/trunk/disney1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lotsofballs.googlecode.com/svn/trunk/disney1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Disney + Daily Disney + Google,Gadgets + + + + + SOMEofmyfavoritesongsGadget + SOME of my favorite songs! + Google Gadgets: SOME of my favorite songs! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SOME of my favorite songs! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115490338215437176221%26mid%3D33%26url%3Dgm_list.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D115490338215437176221%26mid%3D33%26url%3Dgm_list.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SOME of my favorite songs! + SOME of my favorite songs! + Google,Gadgets + + + + + AudioBookSearchGadget + Audio Book Search + Google Gadgets: Audio Book Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Audio Book Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016734663465755725902/cse/1xhbtld9l3y/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/016734663465755725902/cse/1xhbtld9l3y/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Audio Book Search + Audio Book Search + Google,Gadgets + + + + + NewMusicReleasesGadget + New Music Releases + Google Gadgets: New Music Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Music Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/new.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/music/new.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Music Releases + New Music Releases + Google,Gadgets + + + + + UnderwaterSlideshowoftheDayBeautifulPhotosGadget + Underwater Slideshow of the Day - Beautiful Photos + Google Gadgets: Underwater Slideshow of the Day - Beautiful Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Underwater Slideshow of the Day - Beautiful Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/underwater.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/Gadgets/underwater.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Underwater Slideshow of the Day - Beautiful Photos + Underwater Slideshow of the Day - Beautiful Photos + Google,Gadgets + + + + + DailyAstrologyForecastGadget + Daily Astrology Forecast + Google Gadgets: Daily Astrology Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Astrology Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://astrologicnet.com/google/google_dailyforecast.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://astrologicnet.com/google/google_dailyforecast.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Astrology Forecast + Daily Astrology Forecast + Google,Gadgets + + + + + CrafterZonecomVirtualCraftFairGadget + CrafterZone.com: Virtual Craft Fair + Google Gadgets: CrafterZone.com: Virtual Craft Fair Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CrafterZone.com: Virtual Craft Fair + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.CrafterZone.com/Gadgets/CZPhotos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.CrafterZone.com/Gadgets/CZPhotos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CrafterZone.com: Virtual Craft Fair + CrafterZone.com: Virtual Craft Fair + Google,Gadgets + + + + + TopChristianNewsStoriesGadget + Top Christian News Stories + Google Gadgets: Top Christian News Stories Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Top Christian News Stories + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://news.christiansunite.com/news_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://news.christiansunite.com/news_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Top Christian News Stories + Top Christian News Stories + Google,Gadgets + + + + + GotoPhotoAlbumGadget + Go to Photo Album + Google Gadgets: Go to Photo Album Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Go to Photo Album + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wku.edu/~yuanh/gadgets/photos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wku.edu/~yuanh/gadgets/photos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Go to Photo Album + Go to Photo Album + Google,Gadgets + + + + + ContestO39TheDayGadget + Contest O' The Day + Google Gadgets: Contest O' The Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Contest O' The Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.contest.otheday.com/GoogleGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.contest.otheday.com/GoogleGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Contest O' The Day + Contest O' The Day + Google,Gadgets + + + + + DailyPhotoandBibleVerseGadget + Daily Photo and Bible Verse + Google Gadgets: Daily Photo and Bible Verse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Photo and Bible Verse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D103510896115272694622%26mid%3D34%26url%3Dgm_photo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D103510896115272694622%26mid%3D34%26url%3Dgm_photo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Photo and Bible Verse + Daily Photo and Bible Verse + Google,Gadgets + + + + + I39mhungryWhat39sopenGadget + I'm hungry! What's open? + Google Gadgets: I'm hungry! What's open? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + I'm hungry! What's open? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jennifergee.googlepages.com/foodApp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jennifergee.googlepages.com/foodApp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + I'm hungry! What's open? + I'm hungry! What's open? + Google,Gadgets + + + + + LoveTarotandCareerTarotAstrologyreadingfromAstrocenterGadget + Love Tarot and Career Tarot Astrology reading from Astrocenter + Google Gadgets: Love Tarot and Career Tarot Astrology reading from Astrocenter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Love Tarot and Career Tarot Astrology reading from Astrocenter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.astrocenter.com/US/Feeds/googleTarotModule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.astrocenter.com/US/Feeds/googleTarotModule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Love Tarot and Career Tarot Astrology reading from Astrocenter + Love Tarot and Career Tarot Astrology reading from Astrocenter + Google,Gadgets + + + + + iconenetRadioTvPlayervideoclipmusicGadget + i-cone.net Radio Tv Player - video clip - music + Google Gadgets: i-cone.net Radio Tv Player - video clip - music Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + i-cone.net Radio Tv Player - video clip - music + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.i-cone.net/i-cone-net-radio-tv_dynasx.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.i-cone.net/i-cone-net-radio-tv_dynasx.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + i-cone.net Radio Tv Player - video clip - music + i-cone.net Radio Tv Player - video clip - music + Google,Gadgets + + + + + BhagavadGitaGadget + Bhagavad Gita + Google Gadgets: Bhagavad Gita Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bhagavad Gita + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lord.loh.googlepages.com/gita.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lord.loh.googlepages.com/gita.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bhagavad Gita + Bhagavad Gita + Google,Gadgets + + + + + MLDborgmusiclyricsGadget + MLDb.org music lyrics + Google Gadgets: MLDb.org music lyrics Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MLDb.org music lyrics + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mldb.org/mldb-gadget-v1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mldb.org/mldb-gadget-v1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MLDb.org music lyrics + MLDb.org music lyrics + Google,Gadgets + + + + + SaintoftheDayGadget + Saint of the Day + Google Gadgets: Saint of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Saint of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.avemich.org/saints_ig.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.avemich.org/saints_ig.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Saint of the Day + Saint of the Day + Google,Gadgets + + + + + PowerballResultsGadget + Powerball Results + Google Gadgets: Powerball Results Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Powerball Results + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myi40.com/diwgoogle.html&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myi40.com/diwgoogle.html + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Powerball Results + Powerball Results + Google,Gadgets + + + + + SeinfeldKramerSoundboardGadget + Seinfeld - Kramer Soundboard + Google Gadgets: Seinfeld - Kramer Soundboard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Seinfeld - Kramer Soundboard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/kramer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://radgadget.googlepages.com/kramer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Seinfeld - Kramer Soundboard + Seinfeld - Kramer Soundboard + Google,Gadgets + + + + + LIVEPTZWebCamAmsterdamFlashvideoGadget + LIVE PTZ WebCam Amsterdam, Flash video. + Google Gadgets: LIVE PTZ WebCam Amsterdam, Flash video. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LIVE PTZ WebCam Amsterdam, Flash video. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://kalverstraat.webcam.nl/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://kalverstraat.webcam.nl/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LIVE PTZ WebCam Amsterdam, Flash video. + LIVE PTZ WebCam Amsterdam, Flash video. + Google,Gadgets + + + + + TruckPicturesatTruckPicturescomGadget + Truck Pictures at TruckPictures.com + Google Gadgets: Truck Pictures at TruckPictures.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Truck Pictures at TruckPictures.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/trucks.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.motorcities.com/newadditions/trucks.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Truck Pictures at TruckPictures.com + Truck Pictures at TruckPictures.com + Google,Gadgets + + + + + AllQuotesinoneGadgetGadget + All Quotes in one Gadget + Google Gadgets: All Quotes in one Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + All Quotes in one Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/quotes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/quotes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + All Quotes in one Gadget + All Quotes in one Gadget + Google,Gadgets + + + + + DailyAffirmationsbyAffirmationPlanetGadget + Daily Affirmations by Affirmation Planet + Google Gadgets: Daily Affirmations by Affirmation Planet Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Affirmations by Affirmation Planet + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.affirmationplanet.com/gadgets/google/AffirmationPlanet.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.affirmationplanet.com/gadgets/google/AffirmationPlanet.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Affirmations by Affirmation Planet + Daily Affirmations by Affirmation Planet + Google,Gadgets + + + + + CustomFlickrSlideshowsGadget + Custom Flickr Slideshows + Google Gadgets: Custom Flickr Slideshows Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Custom Flickr Slideshows + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/custom-flickr.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/Gadgets/custom-flickr.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Custom Flickr Slideshows + Custom Flickr Slideshows + Google,Gadgets + + + + + ColoringPictureoftheDayGadget + Coloring Picture of the Day + Google Gadgets: Coloring Picture of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Coloring Picture of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.surfnetkids.com/message/coloring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.surfnetkids.com/message/coloring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Coloring Picture of the Day + Coloring Picture of the Day + Google,Gadgets + + + + + DailyBiorhythmsGadget + Daily Biorhythms + Google Gadgets: Daily Biorhythms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Biorhythms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://prymak.googlepages.com/daily_biorhythms.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://prymak.googlepages.com/daily_biorhythms.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Biorhythms + Daily Biorhythms + Google,Gadgets + + + + + RonaldReaganQuoteoftheDayGadget + Ronald Reagan Quote of the Day + Google Gadgets: Ronald Reagan Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ronald Reagan Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/ronald-reagan.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/ronald-reagan.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ronald Reagan Quote of the Day + Ronald Reagan Quote of the Day + Google,Gadgets + + + + + 5minutesofcaringGadget + 5 minutes of caring + Google Gadgets: 5 minutes of caring Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 5 minutes of caring + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://5.roachfiend.com/5mins.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://5.roachfiend.com/5mins.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 5 minutes of caring + 5 minutes of caring + Google,Gadgets + + + + + GenealogySleuthSearchEngineGadget + Genealogy Sleuth Search Engine + Google Gadgets: Genealogy Sleuth Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Genealogy Sleuth Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013424889618151652423/cse/agp-m7vklms/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/013424889618151652423/cse/agp-m7vklms/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Genealogy Sleuth Search Engine + Genealogy Sleuth Search Engine + Google,Gadgets + + + + + TVGuideGadget + TVGuide + Google Gadgets: TVGuide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TVGuide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mayhem2000.googlepages.com/tvguide.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mayhem2000.googlepages.com/tvguide.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TVGuide + TVGuide + Google,Gadgets + + + + + TVUPlayerGadget + TVUPlayer + Google Gadgets: TVUPlayer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TVUPlayer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://akira.animation.googlepages.com/tvuplayer_v1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://akira.animation.googlepages.com/tvuplayer_v1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TVUPlayer + TVUPlayer + Google,Gadgets + + + + + PerezHiltoncomCelebrityJuiceGadget + PerezHilton.com - Celebrity Juice + Google Gadgets: PerezHilton.com - Celebrity Juice Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PerezHilton.com - Celebrity Juice + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://perezhilton.com/perez-hilton-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://perezhilton.com/perez-hilton-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PerezHilton.com - Celebrity Juice + PerezHilton.com - Celebrity Juice + Google,Gadgets + + + + + MovieTubePlaysTrailersGadget + Movie Tube - Plays Trailers. + Google Gadgets: Movie Tube - Plays Trailers. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Movie Tube - Plays Trailers. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/1MP_6.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://padmanijain.googlepages.com/1MP_6.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Movie Tube - Plays Trailers. + Movie Tube - Plays Trailers. + Google,Gadgets + + + + + WhimsicalGiftIdeasGadget + Whimsical Gift Ideas + Google Gadgets: Whimsical Gift Ideas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Whimsical Gift Ideas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.kaboodle.com/hi/ig/whimsical_gift_ideas.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.kaboodle.com/hi/ig/whimsical_gift_ideas.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Whimsical Gift Ideas + Whimsical Gift Ideas + Google,Gadgets + + + + + FlashFireworksDetroitGadget + Flash Fireworks - Detroit + Google Gadgets: Flash Fireworks - Detroit Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - Detroit + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-detroit.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/fireworks-detroit.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - Detroit + Flash Fireworks - Detroit + Google,Gadgets + + + + + CollectorCarAuctionReportsGadget + Collector Car Auction Reports + Google Gadgets: Collector Car Auction Reports Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Collector Car Auction Reports + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/auction-report.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.motorcities.com/newadditions/auction-report.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Collector Car Auction Reports + Collector Car Auction Reports + Google,Gadgets + + + + + WritingQuoteoftheDayfromGothamWriters39WorkshopGadget + Writing Quote of the Day from Gotham Writers' Workshop + Google Gadgets: Writing Quote of the Day from Gotham Writers' Workshop Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Writing Quote of the Day from Gotham Writers' Workshop + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.writingclasses.com/GoogleGadgets/Module_QOTD.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.writingclasses.com/GoogleGadgets/Module_QOTD.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Writing Quote of the Day from Gotham Writers' Workshop + Writing Quote of the Day from Gotham Writers' Workshop + Google,Gadgets + + + + + ShowBuzCelebsoftheWeekGadget + ShowBuz - Celebs of the Week + Google Gadgets: ShowBuz - Celebs of the Week Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ShowBuz - Celebs of the Week + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.m-pure.com/showbuz.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.m-pure.com/showbuz.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ShowBuz - Celebs of the Week + ShowBuz - Celebs of the Week + Google,Gadgets + + + + + KingJamesAuthorizedVersionBibleGadget + King James Authorized Version Bible + Google Gadgets: King James Authorized Version Bible Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + King James Authorized Version Bible + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.guidedbiblestudies.com/kingjames.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.guidedbiblestudies.com/kingjames.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + King James Authorized Version Bible + King James Authorized Version Bible + Google,Gadgets + + + + + DaveRamseyFinancialTipoftheDayGadget + Dave Ramsey Financial Tip of the Day. + Google Gadgets: Dave Ramsey Financial Tip of the Day. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dave Ramsey Financial Tip of the Day. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/DaveRamseytipsNEW2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://alisa.ellis.googlepages.com/DaveRamseytipsNEW2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dave Ramsey Financial Tip of the Day. + Dave Ramsey Financial Tip of the Day. + Google,Gadgets + + + + + NetflixQuickAccessGadget + Netflix Quick Access + Google Gadgets: Netflix Quick Access Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Netflix Quick Access + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.blakeschwendiman.com/gh/netflix.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.blakeschwendiman.com/gh/netflix.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Netflix Quick Access + Netflix Quick Access + Google,Gadgets + + + + + NationalGeographicPhotooftheDay2Gadget + National Geographic Photo of the Day + Google Gadgets: National Geographic Photo of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Photo of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/items%3Foid%3D10756713549130991122&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/items%3Foid%3D10756713549130991122 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Photo of the Day + National Geographic Photo of the Day + Google,Gadgets + + + + + GoogleImageSearchSunsetsGadget + Google Image Search - Sunsets + Google Gadgets: Google Image Search - Sunsets Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Image Search - Sunsets + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/sunsets.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://nuzs.com/sunsets.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Image Search - Sunsets + Google Image Search - Sunsets + Google,Gadgets + + + + + UglynetHonoredMemberGadget + Uglynet Honored Member + Google Gadgets: Uglynet Honored Member Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Uglynet Honored Member + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.uglynet.com/googleGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.uglynet.com/googleGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Uglynet Honored Member + Uglynet Honored Member + Google,Gadgets + + + + + FlashFireworksTimeSquareGadget + Flash Fireworks - TimeSquare + Google Gadgets: Flash Fireworks - TimeSquare Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - TimeSquare + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-time-square.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/fireworks-time-square.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - TimeSquare + Flash Fireworks - TimeSquare + Google,Gadgets + + + + + TMinusGeorgeBush39sLastDayCountdownGadget + T-Minus George Bush's Last Day Countdown + Google Gadgets: T-Minus George Bush's Last Day Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + T-Minus George Bush's Last Day Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.t-minusenterprises.com/GoogleGadgets/T-MinusGeorgeBushLastDay.htm&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.t-minusenterprises.com/GoogleGadgets/T-MinusGeorgeBushLastDay.htm + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + T-Minus George Bush's Last Day Countdown + T-Minus George Bush's Last Day Countdown + Google,Gadgets + + + + + PhotographybyJorgeVismaraGadget + Photography by Jorge Vismara + Google Gadgets: Photography by Jorge Vismara Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photography by Jorge Vismara + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jorgevismara.net/GGadgets/JVGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jorgevismara.net/GGadgets/JVGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photography by Jorge Vismara + Photography by Jorge Vismara + Google,Gadgets + + + + + YahooSearchGadget + Yahoo! Search + Google Gadgets: Yahoo! Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/search/yahoo-search.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/search/yahoo-search.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Search + Yahoo! Search + Google,Gadgets + + + + + MyFinalPhotoGadget + My Final Photo + Google Gadgets: My Final Photo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Final Photo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.myfinalphoto.com/myfinalphoto.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.myfinalphoto.com/myfinalphoto.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Final Photo + My Final Photo + Google,Gadgets + + + + + BoneheadOfTheDayAwardGadget + Bonehead Of The Day Award + Google Gadgets: Bonehead Of The Day Award Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bonehead Of The Day Award + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lerman.biz/GoogleGadgets/BoneheadGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lerman.biz/GoogleGadgets/BoneheadGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bonehead Of The Day Award + Bonehead Of The Day Award + Google,Gadgets + + + + + HotterorNotterGadget + Hotter or Notter + Google Gadgets: Hotter or Notter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hotter or Notter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://svm.csie.ntu.edu.tw/~ranker/gadget/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://svm.csie.ntu.edu.tw/~ranker/gadget/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hotter or Notter + Hotter or Notter + Google,Gadgets + + + + + WidescreenWallpapersGadget + Widescreen Wallpapers + Google Gadgets: Widescreen Wallpapers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Widescreen Wallpapers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018372902656027768660/cse/cmrz_gfhvtg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/018372902656027768660/cse/cmrz_gfhvtg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Widescreen Wallpapers + Widescreen Wallpapers + Google,Gadgets + + + + + InterestingPhotosoftheDayGadget + Interesting Photos of the Day + Google Gadgets: Interesting Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Interesting Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/mostinteresting.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/mostinteresting.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Interesting Photos of the Day + Interesting Photos of the Day + Google,Gadgets + + + + + LifeTipsTipoftheDayGadget + LifeTips Tip of the Day + Google Gadgets: LifeTips Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LifeTips Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.lifetips.com/rss/channeltips.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.lifetips.com/rss/channeltips.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LifeTips Tip of the Day + LifeTips Tip of the Day + Google,Gadgets + + + + + FoodieViewRecipeSearchEngineGadget + FoodieView Recipe Search Engine + Google Gadgets: FoodieView Recipe Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FoodieView Recipe Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.foodieview.com/tools/foodieview_google_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.foodieview.com/tools/foodieview_google_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FoodieView Recipe Search Engine + FoodieView Recipe Search Engine + Google,Gadgets + + + + + YouTubeTVmicroGadget + YouTube TV micro + Google Gadgets: YouTube TV micro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube TV micro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/ytube/yttvm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cammap.net/ytube/yttvm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube TV micro + YouTube TV micro + Google,Gadgets + + + + + IMHavencomGraphicsandBuddyIconsGadget + IMHaven.com Graphics and Buddy Icons + Google Gadgets: IMHaven.com Graphics and Buddy Icons Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IMHaven.com Graphics and Buddy Icons + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.imhaven.com/google/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.imhaven.com/google/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IMHaven.com Graphics and Buddy Icons + IMHaven.com Graphics and Buddy Icons + Google,Gadgets + + + + + HomeampGardenWebSearchGadget + Home & Garden Web Search + Google Gadgets: Home & Garden Web Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Home & Garden Web Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013779004394990838421/cse/awsp6p7_fv4/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/013779004394990838421/cse/awsp6p7_fv4/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Home & Garden Web Search + Home & Garden Web Search + Google,Gadgets + + + + + RandomCustomRingtoneGadget + Random Custom Ringtone + Google Gadgets: Random Custom Ringtone Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Custom Ringtone + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.OwnYourPhone.com/app/gadget_randomTone.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.OwnYourPhone.com/app/gadget_randomTone.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Custom Ringtone + Random Custom Ringtone + Google,Gadgets + + + + + iTunesGadgetminiGadget + iTunes Gadget mini + Google Gadgets: iTunes Gadget mini Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iTunes Gadget mini + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.captunes.com/google/itunesgadgetmini.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.captunes.com/google/itunesgadgetmini.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iTunes Gadget mini + iTunes Gadget mini + Google,Gadgets + + + + + MyWebCamGadget + My WebCam + Google Gadgets: My WebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/webcam.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://pileser.googlepages.com/webcam.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam + My WebCam + Google,Gadgets + + + + + DavidAaronSercelArtGadget + David Aaron Sercel Art + Google Gadgets: David Aaron Sercel Art Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + David Aaron Sercel Art + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.davidaaronsercel.com/photos/das-photo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.davidaaronsercel.com/photos/das-photo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + David Aaron Sercel Art + David Aaron Sercel Art + Google,Gadgets + + + + + DrPhilQuoteoftheDayGadget + Dr. Phil Quote of the Day + Google Gadgets: Dr. Phil Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dr. Phil Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/phil-mcgraw.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/phil-mcgraw.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dr. Phil Quote of the Day + Dr. Phil Quote of the Day + Google,Gadgets + + + + + SlideshowsoftheDayGadget + Slideshows of the Day + Google Gadgets: Slideshows of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slideshows of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slideshows of the Day + Slideshows of the Day + Google,Gadgets + + + + + BlogWorldCarFanscomGadget + Blog.WorldCarFans.com + Google Gadgets: Blog.WorldCarFans.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blog.WorldCarFans.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://blog.worldcarfans.com/rss/google_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://blog.worldcarfans.com/rss/google_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blog.WorldCarFans.com + Blog.WorldCarFans.com + Google,Gadgets + + + + + DailyDermatologyNewsGadget + Daily Dermatology News + Google Gadgets: Daily Dermatology News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Dermatology News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rosacea-remedy.com/rosacea-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rosacea-remedy.com/rosacea-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Dermatology News + Daily Dermatology News + Google,Gadgets + + + + + OfficialJustinTimberlakeFutureSexVideoGadget + Official Justin Timberlake FutureSex Video + Google Gadgets: Official Justin Timberlake FutureSex Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Official Justin Timberlake FutureSex Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sonybmg.com/musicbox/mb2/share/futuresex/futuresex_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sonybmg.com/musicbox/mb2/share/futuresex/futuresex_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Official Justin Timberlake FutureSex Video + Official Justin Timberlake FutureSex Video + Google,Gadgets + + + + + GooglePopularVideosGadget + Google Popular Videos + Google Gadgets: Google Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dgoogle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dgoogle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Popular Videos + Google Popular Videos + Google,Gadgets + + + + + EmergencyDisasterPreparednessTipsGadget + Emergency Disaster Preparedness Tips + Google Gadgets: Emergency Disaster Preparedness Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Emergency Disaster Preparedness Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://emergencypage.googlepages.com/emergency-preparedness.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://emergencypage.googlepages.com/emergency-preparedness.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Emergency Disaster Preparedness Tips + Emergency Disaster Preparedness Tips + Google,Gadgets + + + + + JesusChristImageoftheDayGadget + Jesus Christ Image of the Day + Google Gadgets: Jesus Christ Image of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jesus Christ Image of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jesuspics.googlepages.com/jesus-christ.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jesuspics.googlepages.com/jesus-christ.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jesus Christ Image of the Day + Jesus Christ Image of the Day + Google,Gadgets + + + + + TargetHeartRateCalculatorGadget + Target Heart Rate Calculator + Google Gadgets: Target Heart Rate Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/thr.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/thr.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate Calculator + Target Heart Rate Calculator + Google,Gadgets + + + + + LukasNovak39sDailyFeaturedPhotoPODGadget + Lukas Novak's Daily Featured Photo (POD) + Google Gadgets: Lukas Novak's Daily Featured Photo (POD) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lukas Novak's Daily Featured Photo (POD) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.lukasimage.com/mygadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.lukasimage.com/mygadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lukas Novak's Daily Featured Photo (POD) + Lukas Novak's Daily Featured Photo (POD) + Google,Gadgets + + + + + NewCountryMusicReleasesGadget + New Country Music Releases + Google Gadgets: New Country Music Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Country Music Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/country/new.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/music/country/new.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Country Music Releases + New Country Music Releases + Google,Gadgets + + + + + AOLSessionsNewestPerformancesGadget + AOL Sessions: Newest Performances + Google Gadgets: AOL Sessions: Newest Performances Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AOL Sessions: Newest Performances + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://shishirkamal.googlepages.com/newest_performances_1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://shishirkamal.googlepages.com/newest_performances_1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AOL Sessions: Newest Performances + AOL Sessions: Newest Performances + Google,Gadgets + + + + + FloweroftheDayGadget + Flower of the Day + Google Gadgets: Flower of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flower of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.flowershopnetwork.com/widgets/fotd_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.flowershopnetwork.com/widgets/fotd_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flower of the Day + Flower of the Day + Google,Gadgets + + + + + BeeroftheDayGadget + Beer of the Day + Google Gadgets: Beer of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beer of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.beerlabels.com/gmod/beer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.beerlabels.com/gmod/beer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beer of the Day + Beer of the Day + Google,Gadgets + + + + + HumanResourcesGadget + Human Resources + Google Gadgets: Human Resources Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Human Resources + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/HRCalendarGoogle.aspx&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.printedowl.com/HRCalendarGoogle.aspx + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Human Resources + Human Resources + Google,Gadgets + + + + + softwaresandmoviesGadget + softwares and movies + Google Gadgets: softwares and movies Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + softwares and movies + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012730877175659008193/cse/hvx2ptfjp9a/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012730877175659008193/cse/hvx2ptfjp9a/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + softwares and movies + softwares and movies + Google,Gadgets + + + + + AutoAffordabilityCalculatorGadget + Auto Affordability Calculator + Google Gadgets: Auto Affordability Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Affordability Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/auto_affordability.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/auto_affordability.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Affordability Calculator + Auto Affordability Calculator + Google,Gadgets + + + + + LunarInformerGadget + Lunar Informer + Google Gadgets: Lunar Informer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lunar Informer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lunarium.co.uk/gadgets/lunar-informer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lunarium.co.uk/gadgets/lunar-informer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lunar Informer + Lunar Informer + Google,Gadgets + + + + + LiveVideoSearchGadget + LiveVideo Search + Google Gadgets: LiveVideo Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LiveVideo Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.seanbannister.com/google/livevideo-search/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.seanbannister.com/google/livevideo-search/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LiveVideo Search + LiveVideo Search + Google,Gadgets + + + + + FlashFireworksChicagoGadget + Flash Fireworks - Chicago + Google Gadgets: Flash Fireworks - Chicago Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - Chicago + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-chicago.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/fireworks-chicago.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - Chicago + Flash Fireworks - Chicago + Google,Gadgets + + + + + CheapTicketGadget + Cheap Ticket + Google Gadgets: Cheap Ticket Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cheap Ticket + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/017024260457373924038/cse/egog1g0tegs/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/017024260457373924038/cse/egog1g0tegs/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cheap Ticket + Cheap Ticket + Google,Gadgets + + + + + FilmstalkerGadget + Filmstalker + Google Gadgets: Filmstalker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Filmstalker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014866054937797014623/cse/a09zpcnfwkk/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/014866054937797014623/cse/a09zpcnfwkk/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Filmstalker + Filmstalker + Google,Gadgets + + + + + MostInterestingSunsetsUpdatesDaily1Gadget + Most Interesting Sunsets Updates Daily + Google Gadgets: Most Interesting Sunsets Updates Daily Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Most Interesting Sunsets Updates Daily + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/sunsets.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/sunsets.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Most Interesting Sunsets Updates Daily + Most Interesting Sunsets Updates Daily + Google,Gadgets + + + + + DogQuotesGadgetGadget + Dog Quotes Gadget + Google Gadgets: Dog Quotes Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dog Quotes Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/quote_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.puppyfinder.com/google_gadget/quote_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dog Quotes Gadget + Dog Quotes Gadget + Google,Gadgets + + + + + BatmanTheDarkKnightGadget + Batman: The Dark Knight + Google Gadgets: Batman: The Dark Knight Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Batman: The Dark Knight + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109862017304089789845%26mid%3D80%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D109862017304089789845%26mid%3D80%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Batman: The Dark Knight + Batman: The Dark Knight + Google,Gadgets + + + + + RandomLandscapePhotographybyVaughnTeegardenGadget + Random Landscape Photography by Vaughn Teegarden + Google Gadgets: Random Landscape Photography by Vaughn Teegarden Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Landscape Photography by Vaughn Teegarden + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.vaughnsphotoart.com/googlegadgets/vaughnsphotoartlandscape1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.vaughnsphotoart.com/googlegadgets/vaughnsphotoartlandscape1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Landscape Photography by Vaughn Teegarden + Random Landscape Photography by Vaughn Teegarden + Google,Gadgets + + + + + BedrockBiorhythmsGadget + Bedrock Biorhythms + Google Gadgets: Bedrock Biorhythms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bedrock Biorhythms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/biorhythm/biorhythm.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/biorhythm/biorhythm.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bedrock Biorhythms + Bedrock Biorhythms + Google,Gadgets + + + + + RandomFlickringGadget + Random Flickring + Google Gadgets: Random Flickring Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Flickring + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.therandomhomepage.com/google/gadgets/RandomFlickr/module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.therandomhomepage.com/google/gadgets/RandomFlickr/module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Flickring + Random Flickring + Google,Gadgets + + + + + DeepThoughtsbyJackHandeyGadget + Deep Thoughts by Jack Handey + Google Gadgets: Deep Thoughts by Jack Handey Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deep Thoughts by Jack Handey + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://luvgooglegadgets.com/OfficialDeepThoughts/dpthoughsoff.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://luvgooglegadgets.com/OfficialDeepThoughts/dpthoughsoff.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deep Thoughts by Jack Handey + Deep Thoughts by Jack Handey + Google,Gadgets + + + + + FreeDailyHoroscopesGadget + Free Daily Horoscopes + Google Gadgets: Free Daily Horoscopes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Daily Horoscopes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.astrocenter.com/US/Feeds/googleModule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.astrocenter.com/US/Feeds/googleModule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Daily Horoscopes + Free Daily Horoscopes + Google,Gadgets + + + + + YoutubePopularVideosGadget + Youtube Popular Videos + Google Gadgets: Youtube Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Youtube Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/youtubeNew.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://alisa.ellis.googlepages.com/youtubeNew.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Youtube Popular Videos + Youtube Popular Videos + Google,Gadgets + + + + + USPopulationClockGadget + US Population Clock + Google Gadgets: US Population Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + US Population Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://us-population-clock.googlecode.com/svn/prod/PopClock.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://us-population-clock.googlecode.com/svn/prod/PopClock.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + US Population Clock + US Population Clock + Google,Gadgets + + + + + NewRapMusicReleasesGadget + New Rap Music Releases + Google Gadgets: New Rap Music Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Rap Music Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/rap/new.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/music/rap/new.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Rap Music Releases + New Rap Music Releases + Google,Gadgets + + + + + ReadtheBibleinaYearGadget + Read the Bible in a Year + Google Gadgets: Read the Bible in a Year Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Read the Bible in a Year + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/YearlyBible.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/YearlyBible.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Read the Bible in a Year + Read the Bible in a Year + Google,Gadgets + + + + + PopularBooksoftheHourGadget + Popular Books of the Hour + Google Gadgets: Popular Books of the Hour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Books of the Hour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/books/&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/books/ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Books of the Hour + Popular Books of the Hour + Google,Gadgets + + + + + LunarTunesGadget + Lunar Tunes + Google Gadgets: Lunar Tunes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lunar Tunes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jeffreykishner.com/lunartunes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jeffreykishner.com/lunartunes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lunar Tunes + Lunar Tunes + Google,Gadgets + + + + + FindDistanceCalculatorGadget + Find Distance Calculator + Google Gadgets: Find Distance Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Distance Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fdist.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/fdist.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Distance Calculator + Find Distance Calculator + Google,Gadgets + + + + + PoetryMoonTownCafeGadget + Poetry ? MoonTownCafe + Google Gadgets: Poetry ? MoonTownCafe Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Poetry ? MoonTownCafe + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.moontowncafe.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.moontowncafe.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Poetry ? MoonTownCafe + Poetry ? MoonTownCafe + Google,Gadgets + + + + + SomeofourhikingphotosGadget + Some of our hiking photos + Google Gadgets: Some of our hiking photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Some of our hiking photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118146780565866865759%26mid%3D37%26url%3Dgm_photo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D118146780565866865759%26mid%3D37%26url%3Dgm_photo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Some of our hiking photos + Some of our hiking photos + Google,Gadgets + + + + + DrLauraQuoteoftheDayGadget + Dr. Laura Quote of the Day + Google Gadgets: Dr. Laura Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dr. Laura Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/laura.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/laura.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dr. Laura Quote of the Day + Dr. Laura Quote of the Day + Google,Gadgets + + + + + PPSPhysicianCMEGadget + PPS: Physician CME + Google Gadgets: PPS: Physician CME Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PPS: Physician CME + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ppscme.org/feeds/googlefeed_main.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ppscme.org/feeds/googlefeed_main.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PPS: Physician CME + PPS: Physician CME + Google,Gadgets + + + + + HalloweenIdeasGadget + Halloween Ideas + Google Gadgets: Halloween Ideas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Halloween Ideas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.GetThemToday.com/HalloweenGoogleGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.GetThemToday.com/HalloweenGoogleGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Halloween Ideas + Halloween Ideas + Google,Gadgets + + + + + FireworksAroundtheWorldGadget + Fireworks Around the World + Google Gadgets: Fireworks Around the World Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fireworks Around the World + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-world.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/fireworks-world.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fireworks Around the World + Fireworks Around the World + Google,Gadgets + + + + + DogBreedsGadgetGadget + Dog Breeds Gadget + Google Gadgets: Dog Breeds Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dog Breeds Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/breed_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.puppyfinder.com/google_gadget/breed_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dog Breeds Gadget + Dog Breeds Gadget + Google,Gadgets + + + + + QuiztimeGadget + Quiz time! + Google Gadgets: Quiz time! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quiz time! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://quiz.snapsoid.com/feed/googlegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://quiz.snapsoid.com/feed/googlegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quiz time! + Quiz time! + Google,Gadgets + + + + + LeadershipQuoteoftheDayGadget + Leadership Quote of the Day + Google Gadgets: Leadership Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Leadership Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/leadership.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/leadership.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Leadership Quote of the Day + Leadership Quote of the Day + Google,Gadgets + + + + + NewDanceMusicReleasesGadget + New Dance Music Releases + Google Gadgets: New Dance Music Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Dance Music Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/electronic/new.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/music/electronic/new.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Dance Music Releases + New Dance Music Releases + Google,Gadgets + + + + + GeorgeWBushQuoteoftheDayGadget + George W Bush Quote of the Day + Google Gadgets: George W Bush Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + George W Bush Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/george-w-bush.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/george-w-bush.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + George W Bush Quote of the Day + George W Bush Quote of the Day + Google,Gadgets + + + + + TravelDealsfromTheTripHuntercomGadget + Travel Deals from TheTripHunter.com + Google Gadgets: Travel Deals from TheTripHunter.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Travel Deals from TheTripHunter.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thetriphunter.com/gadget/triphunterdeals.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thetriphunter.com/gadget/triphunterdeals.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Travel Deals from TheTripHunter.com + Travel Deals from TheTripHunter.com + Google,Gadgets + + + + + EverythingCaribbeanSearchGadget + Everything Caribbean Search + Google Gadgets: Everything Caribbean Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Everything Caribbean Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009918336587057593825/cse/fpx8ja4s6l0/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/009918336587057593825/cse/fpx8ja4s6l0/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Everything Caribbean Search + Everything Caribbean Search + Google,Gadgets + + + + + OracleGadget + Oracle + Google Gadgets: Oracle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Oracle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rentpadmichiana.com/oracle-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rentpadmichiana.com/oracle-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Oracle + Oracle + Google,Gadgets + + + + + MediaPlayerGadget + Media Player + Google Gadgets: Media Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Media Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.vacationfun.com/gadgets/mp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.vacationfun.com/gadgets/mp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Media Player + Media Player + Google,Gadgets + + + + + QuranVerseoftheDayGadget + Quran Verse of the Day + Google Gadgets: Quran Verse of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quran Verse of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.isearchquran.com/google_module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.isearchquran.com/google_module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quran Verse of the Day + Quran Verse of the Day + Google,Gadgets + + + + + OnelineaDayGadget + One line a Day + Google Gadgets: One line a Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + One line a Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.finestquotes.com/onelineaday.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.finestquotes.com/onelineaday.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + One line a Day + One line a Day + Google,Gadgets + + + + + DailyAffirmationsbyAffirmationPlanet1Gadget + Daily Affirmations by Affirmation Planet + Google Gadgets: Daily Affirmations by Affirmation Planet Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Affirmations by Affirmation Planet + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.affirmationplanet.com/gadgets/google/DailyAffirmation.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.affirmationplanet.com/gadgets/google/DailyAffirmation.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Affirmations by Affirmation Planet + Daily Affirmations by Affirmation Planet + Google,Gadgets + + + + + YouTubePlayerGadget + YouTube Player + Google Gadgets: YouTube Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/dude34toons/xml.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geocities.com/dude34toons/xml.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube Player + YouTube Player + Google,Gadgets + + + + + RecommendedDVDsGadget + Recommended DVDs + Google Gadgets: Recommended DVDs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Recommended DVDs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pfernan.com.ar/module/dvdModule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pfernan.com.ar/module/dvdModule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Recommended DVDs + Recommended DVDs + Google,Gadgets + + + + + TheologicalDictionaryWOTDGadget + Theological Dictionary WOTD + Google Gadgets: Theological Dictionary WOTD Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Theological Dictionary WOTD + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://timothyministries.org/TheologicalDictionary/TDwotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://timothyministries.org/TheologicalDictionary/TDwotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Theological Dictionary WOTD + Theological Dictionary WOTD + Google,Gadgets + + + + + ImpactDailyBiblePassagesGadget + Impact: Daily Bible Passages + Google Gadgets: Impact: Daily Bible Passages Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Impact: Daily Bible Passages + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.platform.impact.baulkobaps.com/resources/gadget_google/impact.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.platform.impact.baulkobaps.com/resources/gadget_google/impact.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Impact: Daily Bible Passages + Impact: Daily Bible Passages + Google,Gadgets + + + + + BBQandGrillingArticlesandRecipesGadget + BBQ and Grilling Articles and Recipes + Google Gadgets: BBQ and Grilling Articles and Recipes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BBQ and Grilling Articles and Recipes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://flavorsofthegrill.com/articles/fotggadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://flavorsofthegrill.com/articles/fotggadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BBQ and Grilling Articles and Recipes + BBQ and Grilling Articles and Recipes + Google,Gadgets + + + + + CostoftheWarinIraqGadget + Cost of the War in Iraq + Google Gadgets: Cost of the War in Iraq Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cost of the War in Iraq + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/costofthewar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://pileser.googlepages.com/costofthewar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cost of the War in Iraq + Cost of the War in Iraq + Google,Gadgets + + + + + EveBridgeGadget + Eve Bridge + Google Gadgets: Eve Bridge Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eve Bridge + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.evebridge.com/xml/google_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.evebridge.com/xml/google_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eve Bridge + Eve Bridge + Google,Gadgets + + + + + FitnessTipoftheDay1Gadget + Fitness Tip of the Day + Google Gadgets: Fitness Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fitness Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/fitness.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/fitness.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fitness Tip of the Day + Fitness Tip of the Day + Google,Gadgets + + + + + IMDbMovieQuizGadget + IMDb Movie Quiz + Google Gadgets: IMDb Movie Quiz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IMDb Movie Quiz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.xlgain.com/gadgets/imdb.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.xlgain.com/gadgets/imdb.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IMDb Movie Quiz + IMDb Movie Quiz + Google,Gadgets + + + + + ThriftyStuffShoppingDealsGadget + ThriftyStuff Shopping Deals + Google Gadgets: ThriftyStuff Shopping Deals Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ThriftyStuff Shopping Deals + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.thriftystuff.com/google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.thriftystuff.com/google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ThriftyStuff Shopping Deals + ThriftyStuff Shopping Deals + Google,Gadgets + + + + + CraftVideosGadget + Craft Videos + Google Gadgets: Craft Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Craft Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.aussiecrafts.com.au/craftvids.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.aussiecrafts.com.au/craftvids.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Craft Videos + Craft Videos + Google,Gadgets + + + + + NationalGeographicPhotooftheDay3Gadget + National Geographic Photo of the Day + Google Gadgets: National Geographic Photo of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Photo of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://dj.gadgets.googlepages.com/geographic-photos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://dj.gadgets.googlepages.com/geographic-photos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Photo of the Day + National Geographic Photo of the Day + Google,Gadgets + + + + + OprahQuoteoftheDayGadget + Oprah Quote of the Day + Google Gadgets: Oprah Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Oprah Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/oprah-winfrey.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/oprah-winfrey.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Oprah Quote of the Day + Oprah Quote of the Day + Google,Gadgets + + + + + OneRepMaxCalculatorGadget + One Rep Max Calculator + Google Gadgets: One Rep Max Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + One Rep Max Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.goldensummitinc.com/gadgets/onerepmax.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.goldensummitinc.com/gadgets/onerepmax.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + One Rep Max Calculator + One Rep Max Calculator + Google,Gadgets + + + + + EnvironmentalProductsSearchGadget + Environmental Products Search + Google Gadgets: Environmental Products Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Environmental Products Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.edie.net/products/google_product_search.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.edie.net/products/google_product_search.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Environmental Products Search + Environmental Products Search + Google,Gadgets + + + + + DrinkingQuoteoftheDaySotallyTobercomGadget + Drinking Quote of the Day - SotallyTober.com + Google Gadgets: Drinking Quote of the Day - SotallyTober.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Drinking Quote of the Day - SotallyTober.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sotallytober.com/google/quotes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sotallytober.com/google/quotes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Drinking Quote of the Day - SotallyTober.com + Drinking Quote of the Day - SotallyTober.com + Google,Gadgets + + + + + BeerSearchGadget + Beer Search + Google Gadgets: Beer Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beer Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016934378210675293449/cse/rcqm2rcnmay/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/016934378210675293449/cse/rcqm2rcnmay/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beer Search + Beer Search + Google,Gadgets + + + + + LotteryandLottoResultsGadget + Lottery and Lotto Results + Google Gadgets: Lottery and Lotto Results Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lottery and Lotto Results + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.lotteryxmlfeed.com/gadget/lottery-lotto-results/lotterytrial.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.lotteryxmlfeed.com/gadget/lottery-lotto-results/lotterytrial.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lottery and Lotto Results + Lottery and Lotto Results + Google,Gadgets + + + + + PeterLiuPhotographypeterliuphotocomGadget + Peter Liu Photography - peterliuphoto.com + Google Gadgets: Peter Liu Photography - peterliuphoto.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Peter Liu Photography - peterliuphoto.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://kaiscapes.com/kaiscapes_google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://kaiscapes.com/kaiscapes_google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Peter Liu Photography - peterliuphoto.com + Peter Liu Photography - peterliuphoto.com + Google,Gadgets + + + + + PhotosofflowersandhorsesGadget + Photos of flowers and horses + Google Gadgets: Photos of flowers and horses Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photos of flowers and horses + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.digitalphoto.pl/digitalphoto.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.digitalphoto.pl/digitalphoto.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photos of flowers and horses + Photos of flowers and horses + Google,Gadgets + + + + + PopularMusicoftheHourGadget + Popular Music of the Hour + Google Gadgets: Popular Music of the Hour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Music of the Hour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/music/ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Music of the Hour + Popular Music of the Hour + Google,Gadgets + + + + + KISCWebcamGadget + K.I.S.C. Webcam + Google Gadgets: K.I.S.C. Webcam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + K.I.S.C. Webcam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://darranc.googlepages.com/kiscam.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://darranc.googlepages.com/kiscam.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + K.I.S.C. Webcam + K.I.S.C. Webcam + Google,Gadgets + + + + + HalfcomSearchGadget + Half.com Search + Google Gadgets: Half.com Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Half.com Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/search/half-com-ebay-music.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/search/half-com-ebay-music.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Half.com Search + Half.com Search + Google,Gadgets + + + + + GotodaycomVacationsGadget + Go-today.com Vacations + Google Gadgets: Go-today.com Vacations Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Go-today.com Vacations + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.go-today.com/site_gtweb/go-today.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.go-today.com/site_gtweb/go-today.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Go-today.com Vacations + Go-today.com Vacations + Google,Gadgets + + + + + WhoAreYourAncestorsGadget + Who Are Your Ancestors? + Google Gadgets: Who Are Your Ancestors? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Who Are Your Ancestors? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/who-are-your-ancestors.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/who-are-your-ancestors.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Who Are Your Ancestors? + Who Are Your Ancestors? + Google,Gadgets + + + + + RingtoneSoupbestringtoneseverGadget + RingtoneSoup: best ringtones ever + Google Gadgets: RingtoneSoup: best ringtones ever Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RingtoneSoup: best ringtones ever + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ringtonesoup.com/tone/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ringtonesoup.com/tone/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RingtoneSoup: best ringtones ever + RingtoneSoup: best ringtones ever + Google,Gadgets + + + + + BiblicalStudiesSearchGadget + Biblical Studies Search + Google Gadgets: Biblical Studies Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Biblical Studies Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015358029557673574450/cse/av4mljbvmpc/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015358029557673574450/cse/av4mljbvmpc/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Biblical Studies Search + Biblical Studies Search + Google,Gadgets + + + + + TriviaNutGameGadget + TriviaNut Game + Google Gadgets: TriviaNut Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TriviaNut Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.gamesforthebrain.com/gadget/game/trivia.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.gamesforthebrain.com/gadget/game/trivia.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TriviaNut Game + TriviaNut Game + Google,Gadgets + + + + + AOLMusicTop11Gadget + AOL Music: Top 11 + Google Gadgets: AOL Music: Top 11 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AOL Music: Top 11 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cdn.digitalcity.com/channelmodules/aolmusic_top11.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cdn.digitalcity.com/channelmodules/aolmusic_top11.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AOL Music: Top 11 + AOL Music: Top 11 + Google,Gadgets + + + + + RandomThoughtkreeticomGadget + Random Thought - kreeti.com + Google Gadgets: Random Thought - kreeti.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Thought - kreeti.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.kreeti.com/thoughts/google&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.kreeti.com/thoughts/google + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Thought - kreeti.com + Random Thought - kreeti.com + Google,Gadgets + + + + + BooksOnFireGadget + Books On Fire + Google Gadgets: Books On Fire Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Books On Fire + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/HotBook.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.comcast.net/~friday33/HotBook.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Books On Fire + Books On Fire + Google,Gadgets + + + + + NasaPhotosoftheDayGadget + Nasa Photos of the Day + Google Gadgets: Nasa Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nasa Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/nasa-photos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/nasa-photos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nasa Photos of the Day + Nasa Photos of the Day + Google,Gadgets + + + + + FlashFireworksDCGadget + Flash Fireworks - D.C. + Google Gadgets: Flash Fireworks - D.C. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - D.C. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-dc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://myzytu.googlepages.com/fireworks-dc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - D.C. + Flash Fireworks - D.C. + Google,Gadgets + + + + + NewsaboutthebigraceGadget + News about the big race + Google Gadgets: News about the big race Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News about the big race + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://election2008.snapsoid.com/feed/googlegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://election2008.snapsoid.com/feed/googlegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News about the big race + News about the big race + Google,Gadgets + + + + + HarryPotterGadget + Harry Potter + Google Gadgets: Harry Potter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Harry Potter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114494689399733131865%26mid%3D65%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D114494689399733131865%26mid%3D65%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Harry Potter + Harry Potter + Google,Gadgets + + + + + FlamingBooksGadget + Flaming Books + Google Gadgets: Flaming Books Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flaming Books + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/FlamingBook.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.comcast.net/~friday33/FlamingBook.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flaming Books + Flaming Books + Google,Gadgets + + + + + QuranGadget + Quran + Google Gadgets: Quran Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quran + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.islamwire.com/widg/quran.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.islamwire.com/widg/quran.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quran + Quran + Google,Gadgets + + + + + SearchVideoSitesGadget + Search Video Sites + Google Gadgets: Search Video Sites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Video Sites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005273778005902021277/cse/s-hqxqqr31c/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005273778005902021277/cse/s-hqxqqr31c/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Video Sites + Search Video Sites + Google,Gadgets + + + + + WeightMeterGadget + Weight Meter + Google Gadgets: Weight Meter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weight Meter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.weightmeter.com/weightmeter.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.weightmeter.com/weightmeter.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weight Meter + Weight Meter + Google,Gadgets + + + + + ThebestgasguzzlersintownGadget + The best gas guzzlers in town + Google Gadgets: The best gas guzzlers in town Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The best gas guzzlers in town + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cars.snapsoid.com/feed/googlegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cars.snapsoid.com/feed/googlegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The best gas guzzlers in town + The best gas guzzlers in town + Google,Gadgets + + + + + TheRecipeWorksGadget + TheRecipeWorks + Google Gadgets: TheRecipeWorks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TheRecipeWorks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.therecipeworks.com/latest.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.therecipeworks.com/latest.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TheRecipeWorks + TheRecipeWorks + Google,Gadgets + + + + + StuffoftheDayGadget + Stuff of the Day + Google Gadgets: Stuff of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stuff of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.andylane.us/gadgets/gadget.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.andylane.us/gadgets/gadget.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stuff of the Day + Stuff of the Day + Google,Gadgets + + + + + LibertarianGuideGadget + Libertarian Guide + Google Gadgets: Libertarian Guide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Libertarian Guide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003811143574093688261/cse/6pfa8-pmafi/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/003811143574093688261/cse/6pfa8-pmafi/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Libertarian Guide + Libertarian Guide + Google,Gadgets + + + + + lyricsGadget + lyrics + Google Gadgets: lyrics Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + lyrics + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.completealbumlyrics.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.completealbumlyrics.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + lyrics + lyrics + Google,Gadgets + + + + + PhotographsGadget + Photographs + Google Gadgets: Photographs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photographs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.myparkphotos.com/google/mpp_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.myparkphotos.com/google/mpp_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photographs + Photographs + Google,Gadgets + + + + + HotelSearchEngineGadget + Hotel Search Engine + Google Gadgets: Hotel Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hotel Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013551567555196134423/cse/qqxsr1gm2rq/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/013551567555196134423/cse/qqxsr1gm2rq/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hotel Search Engine + Hotel Search Engine + Google,Gadgets + + + + + RandomNaturePhotographybyVaughnTeegardenGadget + Random Nature Photography by Vaughn Teegarden + Google Gadgets: Random Nature Photography by Vaughn Teegarden Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Nature Photography by Vaughn Teegarden + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.vaughnsphotoart.com/googlegadgets/vaughnsphotoartnature1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.vaughnsphotoart.com/googlegadgets/vaughnsphotoartnature1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Nature Photography by Vaughn Teegarden + Random Nature Photography by Vaughn Teegarden + Google,Gadgets + + + + + DailyPhotoTipsGadget + Daily Photo Tips + Google Gadgets: Daily Photo Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Photo Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.markraymondmason.com/RSSPhotoTipsGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.markraymondmason.com/RSSPhotoTipsGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Photo Tips + Daily Photo Tips + Google,Gadgets + + + + + FlightDealsGadget + Flight Deals + Google Gadgets: Flight Deals Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flight Deals + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://flight.cubantrip.com/xml/multifeeds_rsstopdest.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://flight.cubantrip.com/xml/multifeeds_rsstopdest.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flight Deals + Flight Deals + Google,Gadgets + + + + + RefreshingLovelyThoughtsGadget + Refreshing Lovely Thoughts + Google Gadgets: Refreshing Lovely Thoughts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Refreshing Lovely Thoughts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nefunda.com/gig/randomFundaGIG_New.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nefunda.com/gig/randomFundaGIG_New.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Refreshing Lovely Thoughts + Refreshing Lovely Thoughts + Google,Gadgets + + + + + ABerkeleyDailyOilPaintingsbySeamusBerkeleyGadget + A Berkeley Daily: Oil Paintings by Seamus Berkeley + Google Gadgets: A Berkeley Daily: Oil Paintings by Seamus Berkeley Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A Berkeley Daily: Oil Paintings by Seamus Berkeley + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://aberkeleydaily.seamusberkeley.com/abdgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://aberkeleydaily.seamusberkeley.com/abdgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A Berkeley Daily: Oil Paintings by Seamus Berkeley + A Berkeley Daily: Oil Paintings by Seamus Berkeley + Google,Gadgets + + + + + MyCustomTShirtStudioGadget + My Custom T-Shirt Studio + Google Gadgets: My Custom T-Shirt Studio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Custom T-Shirt Studio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rosacea-remedy.com/wizard/design.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rosacea-remedy.com/wizard/design.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Custom T-Shirt Studio + My Custom T-Shirt Studio + Google,Gadgets + + + + + FluidIntakeCalculatorGadget + Fluid Intake Calculator + Google Gadgets: Fluid Intake Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fluid Intake Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.goldensummitinc.com/gadgets/fluid.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.goldensummitinc.com/gadgets/fluid.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fluid Intake Calculator + Fluid Intake Calculator + Google,Gadgets + + + + + PopularMysteryoftheHourGadget + Popular Mystery of the Hour + Google Gadgets: Popular Mystery of the Hour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Mystery of the Hour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/books/mystery/&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/books/mystery/ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Mystery of the Hour + Popular Mystery of the Hour + Google,Gadgets + + + + + BabezdeCarsandMoreGadget + Babez.de - Cars and More + Google Gadgets: Babez.de - Cars and More Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Babez.de - Cars and More + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.babez.de/google-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.babez.de/google-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Babez.de - Cars and More + Babez.de - Cars and More + Google,Gadgets + + + + + GreenFuelSearchEngineGadget + GreenFuel Search Engine + Google Gadgets: GreenFuel Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GreenFuel Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007194729776108167652/cse/avvllymhkqc/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/007194729776108167652/cse/avvllymhkqc/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GreenFuel Search Engine + GreenFuel Search Engine + Google,Gadgets + + + + + AyahGadget + Ayah + Google Gadgets: Ayah Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ayah + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.islamwire.com/widg/ayah.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.islamwire.com/widg/ayah.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ayah + Ayah + Google,Gadgets + + + + + PersonalCellarGadget + Personal Cellar + Google Gadgets: Personal Cellar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Personal Cellar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.personalcellar.com/gadget/new.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.personalcellar.com/gadget/new.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Personal Cellar + Personal Cellar + Google,Gadgets + + + + + NationalGeographicRandomPhotosGadget + National Geographic Random Photos + Google Gadgets: National Geographic Random Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Random Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/photos/national-geographic-photos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/photos/national-geographic-photos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Random Photos + National Geographic Random Photos + Google,Gadgets + + + + + InterestingFactsorgRandomFactGadget + InterestingFacts.org Random Fact + Google Gadgets: InterestingFacts.org Random Fact Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + InterestingFacts.org Random Fact + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://interestingfacts.org/google_gadget_random_fact.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://interestingfacts.org/google_gadget_random_fact.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + InterestingFacts.org Random Fact + InterestingFacts.org Random Fact + Google,Gadgets + + + + + AniBoomPopularVideosGadget + AniBoom Popular Videos + Google Gadgets: AniBoom Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AniBoom Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Daniboom&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Daniboom + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AniBoom Popular Videos + AniBoom Popular Videos + Google,Gadgets + + + + + BlogGadget + Blog + Google Gadgets: Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.somogyi.net/Blog/Module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.somogyi.net/Blog/Module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blog + Blog + Google,Gadgets + + + + + HealthCareSearchToolsVisualDxHealthGadget + Health Care Search Tools - VisualDxHealth + Google Gadgets: Health Care Search Tools - VisualDxHealth Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Health Care Search Tools - VisualDxHealth + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://VisualDxHealth.googlepages.com/VDxH_gadget_bodysel.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://VisualDxHealth.googlepages.com/VDxH_gadget_bodysel.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Health Care Search Tools - VisualDxHealth + Health Care Search Tools - VisualDxHealth + Google,Gadgets + + + + + wwwknowthruastrologycom1Gadget + www.knowthruastrology.com + Google Gadgets: www.knowthruastrology.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + www.knowthruastrology.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.knowthruastrology.com/birth.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.knowthruastrology.com/birth.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + www.knowthruastrology.com + www.knowthruastrology.com + Google,Gadgets + + + + + DailyLifeUsefulLinksGadget + Daily Life Useful Links + Google Gadgets: Daily Life Useful Links Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Life Useful Links + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://usefullinks.50webs.com/usefulgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://usefullinks.50webs.com/usefulgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Life Useful Links + Daily Life Useful Links + Google,Gadgets + + + + + GuessItGadget + Guess It + Google Gadgets: Guess It Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Guess It + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.guessit.org/gadget/widget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.guessit.org/gadget/widget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Guess It + Guess It + Google,Gadgets + + + + + AutoPaymentComparisonCalculatorGadget + Auto Payment Comparison Calculator + Google Gadgets: Auto Payment Comparison Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Payment Comparison Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/apcomp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/apcomp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Payment Comparison Calculator + Auto Payment Comparison Calculator + Google,Gadgets + + + + + PopularYouTubeVideosGadget + Popular You Tube Videos + Google Gadgets: Popular You Tube Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular You Tube Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/youtubeNew1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://alisa.ellis.googlepages.com/youtubeNew1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular You Tube Videos + Popular You Tube Videos + Google,Gadgets + + + + + ArtofLivingGadget + Art of Living + Google Gadgets: Art of Living Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Art of Living + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007526199449893407213/cse/ydxhkkombc0/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/007526199449893407213/cse/ydxhkkombc0/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Art of Living + Art of Living + Google,Gadgets + + + + + GardenGadgetGadget + Garden Gadget + Google Gadgets: Garden Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Garden Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gardenlistings.com/GardenGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gardenlistings.com/GardenGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Garden Gadget + Garden Gadget + Google,Gadgets + + + + + DailyHoroscopeGadget + Daily Horoscope + Google Gadgets: Daily Horoscope Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Horoscope + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.astroyogi.com/horoscopedaily.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.astroyogi.com/horoscopedaily.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Horoscope + Daily Horoscope + Google,Gadgets + + + + + sweetsweetssearchingGadget + sweet sweets searching + Google Gadgets: sweet sweets searching Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + sweet sweets searching + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002622238555709464970/cse/_-tjgyfktts/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002622238555709464970/cse/_-tjgyfktts/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + sweet sweets searching + sweet sweets searching + Google,Gadgets + + + + + RefreshingLovelyQuotesGadget + Refreshing Lovely Quotes + Google Gadgets: Refreshing Lovely Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Refreshing Lovely Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nefunda.com/gig/randomjokeGIG.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nefunda.com/gig/randomjokeGIG.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Refreshing Lovely Quotes + Refreshing Lovely Quotes + Google,Gadgets + + + + + MakeMoneyOnlineTop10Gadget + Make Money Online - Top 10 + Google Gadgets: Make Money Online - Top 10 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Make Money Online - Top 10 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.goaffiliateprograms.com/pod-money-top-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.goaffiliateprograms.com/pod-money-top-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Make Money Online - Top 10 + Make Money Online - Top 10 + Google,Gadgets + + + + + AndyampBron39sWeddingGadget + Andy & Bron's Wedding + Google Gadgets: Andy & Bron's Wedding Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Andy & Bron's Wedding + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D107349297500051710650%26mid%3D4%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D107349297500051710650%26mid%3D4%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Andy & Bron's Wedding + Andy & Bron's Wedding + Google,Gadgets + + + + + FocusDailyBroadcastGadget + Focus Daily Broadcast + Google Gadgets: Focus Daily Broadcast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Focus Daily Broadcast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cahillinteractive.com/xml/google/focus-daily-broadcast.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cahillinteractive.com/xml/google/focus-daily-broadcast.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Focus Daily Broadcast + Focus Daily Broadcast + Google,Gadgets + + + + + NewRockMusicReleasesGadget + New Rock Music Releases + Google Gadgets: New Rock Music Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Rock Music Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/rock/new.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/music/rock/new.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Rock Music Releases + New Rock Music Releases + Google,Gadgets + + + + + SecondLifeStatsGadget + Second Life Stats + Google Gadgets: Second Life Stats Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Second Life Stats + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://tkdtkd77.web.fc2.com/sl.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://tkdtkd77.web.fc2.com/sl.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Second Life Stats + Second Life Stats + Google,Gadgets + + + + + SimpsonsMillionaireGadget + Simpsons Millionaire + Google Gadgets: Simpsons Millionaire Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Simpsons Millionaire + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/simpsons_mill.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/simpsons_mill.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Simpsons Millionaire + Simpsons Millionaire + Google,Gadgets + + + + + AaaawThecutestpicturesonEarthGadget + Aaaaw... The cutest pictures on Earth + Google Gadgets: Aaaaw... The cutest pictures on Earth Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aaaaw... The cutest pictures on Earth + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cutest.snapsoid.com/feed/googlegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cutest.snapsoid.com/feed/googlegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aaaaw... The cutest pictures on Earth + Aaaaw... The cutest pictures on Earth + Google,Gadgets + + + + + CurrentMoonSignGadget + Current Moon Sign + Google Gadgets: Current Moon Sign Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Current Moon Sign + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lunarium.co.uk/gadgets/moon-sign-now.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lunarium.co.uk/gadgets/moon-sign-now.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Current Moon Sign + Current Moon Sign + Google,Gadgets + + + + + YoumightbeaREDNECKifGadget + You might be a REDNECK if... + Google Gadgets: You might be a REDNECK if... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + You might be a REDNECK if... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/foxworthy.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://Mandybare.googlepages.com/foxworthy.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + You might be a REDNECK if... + You might be a REDNECK if... + Google,Gadgets + + + + + DailyFashionableGadgetNewsandTrendsGadget + Daily Fashionable Gadget News and Trends + Google Gadgets: Daily Fashionable Gadget News and Trends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Fashionable Gadget News and Trends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.trendygadget.com/trendygadget_googlegadget_01.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.trendygadget.com/trendygadget_googlegadget_01.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Fashionable Gadget News and Trends + Daily Fashionable Gadget News and Trends + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-lifestyle-ja/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-lifestyle-ja/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-lifestyle-ja/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-lifestyle-ja + war + 0.3 + Google Gadgets Lifestyle For Japanese Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-lifestyle-ja + + Property changes on: googlegadgets/trunk/googlegadgets-lifestyle-ja/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9131 @@ + + + + + + gooGadget + goo ????????????????????? + Google Gadgets: goo ????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + goo ????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=goo テレビ番組ナビ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=goo テレビ番組ナビ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + goo ????????????????????? + goo ????????????????????? + Google,Gadgets + + + + + ArtoftheDayGadget + Art of the Day + Google Gadgets: Art of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Art of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Art of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Art of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Art of the Day + Art of the Day + Google,Gadgets + + + + + AmazonGadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + amazoncojpGadget + ?????????????????? - amazon.co.jp + Google Gadgets: ?????????????????? - amazon.co.jp Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ?????????????????? - amazon.co.jp + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ベストセラー - amazon.co.jp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ベストセラー - amazon.co.jp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ?????????????????? - amazon.co.jp + ?????????????????? - amazon.co.jp + Google,Gadgets + + + + + YahooGadget + Yahoo ???????????????????????? + Google Gadgets: Yahoo ???????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo ???????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo オークション検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo オークション検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo ???????????????????????? + Yahoo ???????????????????????? + Google,Gadgets + + + + + HawaiiPhotoGalleryGadget + Hawaii Photo Gallery + Google Gadgets: Hawaii Photo Gallery Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hawaii Photo Gallery + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hawaii Photo Gallery&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hawaii Photo Gallery + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hawaii Photo Gallery + Hawaii Photo Gallery + Google,Gadgets + + + + + iTunesGadget + iTunes ????????? + Google Gadgets: iTunes ????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iTunes ????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iTunes ランク&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iTunes ランク + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iTunes ????????? + iTunes ????????? + Google,Gadgets + + + + + PicasaWebPhotosGadget + Picasa Web Photos + Google Gadgets: Picasa Web Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Picasa Web Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Picasa Web Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Picasa Web Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Picasa Web Photos + Picasa Web Photos + Google,Gadgets + + + + + Amazon1Gadget + Amazon ?????????????????? + Google Gadgets: Amazon ?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索(ミニ)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索(ミニ) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????????????????? + Amazon ?????????????????? + Google,Gadgets + + + + + MusicHotUpcomingCDReleasesGadget + Music: Hot Upcoming CD Releases + Google Gadgets: Music: Hot Upcoming CD Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Music: Hot Upcoming CD Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Music: Hot Upcoming CD Releases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Music: Hot Upcoming CD Releases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Music: Hot Upcoming CD Releases + Music: Hot Upcoming CD Releases + Google,Gadgets + + + + + DailyCatPicturesGadget + Daily Cat Pictures + Google Gadgets: Daily Cat Pictures Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Cat Pictures + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Cat Pictures&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Cat Pictures + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Cat Pictures + Daily Cat Pictures + Google,Gadgets + + + + + CarPicturesatCarPicturescomGadget + Car Pictures at CarPictures.com + Google Gadgets: Car Pictures at CarPictures.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Car Pictures at CarPictures.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Car Pictures at CarPictures.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Car Pictures at CarPictures.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Car Pictures at CarPictures.com + Car Pictures at CarPictures.com + Google,Gadgets + + + + + moraGadget + mora ????????? + Google Gadgets: mora ????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + mora ????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=mora ランク&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=mora ランク + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + mora ????????? + mora ????????? + Google,Gadgets + + + + + AmazonRankJPGadget + Amazon Rank (JP) + Google Gadgets: Amazon Rank (JP) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon Rank (JP) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon Rank (JP)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon Rank (JP) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon Rank (JP) + Amazon Rank (JP) + Google,Gadgets + + + + + mora1Gadget + mora ????????????????????? + Google Gadgets: mora ????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + mora ????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=mora ニューリリース&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=mora ニューリリース + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + mora ????????????????????? + mora ????????????????????? + Google,Gadgets + + + + + Yahoo1Gadget + Yahoo!?????????????????? + Google Gadgets: Yahoo!?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo!?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo!トラベル検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo!トラベル検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo!?????????????????? + Yahoo!?????????????????? + Google,Gadgets + + + + + GyaOGadget + GyaO ????????? + Google Gadgets: GyaO ????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GyaO ????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GyaO ドラマ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GyaO ドラマ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GyaO ????????? + GyaO ????????? + Google,Gadgets + + + + + iTunes1Gadget + iTunes ????????????????????? + Google Gadgets: iTunes ????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iTunes ????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iTunes ニューリリース&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iTunes ニューリリース + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iTunes ????????????????????? + iTunes ????????????????????? + Google,Gadgets + + + + + maplogjpGadget + maplog.jp + Google Gadgets: maplog.jp Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + maplog.jp + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=maplog.jp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=maplog.jp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + maplog.jp + maplog.jp + Google,Gadgets + + + + + GadgetTVGadget + Gadget TV + Google Gadgets: Gadget TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gadget TV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gadget TV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget TV + Gadget TV + Google,Gadgets + + + + + GyaO1Gadget + GyaO ?????? + Google Gadgets: GyaO ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GyaO ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GyaO 音楽&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GyaO 音楽 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GyaO ?????? + GyaO ?????? + Google,Gadgets + + + + + AstronomyPhotosoftheDayGadget + Astronomy Photos of the Day + Google Gadgets: Astronomy Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Astronomy Photos of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Astronomy Photos of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Photos of the Day + Astronomy Photos of the Day + Google,Gadgets + + + + + GolfCourseMapsGadget + Golf Course Maps + Google Gadgets: Golf Course Maps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Golf Course Maps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Golf Course Maps&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Golf Course Maps + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Golf Course Maps + Golf Course Maps + Google,Gadgets + + + + + ExpediadeTopReisezieleGadget + Expedia.de Top Reiseziele + Google Gadgets: Expedia.de Top Reiseziele Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Expedia.de Top Reiseziele + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Expedia.de Top Reiseziele&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Expedia.de Top Reiseziele + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Expedia.de Top Reiseziele + Expedia.de Top Reiseziele + Google,Gadgets + + + + + DailyReasonsToPartySotallyTobercomGadget + Daily Reasons To Party - SotallyTober.com + Google Gadgets: Daily Reasons To Party - SotallyTober.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Reasons To Party - SotallyTober.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Reasons To Party - SotallyTober.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Reasons To Party - SotallyTober.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Reasons To Party - SotallyTober.com + Daily Reasons To Party - SotallyTober.com + Google,Gadgets + + + + + BodyFatCalculatorGadget + Body Fat Calculator + Google Gadgets: Body Fat Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Body Fat Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Body Fat Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Body Fat Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Body Fat Calculator + Body Fat Calculator + Google,Gadgets + + + + + DaubauTrovaRicetteGadget + Daubau - Trova Ricette + Google Gadgets: Daubau - Trova Ricette Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daubau - Trova Ricette + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daubau - Trova Ricette&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daubau - Trova Ricette + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daubau - Trova Ricette + Daubau - Trova Ricette + Google,Gadgets + + + + + ChipInEventTrackerGadget + ChipIn Event Tracker + Google Gadgets: ChipIn Event Tracker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ChipIn Event Tracker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ChipIn Event Tracker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ChipIn Event Tracker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ChipIn Event Tracker + ChipIn Event Tracker + Google,Gadgets + + + + + DavidAaronSercelArtGadget + David Aaron Sercel Art + Google Gadgets: David Aaron Sercel Art Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + David Aaron Sercel Art + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=David Aaron Sercel Art&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=David Aaron Sercel Art + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + David Aaron Sercel Art + David Aaron Sercel Art + Google,Gadgets + + + + + ColoringPictureoftheDayGadget + Coloring Picture of the Day + Google Gadgets: Coloring Picture of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Coloring Picture of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Coloring Picture of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Coloring Picture of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Coloring Picture of the Day + Coloring Picture of the Day + Google,Gadgets + + + + + NoticiasdeIrabiaGadget + Noticias de Irabia + Google Gadgets: Noticias de Irabia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de Irabia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias de Irabia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias de Irabia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de Irabia + Noticias de Irabia + Google,Gadgets + + + + + cinemunityKinofilmGadget + cinemunity Kinofilm + Google Gadgets: cinemunity Kinofilm Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + cinemunity Kinofilm + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=cinemunity Kinofilm&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=cinemunity Kinofilm + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + cinemunity Kinofilm + cinemunity Kinofilm + Google,Gadgets + + + + + FlashFireworksDCGadget + Flash Fireworks - D.C. + Google Gadgets: Flash Fireworks - D.C. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - D.C. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flash Fireworks - D.C.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flash Fireworks - D.C. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - D.C. + Flash Fireworks - D.C. + Google,Gadgets + + + + + MoviefoneNewinTheatersGadget + Moviefone: New in Theaters + Google Gadgets: Moviefone: New in Theaters Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Moviefone: New in Theaters + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Moviefone: New in Theaters&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Moviefone: New in Theaters + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Moviefone: New in Theaters + Moviefone: New in Theaters + Google,Gadgets + + + + + HangNunGadget + HangNun + Google Gadgets: HangNun Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HangNun + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HangNun&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HangNun + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HangNun + HangNun + Google,Gadgets + + + + + FrenchAudioWordoftheDayGadget + French - Audio Word of the Day + Google Gadgets: French - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + French - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=French - Audio Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=French - Audio Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + French - Audio Word of the Day + French - Audio Word of the Day + Google,Gadgets + + + + + OilPaintingoftheDayGadget + Oil Painting of the Day + Google Gadgets: Oil Painting of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Oil Painting of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Oil Painting of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Oil Painting of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Oil Painting of the Day + Oil Painting of the Day + Google,Gadgets + + + + + ExistingAutoLoanPayoffCalculatorGadget + Existing Auto Loan Payoff Calculator + Google Gadgets: Existing Auto Loan Payoff Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Existing Auto Loan Payoff Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Existing Auto Loan Payoff Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Existing Auto Loan Payoff Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Existing Auto Loan Payoff Calculator + Existing Auto Loan Payoff Calculator + Google,Gadgets + + + + + QuitometroonlineGadget + Quitometro on-line + Google Gadgets: Quitometro on-line Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quitometro on-line + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quitometro on-line&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quitometro on-line + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quitometro on-line + Quitometro on-line + Google,Gadgets + + + + + LustorBustVideoGameGadget + Lust or Bust Video Game + Google Gadgets: Lust or Bust Video Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lust or Bust Video Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lust or Bust Video Game&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lust or Bust Video Game + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lust or Bust Video Game + Lust or Bust Video Game + Google,Gadgets + + + + + OnTourConcertFinderGadget + OnTour Concert Finder + Google Gadgets: OnTour Concert Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + OnTour Concert Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=OnTour Concert Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=OnTour Concert Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + OnTour Concert Finder + OnTour Concert Finder + Google,Gadgets + + + + + GotodaycomVacationsGadget + Go-today.com Vacations + Google Gadgets: Go-today.com Vacations Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Go-today.com Vacations + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Go-today.com Vacations&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Go-today.com Vacations + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Go-today.com Vacations + Go-today.com Vacations + Google,Gadgets + + + + + queHotelescomGadget + queHoteles.com + Google Gadgets: queHoteles.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + queHoteles.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=queHoteles.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=queHoteles.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + queHoteles.com + queHoteles.com + Google,Gadgets + + + + + FlashFireworksNYCGadget + Flash Fireworks - NYC + Google Gadgets: Flash Fireworks - NYC Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Fireworks - NYC + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flash Fireworks - NYC&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flash Fireworks - NYC + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Fireworks - NYC + Flash Fireworks - NYC + Google,Gadgets + + + + + CheddarVisionGadget + Cheddar Vision + Google Gadgets: Cheddar Vision Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cheddar Vision + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cheddar Vision&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cheddar Vision + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cheddar Vision + Cheddar Vision + Google,Gadgets + + + + + GotoCastlepicturescomPhotoGalleryGadget + Go to Castlepictures.com Photo Gallery + Google Gadgets: Go to Castlepictures.com Photo Gallery Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Go to Castlepictures.com Photo Gallery + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Go to Castlepictures.com Photo Gallery&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Go to Castlepictures.com Photo Gallery + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Go to Castlepictures.com Photo Gallery + Go to Castlepictures.com Photo Gallery + Google,Gadgets + + + + + InterestingFactsorgRandomFactGadget + InterestingFacts.org Random Fact + Google Gadgets: InterestingFacts.org Random Fact Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + InterestingFacts.org Random Fact + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=InterestingFacts.org Random Fact&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=InterestingFacts.org Random Fact + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + InterestingFacts.org Random Fact + InterestingFacts.org Random Fact + Google,Gadgets + + + + + HotelSearchEngineGadget + Hotel Search Engine + Google Gadgets: Hotel Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hotel Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hotel Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hotel Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hotel Search Engine + Hotel Search Engine + Google,Gadgets + + + + + UnderwaterSlideshowoftheDayBeautifulPhotosGadget + Underwater Slideshow of the Day - Beautiful Photos + Google Gadgets: Underwater Slideshow of the Day - Beautiful Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Underwater Slideshow of the Day - Beautiful Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Underwater Slideshow of the Day - Beautiful Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Underwater Slideshow of the Day - Beautiful Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Underwater Slideshow of the Day - Beautiful Photos + Underwater Slideshow of the Day - Beautiful Photos + Google,Gadgets + + + + + StorbylivdkNyesteeventsGadget + Storbyliv.dk :: Nyeste events + Google Gadgets: Storbyliv.dk :: Nyeste events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Storbyliv.dk :: Nyeste events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Storbyliv.dk :: Nyeste events&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Storbyliv.dk :: Nyeste events + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Storbyliv.dk :: Nyeste events + Storbyliv.dk :: Nyeste events + Google,Gadgets + + + + + DatingBlogGadget + Dating Blog + Google Gadgets: Dating Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dating Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dating Blog&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dating Blog + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dating Blog + Dating Blog + Google,Gadgets + + + + + waswobilligerchWogibtswelcheAktionenundSonderangeboteGadget + was-wo-billiger.ch - Wo gibt???s welche Aktionen und Sonderangebote + Google Gadgets: was-wo-billiger.ch - Wo gibt???s welche Aktionen und Sonderangebote Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + was-wo-billiger.ch - Wo gibt???s welche Aktionen und Sonderangebote + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=was-wo-billiger.ch - Wo gibt’s welche Aktionen und Sonderangebote&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=was-wo-billiger.ch - Wo gibt’s welche Aktionen und Sonderangebote + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + was-wo-billiger.ch - Wo gibt???s welche Aktionen und Sonderangebote + was-wo-billiger.ch - Wo gibt???s welche Aktionen und Sonderangebote + Google,Gadgets + + + + + MetaCafePopularVideosGadget + MetaCafe Popular Videos + Google Gadgets: MetaCafe Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MetaCafe Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MetaCafe Popular Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MetaCafe Popular Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MetaCafe Popular Videos + MetaCafe Popular Videos + Google,Gadgets + + + + + ModeRoomLiteraryQuotesGadget + ModeRoom Literary Quotes + Google Gadgets: ModeRoom Literary Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ModeRoom Literary Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ModeRoom Literary Quotes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ModeRoom Literary Quotes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ModeRoom Literary Quotes + ModeRoom Literary Quotes + Google,Gadgets + + + + + AutoPaymentComparisonCalculatorGadget + Auto Payment Comparison Calculator + Google Gadgets: Auto Payment Comparison Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Payment Comparison Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Payment Comparison Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Payment Comparison Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Payment Comparison Calculator + Auto Payment Comparison Calculator + Google,Gadgets + + + + + MyFavoriteYoutubeVideosGadget + My Favorite Youtube Videos + Google Gadgets: My Favorite Youtube Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Favorite Youtube Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Favorite Youtube Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Favorite Youtube Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Favorite Youtube Videos + My Favorite Youtube Videos + Google,Gadgets + + + + + PersonalizedHoroscopesandAstrologyfromAstrocenterGadget + Personalized Horoscopes and Astrology from Astrocenter + Google Gadgets: Personalized Horoscopes and Astrology from Astrocenter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Personalized Horoscopes and Astrology from Astrocenter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Personalized Horoscopes and Astrology from Astrocenter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Personalized Horoscopes and Astrology from Astrocenter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Personalized Horoscopes and Astrology from Astrocenter + Personalized Horoscopes and Astrology from Astrocenter + Google,Gadgets + + + + + RandomtopphotographsfromrockclimbingcomGadget + Random top photographs from rockclimbing.com + Google Gadgets: Random top photographs from rockclimbing.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random top photographs from rockclimbing.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random top photographs from rockclimbing.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random top photographs from rockclimbing.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random top photographs from rockclimbing.com + Random top photographs from rockclimbing.com + Google,Gadgets + + + + + MP3SEARCHGadget + MP3 SEARCH + Google Gadgets: MP3 SEARCH Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MP3 SEARCH + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MP3 SEARCH&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MP3 SEARCH + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MP3 SEARCH + MP3 SEARCH + Google,Gadgets + + + + + TimeoutGadget + Timeout! + Google Gadgets: Timeout! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Timeout! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Timeout!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Timeout! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Timeout! + Timeout! + Google,Gadgets + + + + + BabesoftheGoogledexGadget + Babes of the Googledex + Google Gadgets: Babes of the Googledex Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Babes of the Googledex + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Babes of the Googledex&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Babes of the Googledex + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Babes of the Googledex + Babes of the Googledex + Google,Gadgets + + + + + RevverPopularVideosGadget + Revver Popular Videos + Google Gadgets: Revver Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Revver Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Revver Popular Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Revver Popular Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Revver Popular Videos + Revver Popular Videos + Google,Gadgets + + + + + ExpediacoukGadget + Expedia.co.uk + Google Gadgets: Expedia.co.uk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Expedia.co.uk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Expedia.co.uk&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Expedia.co.uk + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Expedia.co.uk + Expedia.co.uk + Google,Gadgets + + + + + CollectorCarAuctionReportsGadget + Collector Car Auction Reports + Google Gadgets: Collector Car Auction Reports Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Collector Car Auction Reports + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Collector Car Auction Reports&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Collector Car Auction Reports + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Collector Car Auction Reports + Collector Car Auction Reports + Google,Gadgets + + + + + MotorCitiesMember39sVehiclesGadget + MotorCities Member's Vehicles + Google Gadgets: MotorCities Member's Vehicles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MotorCities Member's Vehicles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MotorCities Member's Vehicles&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MotorCities Member's Vehicles + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MotorCities Member's Vehicles + MotorCities Member's Vehicles + Google,Gadgets + + + + + SoundClickSearchGadget + SoundClick Search + Google Gadgets: SoundClick Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SoundClick Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SoundClick Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SoundClick Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SoundClick Search + SoundClick Search + Google,Gadgets + + + + + TargetHeartRateCalculatorbyBizCalcscomGadget + Target Heart Rate Calculator by BizCalcs.com + Google Gadgets: Target Heart Rate Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Target Heart Rate Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Target Heart Rate Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate Calculator by BizCalcs.com + Target Heart Rate Calculator by BizCalcs.com + Google,Gadgets + + + + + InterestingPhotosoftheDayGadget + Interesting Photos of the Day + Google Gadgets: Interesting Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Interesting Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Interesting Photos of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Interesting Photos of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Interesting Photos of the Day + Interesting Photos of the Day + Google,Gadgets + + + + + YahooMusicGadget + Yahoo! Music + Google Gadgets: Yahoo! Music Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Music + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo! Music&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo! Music + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Music + Yahoo! Music + Google,Gadgets + + + + + AutoAffordabilityCalculatorGadget + Auto Affordability Calculator + Google Gadgets: Auto Affordability Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Affordability Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Affordability Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Affordability Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Affordability Calculator + Auto Affordability Calculator + Google,Gadgets + + + + + enFemeninocomNewsstarsGadget + enFemenino.com - News stars + Google Gadgets: enFemenino.com - News stars Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + enFemenino.com - News stars + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=enFemenino.com - News stars&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=enFemenino.com - News stars + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + enFemenino.com - News stars + enFemenino.com - News stars + Google,Gadgets + + + + + MyKoffeePhotoFrameGadget + My KoffeePhoto Frame + Google Gadgets: My KoffeePhoto Frame Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My KoffeePhoto Frame + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My KoffeePhoto Frame&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My KoffeePhoto Frame + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My KoffeePhoto Frame + My KoffeePhoto Frame + Google,Gadgets + + + + + RandomPetoftheDayPhotosGadget + Random Pet of the Day Photos + Google Gadgets: Random Pet of the Day Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Pet of the Day Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Pet of the Day Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Pet of the Day Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Pet of the Day Photos + Random Pet of the Day Photos + Google,Gadgets + + + + + Quotesquotes4allnetGadget + Quotes - quotes4all.net + Google Gadgets: Quotes - quotes4all.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quotes - quotes4all.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quotes - quotes4all.net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quotes - quotes4all.net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quotes - quotes4all.net + Quotes - quotes4all.net + Google,Gadgets + + + + + BookGadgetGadget + Book Gadget + Google Gadgets: Book Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Book Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Book Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Book Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Book Gadget + Book Gadget + Google,Gadgets + + + + + 3FMLiveSeriousRadioGadget + 3FM Live Serious Radio + Google Gadgets: 3FM Live Serious Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3FM Live Serious Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=3FM Live Serious Radio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=3FM Live Serious Radio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3FM Live Serious Radio + 3FM Live Serious Radio + Google,Gadgets + + + + + ProgrammiTvGadget + Programmi Tv + Google Gadgets: Programmi Tv Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Programmi Tv + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Programmi Tv&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Programmi Tv + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Programmi Tv + Programmi Tv + Google,Gadgets + + + + + AnthonyRobbinsRandomQuotesandIncantationsGadget + Anthony Robbins - Random Quotes and Incantations + Google Gadgets: Anthony Robbins - Random Quotes and Incantations Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Anthony Robbins - Random Quotes and Incantations + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Anthony Robbins - Random Quotes and Incantations&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Anthony Robbins - Random Quotes and Incantations + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Anthony Robbins - Random Quotes and Incantations + Anthony Robbins - Random Quotes and Incantations + Google,Gadgets + + + + + SmallWineryGreatWineGadget + Small Winery - Great Wine + Google Gadgets: Small Winery - Great Wine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Small Winery - Great Wine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Small Winery - Great Wine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Small Winery - Great Wine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Small Winery - Great Wine + Small Winery - Great Wine + Google,Gadgets + + + + + PhotoGadget + Photo + Google Gadgets: Photo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Photo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Photo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photo + Photo + Google,Gadgets + + + + + OnlineTVRadiobyDJPetyGadget + Online TV-Radio - by DJ.Pety + Google Gadgets: Online TV-Radio - by DJ.Pety Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Online TV-Radio - by DJ.Pety + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Online TV-Radio - by DJ.Pety&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Online TV-Radio - by DJ.Pety + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Online TV-Radio - by DJ.Pety + Online TV-Radio - by DJ.Pety + Google,Gadgets + + + + + DailyAffirmationsbyAffirmationPlanetGadget + Daily Affirmations by Affirmation Planet + Google Gadgets: Daily Affirmations by Affirmation Planet Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Affirmations by Affirmation Planet + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Affirmations by Affirmation Planet&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Affirmations by Affirmation Planet + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Affirmations by Affirmation Planet + Daily Affirmations by Affirmation Planet + Google,Gadgets + + + + + NCBIGadget + NCBI + Google Gadgets: NCBI Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NCBI + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NCBI&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NCBI + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NCBI + NCBI + Google,Gadgets + + + + + NasaPhotosoftheDayGadget + Nasa Photos of the Day + Google Gadgets: Nasa Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nasa Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nasa Photos of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nasa Photos of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nasa Photos of the Day + Nasa Photos of the Day + Google,Gadgets + + + + + KCRWmusicNowPlayingGadget + KCRW music Now Playing + Google Gadgets: KCRW music Now Playing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + KCRW music Now Playing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=KCRW music Now Playing&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=KCRW music Now Playing + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + KCRW music Now Playing + KCRW music Now Playing + Google,Gadgets + + + + + PopularBooksoftheHourGadget + Popular Books of the Hour + Google Gadgets: Popular Books of the Hour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Books of the Hour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Popular Books of the Hour&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Popular Books of the Hour + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Books of the Hour + Popular Books of the Hour + Google,Gadgets + + + + + soopracomSoopraViataGadget + soopra.com - Soopra Viata + Google Gadgets: soopra.com - Soopra Viata Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + soopra.com - Soopra Viata + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=soopra.com - Soopra Viata&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=soopra.com - Soopra Viata + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + soopra.com - Soopra Viata + soopra.com - Soopra Viata + Google,Gadgets + + + + + JobnetworkitAnnuncidilavoroGadget + Jobnetwork.it - Annunci di lavoro + Google Gadgets: Jobnetwork.it - Annunci di lavoro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jobnetwork.it - Annunci di lavoro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jobnetwork.it - Annunci di lavoro&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jobnetwork.it - Annunci di lavoro + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jobnetwork.it - Annunci di lavoro + Jobnetwork.it - Annunci di lavoro + Google,Gadgets + + + + + lifeknotactivitiesGadget + lifeknot activities + Google Gadgets: lifeknot activities Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + lifeknot activities + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=lifeknot activities&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=lifeknot activities + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + lifeknot activities + lifeknot activities + Google,Gadgets + + + + + SearchtheBibleGadget + Search the Bible + Google Gadgets: Search the Bible Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search the Bible + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search the Bible&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search the Bible + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search the Bible + Search the Bible + Google,Gadgets + + + + + MyWebCamAutoRefreshGadget + My WebCam (Auto Refresh) + Google Gadgets: My WebCam (Auto Refresh) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam (Auto Refresh) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My WebCam (Auto Refresh)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My WebCam (Auto Refresh) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam (Auto Refresh) + My WebCam (Auto Refresh) + Google,Gadgets + + + + + IKEADeutschlandGadget + IKEA Deutschland + Google Gadgets: IKEA Deutschland Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IKEA Deutschland + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IKEA Deutschland&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IKEA Deutschland + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IKEA Deutschland + IKEA Deutschland + Google,Gadgets + + + + + TriviaNutGameGadget + TriviaNut Game + Google Gadgets: TriviaNut Game Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TriviaNut Game + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TriviaNut Game&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TriviaNut Game + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TriviaNut Game + TriviaNut Game + Google,Gadgets + + + + + JSNaturePhotosNaturePhotographyofJohnSercelGadget + JS Nature Photos - Nature Photography of John Sercel + Google Gadgets: JS Nature Photos - Nature Photography of John Sercel Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JS Nature Photos - Nature Photography of John Sercel + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=JS Nature Photos - Nature Photography of John Sercel&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=JS Nature Photos - Nature Photography of John Sercel + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JS Nature Photos - Nature Photography of John Sercel + JS Nature Photos - Nature Photography of John Sercel + Google,Gadgets + + + + + TargetHeartRateCalculatorGadget + Target Heart Rate Calculator + Google Gadgets: Target Heart Rate Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Target Heart Rate Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Target Heart Rate Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate Calculator + Target Heart Rate Calculator + Google,Gadgets + + + + + DrinkingQuoteoftheDaySotallyTobercomGadget + Drinking Quote of the Day - SotallyTober.com + Google Gadgets: Drinking Quote of the Day - SotallyTober.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Drinking Quote of the Day - SotallyTober.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Drinking Quote of the Day - SotallyTober.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Drinking Quote of the Day - SotallyTober.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Drinking Quote of the Day - SotallyTober.com + Drinking Quote of the Day - SotallyTober.com + Google,Gadgets + + + + + CarFilterGadget + CarFilter + Google Gadgets: CarFilter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CarFilter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CarFilter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CarFilter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CarFilter + CarFilter + Google,Gadgets + + + + + FindSpeedAndPaceCalculatorGadget + Find Speed And Pace Calculator + Google Gadgets: Find Speed And Pace Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Speed And Pace Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Find Speed And Pace Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Find Speed And Pace Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Speed And Pace Calculator + Find Speed And Pace Calculator + Google,Gadgets + + + + + syxyradiosliveGadget + syxy* radios live + Google Gadgets: syxy* radios live Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + syxy* radios live + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=syxy* radios live&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=syxy* radios live + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + syxy* radios live + syxy* radios live + Google,Gadgets + + + + + InterestingPhotosoftheDay1Gadget + Interesting Photos of the Day + Google Gadgets: Interesting Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Interesting Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Interesting Photos of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Interesting Photos of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Interesting Photos of the Day + Interesting Photos of the Day + Google,Gadgets + + + + + QuiztimeGadget + Quiz time! + Google Gadgets: Quiz time! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quiz time! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quiz time!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quiz time! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quiz time! + Quiz time! + Google,Gadgets + + + + + MartinLutherKingJrQuoteoftheDayGadget + Martin Luther King Jr. Quote of the Day + Google Gadgets: Martin Luther King Jr. Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Martin Luther King Jr. Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Martin Luther King Jr. Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Martin Luther King Jr. Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Martin Luther King Jr. Quote of the Day + Martin Luther King Jr. Quote of the Day + Google,Gadgets + + + + + AspirantdesTagesGadget + Aspirant des Tages + Google Gadgets: Aspirant des Tages Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aspirant des Tages + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Aspirant des Tages&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Aspirant des Tages + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aspirant des Tages + Aspirant des Tages + Google,Gadgets + + + + + SlideshowofInterestingBeachesGadget + Slideshow of Interesting Beaches + Google Gadgets: Slideshow of Interesting Beaches Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slideshow of Interesting Beaches + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Slideshow of Interesting Beaches&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Slideshow of Interesting Beaches + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slideshow of Interesting Beaches + Slideshow of Interesting Beaches + Google,Gadgets + + + + + WineSearchEngineGadget + Wine Search Engine + Google Gadgets: Wine Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wine Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wine Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wine Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wine Search Engine + Wine Search Engine + Google,Gadgets + + + + + RestingHeartRateAverageCalculatorGadget + Resting Heart Rate Average Calculator + Google Gadgets: Resting Heart Rate Average Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resting Heart Rate Average Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Resting Heart Rate Average Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Resting Heart Rate Average Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resting Heart Rate Average Calculator + Resting Heart Rate Average Calculator + Google,Gadgets + + + + + MusiquelibreetgratuitewwwIconenetGadget + Musique libre et gratuite - www.I-cone.net + Google Gadgets: Musique libre et gratuite - www.I-cone.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musique libre et gratuite - www.I-cone.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Musique libre et gratuite - www.I-cone.net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Musique libre et gratuite - www.I-cone.net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musique libre et gratuite - www.I-cone.net + Musique libre et gratuite - www.I-cone.net + Google,Gadgets + + + + + DailyLifeUsefulLinksGadget + Daily Life Useful Links + Google Gadgets: Daily Life Useful Links Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Life Useful Links + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Life Useful Links&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Life Useful Links + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Life Useful Links + Daily Life Useful Links + Google,Gadgets + + + + + FanDeCinmaHorairessortiesGadget + Fan De Cin ma - Horaires, sorties... + Google Gadgets: Fan De Cin ma - Horaires, sorties... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fan De Cin ma - Horaires, sorties... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fan De Cin ma - Horaires, sorties...&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fan De Cin ma - Horaires, sorties... + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fan De Cin ma - Horaires, sorties... + Fan De Cin ma - Horaires, sorties... + Google,Gadgets + + + + + LibertarianGuideGadget + Libertarian Guide + Google Gadgets: Libertarian Guide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Libertarian Guide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Libertarian Guide&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Libertarian Guide + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Libertarian Guide + Libertarian Guide + Google,Gadgets + + + + + DailyBibleatBeckerBibleStudiesGadget + Daily Bible at Becker Bible Studies + Google Gadgets: Daily Bible at Becker Bible Studies Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Bible at Becker Bible Studies + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Bible at Becker Bible Studies&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Bible at Becker Bible Studies + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Bible at Becker Bible Studies + Daily Bible at Becker Bible Studies + Google,Gadgets + + + + + ChileElectroORGAgendaInvitacionesFiestasMinimalTranceElectronicaGadget + ChileElectro.ORG - Agenda - Invitaciones - Fiestas - Minimal - Trance - Electronica + Google Gadgets: ChileElectro.ORG - Agenda - Invitaciones - Fiestas - Minimal - Trance - Electronica Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ChileElectro.ORG - Agenda - Invitaciones - Fiestas - Minimal - Trance - Electronica + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ChileElectro.ORG - Agenda - Invitaciones - Fiestas - Minimal - Trance - Electronica&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ChileElectro.ORG - Agenda - Invitaciones - Fiestas - Minimal - Trance - Electronica + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ChileElectro.ORG - Agenda - Invitaciones - Fiestas - Minimal - Trance - Electronica + ChileElectro.ORG - Agenda - Invitaciones - Fiestas - Minimal - Trance - Electronica + Google,Gadgets + + + + + NationalGeographicPhotosGadget + National Geographic Photos + Google Gadgets: National Geographic Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=National Geographic Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=National Geographic Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Photos + National Geographic Photos + Google,Gadgets + + + + + HDDVDGadgetGadget + HD DVD Gadget + Google Gadgets: HD DVD Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HD DVD Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HD DVD Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HD DVD Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HD DVD Gadget + HD DVD Gadget + Google,Gadgets + + + + + OracleGadget + Oracle + Google Gadgets: Oracle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Oracle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Oracle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Oracle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Oracle + Oracle + Google,Gadgets + + + + + HorscopodeldaGadget + Hor scopo del d a + Google Gadgets: Hor scopo del d a Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hor scopo del d a + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hor scopo del d a&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hor scopo del d a + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hor scopo del d a + Hor scopo del d a + Google,Gadgets + + + + + DailyFashionableGadgetNewsandTrendsGadget + Daily Fashionable Gadget News and Trends + Google Gadgets: Daily Fashionable Gadget News and Trends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Fashionable Gadget News and Trends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Fashionable Gadget News and Trends&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Fashionable Gadget News and Trends + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Fashionable Gadget News and Trends + Daily Fashionable Gadget News and Trends + Google,Gadgets + + + + + abeelibGadget + abeelib + Google Gadgets: abeelib Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + abeelib + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=abeelib&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=abeelib + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + abeelib + abeelib + Google,Gadgets + + + + + ABerkeleyDailyOilPaintingsbySeamusBerkeleyGadget + A Berkeley Daily: Oil Paintings by Seamus Berkeley + Google Gadgets: A Berkeley Daily: Oil Paintings by Seamus Berkeley Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A Berkeley Daily: Oil Paintings by Seamus Berkeley + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=A Berkeley Daily: Oil Paintings by Seamus Berkeley&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=A Berkeley Daily: Oil Paintings by Seamus Berkeley + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A Berkeley Daily: Oil Paintings by Seamus Berkeley + A Berkeley Daily: Oil Paintings by Seamus Berkeley + Google,Gadgets + + + + + TheFreeFoodGadgetforUNFGadget + The Free Food Gadget for UNF + Google Gadgets: The Free Food Gadget for UNF Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Free Food Gadget for UNF + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Free Food Gadget for UNF&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Free Food Gadget for UNF + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Free Food Gadget for UNF + The Free Food Gadget for UNF + Google,Gadgets + + + + + NewRomanceNovelReleasesGadget + New Romance Novel Releases + Google Gadgets: New Romance Novel Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Romance Novel Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=New Romance Novel Releases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=New Romance Novel Releases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Romance Novel Releases + New Romance Novel Releases + Google,Gadgets + + + + + ABerkeleyDailyOilPaintingsbySeamusBerkeley1Gadget + A Berkeley Daily: Oil Paintings by Seamus Berkeley + Google Gadgets: A Berkeley Daily: Oil Paintings by Seamus Berkeley Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A Berkeley Daily: Oil Paintings by Seamus Berkeley + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=A Berkeley Daily: Oil Paintings by Seamus Berkeley&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=A Berkeley Daily: Oil Paintings by Seamus Berkeley + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A Berkeley Daily: Oil Paintings by Seamus Berkeley + A Berkeley Daily: Oil Paintings by Seamus Berkeley + Google,Gadgets + + + + + AOLVideoProgrammingGuideGadget + AOL Video Programming Guide + Google Gadgets: AOL Video Programming Guide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AOL Video Programming Guide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AOL Video Programming Guide&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AOL Video Programming Guide + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AOL Video Programming Guide + AOL Video Programming Guide + Google,Gadgets + + + + + OriginalLoanAmountCalculatorbyBizCalcscomGadget + Original Loan Amount Calculator by BizCalcs.com + Google Gadgets: Original Loan Amount Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Original Loan Amount Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Original Loan Amount Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Original Loan Amount Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Original Loan Amount Calculator by BizCalcs.com + Original Loan Amount Calculator by BizCalcs.com + Google,Gadgets + + + + + QueerFMWebRadioGadget + Queer FM - Web Radio + Google Gadgets: Queer FM - Web Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Queer FM - Web Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Queer FM - Web Radio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Queer FM - Web Radio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Queer FM - Web Radio + Queer FM - Web Radio + Google,Gadgets + + + + + EcologistasenAccionGadget + Ecologistas en Accion + Google Gadgets: Ecologistas en Accion Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ecologistas en Accion + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ecologistas en Accion&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ecologistas en Accion + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ecologistas en Accion + Ecologistas en Accion + Google,Gadgets + + + + + DogoftheDayGadget + Dog of the Day + Google Gadgets: Dog of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dog of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dog of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dog of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dog of the Day + Dog of the Day + Google,Gadgets + + + + + LoveTarotandCareerTarotAstrologyreadingfromAstrocenterGadget + Love Tarot and Career Tarot Astrology reading from Astrocenter + Google Gadgets: Love Tarot and Career Tarot Astrology reading from Astrocenter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Love Tarot and Career Tarot Astrology reading from Astrocenter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Love Tarot and Career Tarot Astrology reading from Astrocenter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Love Tarot and Career Tarot Astrology reading from Astrocenter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Love Tarot and Career Tarot Astrology reading from Astrocenter + Love Tarot and Career Tarot Astrology reading from Astrocenter + Google,Gadgets + + + + + UKlocalshoppingsearchGadget + UK local shopping search + Google Gadgets: UK local shopping search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UK local shopping search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=UK local shopping search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=UK local shopping search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UK local shopping search + UK local shopping search + Google,Gadgets + + + + + ExpediadeFlugsucheGadget + Expedia.de Flugsuche + Google Gadgets: Expedia.de Flugsuche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Expedia.de Flugsuche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Expedia.de Flugsuche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Expedia.de Flugsuche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Expedia.de Flugsuche + Expedia.de Flugsuche + Google,Gadgets + + + + + GossipGadget + Gossip + Google Gadgets: Gossip Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gossip + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gossip&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gossip + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gossip + Gossip + Google,Gadgets + + + + + EinsteinQuoteoftheDayGadget + Einstein Quote of the Day + Google Gadgets: Einstein Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Einstein Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Einstein Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Einstein Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Einstein Quote of the Day + Einstein Quote of the Day + Google,Gadgets + + + + + ReadtheConstitutionGadget + Read the Constitution! + Google Gadgets: Read the Constitution! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Read the Constitution! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Read the Constitution!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Read the Constitution! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Read the Constitution! + Read the Constitution! + Google,Gadgets + + + + + RonAyersMotorsportsPartsLookupGadget + Ron Ayers Motorsports Parts Lookup + Google Gadgets: Ron Ayers Motorsports Parts Lookup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ron Ayers Motorsports Parts Lookup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ron Ayers Motorsports Parts Lookup&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ron Ayers Motorsports Parts Lookup + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ron Ayers Motorsports Parts Lookup + Ron Ayers Motorsports Parts Lookup + Google,Gadgets + + + + + CitadecineGadget + Cita de cine + Google Gadgets: Cita de cine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cita de cine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cita de cine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cita de cine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cita de cine + Cita de cine + Google,Gadgets + + + + + UltimosresultadosdelaQuinielaGadget + Ultimos resultados de la Quiniela + Google Gadgets: Ultimos resultados de la Quiniela Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ultimos resultados de la Quiniela + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ultimos resultados de la Quiniela&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ultimos resultados de la Quiniela + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ultimos resultados de la Quiniela + Ultimos resultados de la Quiniela + Google,Gadgets + + + + + JohnDoeFavoriteReadingListGadget + John Doe Favorite Reading List + Google Gadgets: John Doe Favorite Reading List Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + John Doe Favorite Reading List + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=John Doe Favorite Reading List&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=John Doe Favorite Reading List + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + John Doe Favorite Reading List + John Doe Favorite Reading List + Google,Gadgets + + + + + Mirror3AMGadget + Mirror 3AM + Google Gadgets: Mirror 3AM Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mirror 3AM + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mirror 3AM&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mirror 3AM + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mirror 3AM + Mirror 3AM + Google,Gadgets + + + + + LoanInterestRateCalculatorbyBizCalcscomGadget + Loan Interest Rate Calculator by BizCalcs.com + Google Gadgets: Loan Interest Rate Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Loan Interest Rate Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Loan Interest Rate Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Loan Interest Rate Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Loan Interest Rate Calculator by BizCalcs.com + Loan Interest Rate Calculator by BizCalcs.com + Google,Gadgets + + + + + AmazondeSucheGadget + Amazon.de Suche + Google Gadgets: Amazon.de Suche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon.de Suche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon.de Suche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon.de Suche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon.de Suche + Amazon.de Suche + Google,Gadgets + + + + + DailyElvisPresleyHistoryGadget + Daily Elvis Presley History + Google Gadgets: Daily Elvis Presley History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Elvis Presley History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Elvis Presley History&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Elvis Presley History + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Elvis Presley History + Daily Elvis Presley History + Google,Gadgets + + + + + AmazonRankUSGadget + Amazon Rank (US) + Google Gadgets: Amazon Rank (US) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon Rank (US) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon Rank (US)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon Rank (US) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon Rank (US) + Amazon Rank (US) + Google,Gadgets + + + + + PhotoLinkGadget + Photo Link + Google Gadgets: Photo Link Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photo Link + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Photo Link&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Photo Link + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photo Link + Photo Link + Google,Gadgets + + + + + NationalGeographicRandomPhotosGadget + National Geographic Random Photos + Google Gadgets: National Geographic Random Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Random Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=National Geographic Random Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=National Geographic Random Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Random Photos + National Geographic Random Photos + Google,Gadgets + + + + + ThisDayinHistoryGadget + This Day in History + Google Gadgets: This Day in History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + This Day in History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=This Day in History&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=This Day in History + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + This Day in History + This Day in History + Google,Gadgets + + + + + YouTubeTop10Gadget + YouTube Top 10 + Google Gadgets: YouTube Top 10 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube Top 10 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=YouTube Top 10&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=YouTube Top 10 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube Top 10 + YouTube Top 10 + Google,Gadgets + + + + + PopularYouTubeVideosGadget + Popular You Tube Videos + Google Gadgets: Popular You Tube Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular You Tube Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Popular You Tube Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Popular You Tube Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular You Tube Videos + Popular You Tube Videos + Google,Gadgets + + + + + SpiritWrestlerGalleryGadget + Spirit Wrestler Gallery + Google Gadgets: Spirit Wrestler Gallery Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spirit Wrestler Gallery + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spirit Wrestler Gallery&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spirit Wrestler Gallery + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spirit Wrestler Gallery + Spirit Wrestler Gallery + Google,Gadgets + + + + + LIVEPTZWebCamAmsterdamFlashvideoGadget + LIVE PTZ WebCam Amsterdam, Flash video. + Google Gadgets: LIVE PTZ WebCam Amsterdam, Flash video. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LIVE PTZ WebCam Amsterdam, Flash video. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=LIVE PTZ WebCam Amsterdam, Flash video.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=LIVE PTZ WebCam Amsterdam, Flash video. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LIVE PTZ WebCam Amsterdam, Flash video. + LIVE PTZ WebCam Amsterdam, Flash video. + Google,Gadgets + + + + + WorldCoopGadget + World Co-op + Google Gadgets: World Co-op Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Co-op + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=World Co-op&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=World Co-op + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Co-op + World Co-op + Google,Gadgets + + + + + NewRockMusicReleasesGadget + New Rock Music Releases + Google Gadgets: New Rock Music Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Rock Music Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=New Rock Music Releases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=New Rock Music Releases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Rock Music Releases + New Rock Music Releases + Google,Gadgets + + + + + HumanResourcesGadget + Human Resources + Google Gadgets: Human Resources Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Human Resources + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Human Resources&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Human Resources + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Human Resources + Human Resources + Google,Gadgets + + + + + ActsofKindnessRemindersGadget + Acts of Kindness - Reminders + Google Gadgets: Acts of Kindness - Reminders Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Acts of Kindness - Reminders + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Acts of Kindness - Reminders&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Acts of Kindness - Reminders + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Acts of Kindness - Reminders + Acts of Kindness - Reminders + Google,Gadgets + + + + + wwwknowthruastrologycomGadget + www.knowthruastrology.com + Google Gadgets: www.knowthruastrology.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + www.knowthruastrology.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=www.knowthruastrology.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=www.knowthruastrology.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + www.knowthruastrology.com + www.knowthruastrology.com + Google,Gadgets + + + + + soFemininecoukCelebritynewsGadget + soFeminine.co.uk - Celebrity news + Google Gadgets: soFeminine.co.uk - Celebrity news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + soFeminine.co.uk - Celebrity news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=soFeminine.co.uk - Celebrity news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=soFeminine.co.uk - Celebrity news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + soFeminine.co.uk - Celebrity news + soFeminine.co.uk - Celebrity news + Google,Gadgets + + + + + RandomCatoftheDayPhotosGadget + Random Cat of the Day Photos + Google Gadgets: Random Cat of the Day Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Cat of the Day Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Cat of the Day Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Cat of the Day Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Cat of the Day Photos + Random Cat of the Day Photos + Google,Gadgets + + + + + ProgramBoardEventsGadget + Program Board Events + Google Gadgets: Program Board Events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Program Board Events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Program Board Events&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Program Board Events + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Program Board Events + Program Board Events + Google,Gadgets + + + + + MyCustomTShirtStudioGadget + My Custom T-Shirt Studio + Google Gadgets: My Custom T-Shirt Studio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Custom T-Shirt Studio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Custom T-Shirt Studio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Custom T-Shirt Studio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Custom T-Shirt Studio + My Custom T-Shirt Studio + Google,Gadgets + + + + + EncyclopediaBritannicaSearchGadget + Encyclopedia Britannica Search + Google Gadgets: Encyclopedia Britannica Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Encyclopedia Britannica Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Encyclopedia Britannica Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Encyclopedia Britannica Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Encyclopedia Britannica Search + Encyclopedia Britannica Search + Google,Gadgets + + + + + BiografOnlineDKGadget + BiografOnline (DK) + Google Gadgets: BiografOnline (DK) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BiografOnline (DK) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BiografOnline (DK)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BiografOnline (DK) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BiografOnline (DK) + BiografOnline (DK) + Google,Gadgets + + + + + tablondeanuncioscomTrabajoyEmpleoGadget + tablondeanuncios.com - Trabajo y Empleo + Google Gadgets: tablondeanuncios.com - Trabajo y Empleo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + tablondeanuncios.com - Trabajo y Empleo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=tablondeanuncios.com - Trabajo y Empleo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=tablondeanuncios.com - Trabajo y Empleo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + tablondeanuncios.com - Trabajo y Empleo + tablondeanuncios.com - Trabajo y Empleo + Google,Gadgets + + + + + CalorieCompositionProteinCarbFatCalculatorbyBizCalcscomGadget + Calorie Composition (Protein, Carb, Fat) Calculator by BizCalcs.com + Google Gadgets: Calorie Composition (Protein, Carb, Fat) Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Calorie Composition (Protein, Carb, Fat) Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Calorie Composition (Protein, Carb, Fat) Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Calorie Composition (Protein, Carb, Fat) Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Calorie Composition (Protein, Carb, Fat) Calculator by BizCalcs.com + Calorie Composition (Protein, Carb, Fat) Calculator by BizCalcs.com + Google,Gadgets + + + + + DumbUSALawsGadget + Dumb USA Laws + Google Gadgets: Dumb USA Laws Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dumb USA Laws + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dumb USA Laws&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dumb USA Laws + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dumb USA Laws + Dumb USA Laws + Google,Gadgets + + + + + Joe39sGoalsBadgeDisplayGadget + Joe's Goals Badge Display + Google Gadgets: Joe's Goals Badge Display Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Joe's Goals Badge Display + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Joe's Goals Badge Display&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Joe's Goals Badge Display + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Joe's Goals Badge Display + Joe's Goals Badge Display + Google,Gadgets + + + + + QuranGuidanceoftheDayGadget + Quran Guidance of the Day + Google Gadgets: Quran Guidance of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quran Guidance of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quran Guidance of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quran Guidance of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quran Guidance of the Day + Quran Guidance of the Day + Google,Gadgets + + + + + realfoodfindercomGadget + realfoodfinder.com + Google Gadgets: realfoodfinder.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + realfoodfinder.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=realfoodfinder.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=realfoodfinder.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + realfoodfinder.com + realfoodfinder.com + Google,Gadgets + + + + + JosephSmithJrQuoteoftheDayGadget + Joseph Smith Jr. Quote of the Day + Google Gadgets: Joseph Smith Jr. Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Joseph Smith Jr. Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Joseph Smith Jr. Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Joseph Smith Jr. Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Joseph Smith Jr. Quote of the Day + Joseph Smith Jr. Quote of the Day + Google,Gadgets + + + + + TheOriginalDancingBushGadget + The Original Dancing Bush + Google Gadgets: The Original Dancing Bush Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Original Dancing Bush + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Original Dancing Bush&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Original Dancing Bush + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Original Dancing Bush + The Original Dancing Bush + Google,Gadgets + + + + + TheCatholicSearchGadget + The Catholic Search + Google Gadgets: The Catholic Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Catholic Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Catholic Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Catholic Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Catholic Search + The Catholic Search + Google,Gadgets + + + + + CutePuppiesGadgetGadget + Cute Puppies Gadget + Google Gadgets: Cute Puppies Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cute Puppies Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cute Puppies Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cute Puppies Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cute Puppies Gadget + Cute Puppies Gadget + Google,Gadgets + + + + + WaisttoHipRatioCalculatorbyBizCalcscomGadget + Waist to Hip Ratio Calculator by BizCalcs.com + Google Gadgets: Waist to Hip Ratio Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Waist to Hip Ratio Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Waist to Hip Ratio Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Waist to Hip Ratio Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Waist to Hip Ratio Calculator by BizCalcs.com + Waist to Hip Ratio Calculator by BizCalcs.com + Google,Gadgets + + + + + AirlinersnetRandomPhotoGadget + Airliners.net Random Photo + Google Gadgets: Airliners.net Random Photo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Airliners.net Random Photo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Airliners.net Random Photo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Airliners.net Random Photo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Airliners.net Random Photo + Airliners.net Random Photo + Google,Gadgets + + + + + VdeosenwwwdalealplaycomGadget + V deos en www.dalealplay.com + Google Gadgets: V deos en www.dalealplay.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + V deos en www.dalealplay.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=V deos en www.dalealplay.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=V deos en www.dalealplay.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + V deos en www.dalealplay.com + V deos en www.dalealplay.com + Google,Gadgets + + + + + NationalGeographicPhotooftheDayGadget + National Geographic Photo of the Day + Google Gadgets: National Geographic Photo of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Geographic Photo of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=National Geographic Photo of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=National Geographic Photo of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Geographic Photo of the Day + National Geographic Photo of the Day + Google,Gadgets + + + + + UnfocusedNetImagesGadget + Unfocused.Net : Images + Google Gadgets: Unfocused.Net : Images Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Unfocused.Net : Images + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Unfocused.Net : Images&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Unfocused.Net : Images + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Unfocused.Net : Images + Unfocused.Net : Images + Google,Gadgets + + + + + BoneheadOfTheDayAwardGadget + Bonehead Of The Day Award + Google Gadgets: Bonehead Of The Day Award Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bonehead Of The Day Award + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bonehead Of The Day Award&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bonehead Of The Day Award + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bonehead Of The Day Award + Bonehead Of The Day Award + Google,Gadgets + + + + + MusicalatNewsGadget + Musical.at News + Google Gadgets: Musical.at News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musical.at News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Musical.at News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Musical.at News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musical.at News + Musical.at News + Google,Gadgets + + + + + YouTubeTVmicroGadget + YouTube TV micro + Google Gadgets: YouTube TV micro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube TV micro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=YouTube TV micro&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=YouTube TV micro + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube TV micro + YouTube TV micro + Google,Gadgets + + + + + CatholicDailyReadingsGadget + Catholic Daily Readings + Google Gadgets: Catholic Daily Readings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Catholic Daily Readings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Catholic Daily Readings&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Catholic Daily Readings + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Catholic Daily Readings + Catholic Daily Readings + Google,Gadgets + + + + + jobsintimeJobsucheGadget + jobs in time - Jobsuche + Google Gadgets: jobs in time - Jobsuche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + jobs in time - Jobsuche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=jobs in time - Jobsuche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=jobs in time - Jobsuche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + jobs in time - Jobsuche + jobs in time - Jobsuche + Google,Gadgets + + + + + LoanPaymentCalculatorbyBizCalcscomGadget + Loan Payment Calculator by BizCalcs.com + Google Gadgets: Loan Payment Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Loan Payment Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Loan Payment Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Loan Payment Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Loan Payment Calculator by BizCalcs.com + Loan Payment Calculator by BizCalcs.com + Google,Gadgets + + + + + CitaFamosaGadget + Cita Famosa + Google Gadgets: Cita Famosa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cita Famosa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cita Famosa&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cita Famosa + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cita Famosa + Cita Famosa + Google,Gadgets + + + + + PhotooftheminuteGadget + Photo of the minute + Google Gadgets: Photo of the minute Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photo of the minute + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Photo of the minute&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Photo of the minute + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photo of the minute + Photo of the minute + Google,Gadgets + + + + + wwiTVsearchGadget + wwiTV search + Google Gadgets: wwiTV search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + wwiTV search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=wwiTV search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=wwiTV search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + wwiTV search + wwiTV search + Google,Gadgets + + + + + DailyAffirmationsbyAffirmationPlanet1Gadget + Daily Affirmations by Affirmation Planet + Google Gadgets: Daily Affirmations by Affirmation Planet Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Affirmations by Affirmation Planet + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Affirmations by Affirmation Planet&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Affirmations by Affirmation Planet + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Affirmations by Affirmation Planet + Daily Affirmations by Affirmation Planet + Google,Gadgets + + + + + AmazonGadgetGadget + Amazon Gadget + Google Gadgets: Amazon Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon Gadget + Amazon Gadget + Google,Gadgets + + + + + FindDistanceCalculatorbyBizCalcscomGadget + Find Distance Calculator by BizCalcs.com + Google Gadgets: Find Distance Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Distance Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Find Distance Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Find Distance Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Distance Calculator by BizCalcs.com + Find Distance Calculator by BizCalcs.com + Google,Gadgets + + + + + ReutersPopularVideosGadget + Reuters Popular Videos + Google Gadgets: Reuters Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Reuters Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Reuters Popular Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Reuters Popular Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Reuters Popular Videos + Reuters Popular Videos + Google,Gadgets + + + + + BOOKINGCOMhotelsearchGadget + BOOKING.COM hotel search + Google Gadgets: BOOKING.COM hotel search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BOOKING.COM hotel search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BOOKING.COM hotel search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BOOKING.COM hotel search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BOOKING.COM hotel search + BOOKING.COM hotel search + Google,Gadgets + + + + + MyFinalPhotoGadget + My Final Photo + Google Gadgets: My Final Photo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Final Photo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Final Photo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Final Photo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Final Photo + My Final Photo + Google,Gadgets + + + + + YouTubeTVGadget + YouTube TV + Google Gadgets: YouTube TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=YouTube TV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=YouTube TV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube TV + YouTube TV + Google,Gadgets + + + + + NorthCarolinawebcamsGadget + North Carolina webcams + Google Gadgets: North Carolina webcams Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + North Carolina webcams + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=North Carolina webcams&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=North Carolina webcams + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + North Carolina webcams + North Carolina webcams + Google,Gadgets + + + + + ExpertVillageVideooftheDayGadget + ExpertVillage Video of the Day + Google Gadgets: ExpertVillage Video of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ExpertVillage Video of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ExpertVillage Video of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ExpertVillage Video of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ExpertVillage Video of the Day + ExpertVillage Video of the Day + Google,Gadgets + + + + + ChristianRecoveryThoughtsbySidNashGadget + Christian Recovery Thoughts, by Sid Nash + Google Gadgets: Christian Recovery Thoughts, by Sid Nash Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Christian Recovery Thoughts, by Sid Nash + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Christian Recovery Thoughts, by Sid Nash&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Christian Recovery Thoughts, by Sid Nash + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Christian Recovery Thoughts, by Sid Nash + Christian Recovery Thoughts, by Sid Nash + Google,Gadgets + + + + + HandbagOfTheDayGadget + Handbag Of The Day + Google Gadgets: Handbag Of The Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Handbag Of The Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Handbag Of The Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Handbag Of The Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Handbag Of The Day + Handbag Of The Day + Google,Gadgets + + + + + FraseclebreGadget + Frase c lebre + Google Gadgets: Frase c lebre Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Frase c lebre + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Frase c lebre&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Frase c lebre + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Frase c lebre + Frase c lebre + Google,Gadgets + + + + + PluggedInMovieReviewGadget + Plugged In Movie Review + Google Gadgets: Plugged In Movie Review Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Plugged In Movie Review + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Plugged In Movie Review&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Plugged In Movie Review + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Plugged In Movie Review + Plugged In Movie Review + Google,Gadgets + + + + + ScriptureVerseQuotesGadget + Scripture Verse Quotes + Google Gadgets: Scripture Verse Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Scripture Verse Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Scripture Verse Quotes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Scripture Verse Quotes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Scripture Verse Quotes + Scripture Verse Quotes + Google,Gadgets + + + + + DogQuotesGadgetGadget + Dog Quotes Gadget + Google Gadgets: Dog Quotes Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dog Quotes Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dog Quotes Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dog Quotes Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dog Quotes Gadget + Dog Quotes Gadget + Google,Gadgets + + + + + BeginnerTriathleteGrapherGadget + BeginnerTriathlete Grapher + Google Gadgets: BeginnerTriathlete Grapher Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BeginnerTriathlete Grapher + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BeginnerTriathlete Grapher&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BeginnerTriathlete Grapher + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BeginnerTriathlete Grapher + BeginnerTriathlete Grapher + Google,Gadgets + + + + + WaterTrackerGadget + Water Tracker + Google Gadgets: Water Tracker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Water Tracker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Water Tracker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Water Tracker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Water Tracker + Water Tracker + Google,Gadgets + + + + + DellContentGadget + Dell Content + Google Gadgets: Dell Content Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dell Content + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dell Content&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dell Content + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dell Content + Dell Content + Google,Gadgets + + + + + RandomphotographsselecteddailybytheauthorGadget + Random photographs selected daily by the author + Google Gadgets: Random photographs selected daily by the author Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random photographs selected daily by the author + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random photographs selected daily by the author&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random photographs selected daily by the author + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random photographs selected daily by the author + Random photographs selected daily by the author + Google,Gadgets + + + + + EventTicketsFinderGadget + Event Tickets Finder + Google Gadgets: Event Tickets Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Event Tickets Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Event Tickets Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Event Tickets Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Event Tickets Finder + Event Tickets Finder + Google,Gadgets + + + + + AutoPaymentCalculatorGadget + Auto Payment Calculator + Google Gadgets: Auto Payment Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Payment Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Payment Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Payment Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Payment Calculator + Auto Payment Calculator + Google,Gadgets + + + + + BankandNationalHolidayDatesGadget + Bank and National Holiday Dates + Google Gadgets: Bank and National Holiday Dates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bank and National Holiday Dates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bank and National Holiday Dates&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bank and National Holiday Dates + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bank and National Holiday Dates + Bank and National Holiday Dates + Google,Gadgets + + + + + auFeminincomNewsbeautGadget + auFeminin.com - News beaut + Google Gadgets: auFeminin.com - News beaut Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + auFeminin.com - News beaut + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=auFeminin.com - News beaut &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=auFeminin.com - News beaut + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + auFeminin.com - News beaut + auFeminin.com - News beaut + Google,Gadgets + + + + + BuscadorInmobiliarioGadget + Buscador Inmobiliario + Google Gadgets: Buscador Inmobiliario Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador Inmobiliario + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buscador Inmobiliario&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buscador Inmobiliario + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador Inmobiliario + Buscador Inmobiliario + Google,Gadgets + + + + + SimpsonsMillionaireGadget + Simpsons Millionaire + Google Gadgets: Simpsons Millionaire Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Simpsons Millionaire + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Simpsons Millionaire&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Simpsons Millionaire + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Simpsons Millionaire + Simpsons Millionaire + Google,Gadgets + + + + + RandomphotosfromtheauthorsgalleryGadget + Random photos from the authors gallery + Google Gadgets: Random photos from the authors gallery Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random photos from the authors gallery + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random photos from the authors gallery&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random photos from the authors gallery + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random photos from the authors gallery + Random photos from the authors gallery + Google,Gadgets + + + + + EveBridgeGadget + Eve Bridge + Google Gadgets: Eve Bridge Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eve Bridge + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Eve Bridge&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Eve Bridge + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eve Bridge + Eve Bridge + Google,Gadgets + + + + + KayakcomBestFaresGadget + Kayak.com Best Fares + Google Gadgets: Kayak.com Best Fares Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kayak.com Best Fares + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Kayak.com Best Fares&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Kayak.com Best Fares + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kayak.com Best Fares + Kayak.com Best Fares + Google,Gadgets + + + + + BookEurostarTicketsGadget + Book Eurostar Tickets + Google Gadgets: Book Eurostar Tickets Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Book Eurostar Tickets + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Book Eurostar Tickets&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Book Eurostar Tickets + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Book Eurostar Tickets + Book Eurostar Tickets + Google,Gadgets + + + + + HealthCareSearchToolsClothedVisualDxHealthGadget + Health Care Search Tools (Clothed) - VisualDxHealth + Google Gadgets: Health Care Search Tools (Clothed) - VisualDxHealth Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Health Care Search Tools (Clothed) - VisualDxHealth + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Health Care Search Tools (Clothed) - VisualDxHealth&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Health Care Search Tools (Clothed) - VisualDxHealth + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Health Care Search Tools (Clothed) - VisualDxHealth + Health Care Search Tools (Clothed) - VisualDxHealth + Google,Gadgets + + + + + SebinaTrovaLibriGadget + Sebina TrovaLibri + Google Gadgets: Sebina TrovaLibri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sebina TrovaLibri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sebina TrovaLibri&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sebina TrovaLibri + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sebina TrovaLibri + Sebina TrovaLibri + Google,Gadgets + + + + + KISCWebcamGadget + K.I.S.C. Webcam + Google Gadgets: K.I.S.C. Webcam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + K.I.S.C. Webcam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=K.I.S.C. Webcam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=K.I.S.C. Webcam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + K.I.S.C. Webcam + K.I.S.C. Webcam + Google,Gadgets + + + + + TheologicalDictionarySearchGadget + Theological Dictionary Search + Google Gadgets: Theological Dictionary Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Theological Dictionary Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Theological Dictionary Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Theological Dictionary Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Theological Dictionary Search + Theological Dictionary Search + Google,Gadgets + + + + + NumberPlatesSearchGadgetGadget + Number Plates Search Gadget + Google Gadgets: Number Plates Search Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Number Plates Search Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Number Plates Search Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Number Plates Search Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Number Plates Search Gadget + Number Plates Search Gadget + Google,Gadgets + + + + + IndependentFilmSearchGadget + Independent Film Search + Google Gadgets: Independent Film Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Independent Film Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Independent Film Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Independent Film Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Independent Film Search + Independent Film Search + Google,Gadgets + + + + + HeadlinesfromtheGreenBlogosphereGadget + Headlines from the Green Blogosphere + Google Gadgets: Headlines from the Green Blogosphere Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Headlines from the Green Blogosphere + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Headlines from the Green Blogosphere&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Headlines from the Green Blogosphere + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Headlines from the Green Blogosphere + Headlines from the Green Blogosphere + Google,Gadgets + + + + + idrinkcomdrinkfinderGadget + idrink.com - drink finder + Google Gadgets: idrink.com - drink finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + idrink.com - drink finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=idrink.com - drink finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=idrink.com - drink finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + idrink.com - drink finder + idrink.com - drink finder + Google,Gadgets + + + + + CaloriesPerDayCalculatorbyBizCalcscomGadget + Calories Per Day Calculator by BizCalcs.com + Google Gadgets: Calories Per Day Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Calories Per Day Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Calories Per Day Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Calories Per Day Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Calories Per Day Calculator by BizCalcs.com + Calories Per Day Calculator by BizCalcs.com + Google,Gadgets + + + + + SOMEofmyfavoritesongsGadget + SOME of my favorite songs! + Google Gadgets: SOME of my favorite songs! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SOME of my favorite songs! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SOME of my favorite songs!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SOME of my favorite songs! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SOME of my favorite songs! + SOME of my favorite songs! + Google,Gadgets + + + + + TargetHeartRateCalculator1Gadget + Target Heart Rate Calculator + Google Gadgets: Target Heart Rate Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Target Heart Rate Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Target Heart Rate Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate Calculator + Target Heart Rate Calculator + Google,Gadgets + + + + + USPopulationClockGadget + US Population Clock + Google Gadgets: US Population Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + US Population Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=US Population Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=US Population Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + US Population Clock + US Population Clock + Google,Gadgets + + + + + ThingstoPonderGadget + Things to Ponder + Google Gadgets: Things to Ponder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Things to Ponder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Things to Ponder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Things to Ponder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Things to Ponder + Things to Ponder + Google,Gadgets + + + + + RandomMoviePhotosGadget + Random Movie Photos + Google Gadgets: Random Movie Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Movie Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Movie Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Movie Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Movie Photos + Random Movie Photos + Google,Gadgets + + + + + EventfulEventsGadget + Eventful Events + Google Gadgets: Eventful Events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eventful Events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Eventful Events&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Eventful Events + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eventful Events + Eventful Events + Google,Gadgets + + + + + MormonThoughtoftheDayGadget + Mormon Thought of the Day + Google Gadgets: Mormon Thought of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mormon Thought of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mormon Thought of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mormon Thought of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mormon Thought of the Day + Mormon Thought of the Day + Google,Gadgets + + + + + ZephoriaCitationdujourGadget + Zephoria - Citation du jour + Google Gadgets: Zephoria - Citation du jour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zephoria - Citation du jour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Zephoria - Citation du jour&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Zephoria - Citation du jour + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zephoria - Citation du jour + Zephoria - Citation du jour + Google,Gadgets + + + + + EbaySearchGadget + Ebay Search + Google Gadgets: Ebay Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ebay Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ebay Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ebay Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ebay Search + Ebay Search + Google,Gadgets + + + + + SurfnetkidsDailyFactoidGadget + Surfnetkids Daily Factoid + Google Gadgets: Surfnetkids Daily Factoid Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Surfnetkids Daily Factoid + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Surfnetkids Daily Factoid&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Surfnetkids Daily Factoid + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Surfnetkids Daily Factoid + Surfnetkids Daily Factoid + Google,Gadgets + + + + + SpoolSearcherv10Gadget + SpoolSearcher v1.0 + Google Gadgets: SpoolSearcher v1.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SpoolSearcher v1.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SpoolSearcher v1.0&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SpoolSearcher v1.0 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SpoolSearcher v1.0 + SpoolSearcher v1.0 + Google,Gadgets + + + + + MusiquesetvideosJazzSwingLatinGadget + Musiques et videos Jazz Swing Latin + Google Gadgets: Musiques et videos Jazz Swing Latin Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musiques et videos Jazz Swing Latin + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Musiques et videos Jazz Swing Latin&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Musiques et videos Jazz Swing Latin + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musiques et videos Jazz Swing Latin + Musiques et videos Jazz Swing Latin + Google,Gadgets + + + + + SlideshowoftheCuttestBabyAnimalsGadget + Slideshow of the Cuttest Baby Animals + Google Gadgets: Slideshow of the Cuttest Baby Animals Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slideshow of the Cuttest Baby Animals + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Slideshow of the Cuttest Baby Animals&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Slideshow of the Cuttest Baby Animals + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slideshow of the Cuttest Baby Animals + Slideshow of the Cuttest Baby Animals + Google,Gadgets + + + + + ExpediaFareCalendarGadget + Expedia Fare Calendar + Google Gadgets: Expedia Fare Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Expedia Fare Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Expedia Fare Calendar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Expedia Fare Calendar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Expedia Fare Calendar + Expedia Fare Calendar + Google,Gadgets + + + + + AnneGeddesBabyPhotosGadget + Anne Geddes Baby Photos + Google Gadgets: Anne Geddes Baby Photos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Anne Geddes Baby Photos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Anne Geddes Baby Photos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Anne Geddes Baby Photos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Anne Geddes Baby Photos + Anne Geddes Baby Photos + Google,Gadgets + + + + + PhotographoftheWeekfromthephotogaphyofPaulMorrisofPMStudiosGadget + Photograph of the Week from the photogaphy of Paul Morris of PM Studios + Google Gadgets: Photograph of the Week from the photogaphy of Paul Morris of PM Studios Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photograph of the Week from the photogaphy of Paul Morris of PM Studios + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Photograph of the Week from the photogaphy of Paul Morris of PM Studios&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Photograph of the Week from the photogaphy of Paul Morris of PM Studios + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photograph of the Week from the photogaphy of Paul Morris of PM Studios + Photograph of the Week from the photogaphy of Paul Morris of PM Studios + Google,Gadgets + + + + + AreYouHappyQuotesGadget + Are You Happy? - Quotes + Google Gadgets: Are You Happy? - Quotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Are You Happy? - Quotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Are You Happy? - Quotes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Are You Happy? - Quotes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Are You Happy? - Quotes + Are You Happy? - Quotes + Google,Gadgets + + + + + EsmoPhotoImageoftheDayGadget + EsmoPhoto Image of the Day + Google Gadgets: EsmoPhoto Image of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EsmoPhoto Image of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=EsmoPhoto Image of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=EsmoPhoto Image of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EsmoPhoto Image of the Day + EsmoPhoto Image of the Day + Google,Gadgets + + + + + GreenVehicleNewscomDailyNewsGadget + GreenVehicleNews.com - Daily News + Google Gadgets: GreenVehicleNews.com - Daily News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GreenVehicleNews.com - Daily News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GreenVehicleNews.com - Daily News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GreenVehicleNews.com - Daily News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GreenVehicleNews.com - Daily News + GreenVehicleNews.com - Daily News + Google,Gadgets + + + + + CreedThoughtsfromTheOfficeGadget + Creed Thoughts from The Office + Google Gadgets: Creed Thoughts from The Office Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Creed Thoughts from The Office + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Creed Thoughts from The Office&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Creed Thoughts from The Office + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Creed Thoughts from The Office + Creed Thoughts from The Office + Google,Gadgets + + + + + AbrahamLincolnQuoteoftheDayGadget + Abraham Lincoln Quote of the Day + Google Gadgets: Abraham Lincoln Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Abraham Lincoln Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Abraham Lincoln Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Abraham Lincoln Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Abraham Lincoln Quote of the Day + Abraham Lincoln Quote of the Day + Google,Gadgets + + + + + It39sChristmastimeGadget + It's Christmas time! + Google Gadgets: It's Christmas time! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + It's Christmas time! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=It's Christmas time!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=It's Christmas time! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + It's Christmas time! + It's Christmas time! + Google,Gadgets + + + + + HealthAndHappinessTipsGadget + Health And Happiness Tips + Google Gadgets: Health And Happiness Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Health And Happiness Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Health And Happiness Tips&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Health And Happiness Tips + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Health And Happiness Tips + Health And Happiness Tips + Google,Gadgets + + + + + AOLMusicFullCDsGadget + AOL Music: Full CDs + Google Gadgets: AOL Music: Full CDs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AOL Music: Full CDs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AOL Music: Full CDs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AOL Music: Full CDs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AOL Music: Full CDs + AOL Music: Full CDs + Google,Gadgets + + + + + ontricomtrainingsummaryGadget + ontri.com training summary + Google Gadgets: ontri.com training summary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ontri.com training summary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ontri.com training summary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ontri.com training summary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ontri.com training summary + ontri.com training summary + Google,Gadgets + + + + + SRadiotvFMandonlineradioGadget + SRadio.tv - FM and online radio + Google Gadgets: SRadio.tv - FM and online radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SRadio.tv - FM and online radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SRadio.tv - FM and online radio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SRadio.tv - FM and online radio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SRadio.tv - FM and online radio + SRadio.tv - FM and online radio + Google,Gadgets + + + + + RonaldReaganQuoteoftheDayGadget + Ronald Reagan Quote of the Day + Google Gadgets: Ronald Reagan Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ronald Reagan Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ronald Reagan Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ronald Reagan Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ronald Reagan Quote of the Day + Ronald Reagan Quote of the Day + Google,Gadgets + + + + + BedrockBiorhythmsGadget + Bedrock Biorhythms + Google Gadgets: Bedrock Biorhythms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bedrock Biorhythms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bedrock Biorhythms&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bedrock Biorhythms + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bedrock Biorhythms + Bedrock Biorhythms + Google,Gadgets + + + + + DILAWRIManagementTipsGadget + DILAWRI ? Management Tips + Google Gadgets: DILAWRI ? Management Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DILAWRI ? Management Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DILAWRI | Management Tips&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DILAWRI | Management Tips + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DILAWRI ? Management Tips + DILAWRI ? Management Tips + Google,Gadgets + + + + + ArtPicturesGadget + Art Pictures + Google Gadgets: Art Pictures Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Art Pictures + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Art Pictures&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Art Pictures + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Art Pictures + Art Pictures + Google,Gadgets + + + + + EstrenosdecineGadget + Estrenos de cine + Google Gadgets: Estrenos de cine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Estrenos de cine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Estrenos de cine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Estrenos de cine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Estrenos de cine + Estrenos de cine + Google,Gadgets + + + + + AniBoomPopularVideosGadget + AniBoom Popular Videos + Google Gadgets: AniBoom Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AniBoom Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AniBoom Popular Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AniBoom Popular Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AniBoom Popular Videos + AniBoom Popular Videos + Google,Gadgets + + + + + ChampagneCorkoftheDayGadget + Champagne Cork of the Day + Google Gadgets: Champagne Cork of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Champagne Cork of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Champagne Cork of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Champagne Cork of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Champagne Cork of the Day + Champagne Cork of the Day + Google,Gadgets + + + + + NWSkiWeatherSnowForecastGadget + NW Ski Weather Snow Forecast + Google Gadgets: NW Ski Weather Snow Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NW Ski Weather Snow Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NW Ski Weather Snow Forecast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NW Ski Weather Snow Forecast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NW Ski Weather Snow Forecast + NW Ski Weather Snow Forecast + Google,Gadgets + + + + + ZillowZIndexGraphGadget + Zillow ZIndex Graph + Google Gadgets: Zillow ZIndex Graph Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zillow ZIndex Graph + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Zillow ZIndex Graph&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Zillow ZIndex Graph + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zillow ZIndex Graph + Zillow ZIndex Graph + Google,Gadgets + + + + + BlogWorldCarFanscomGadget + Blog.WorldCarFans.com + Google Gadgets: Blog.WorldCarFans.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blog.WorldCarFans.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blog.WorldCarFans.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blog.WorldCarFans.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blog.WorldCarFans.com + Blog.WorldCarFans.com + Google,Gadgets + + + + + TuNombreenJaponsGadget + Tu Nombre en Japon s + Google Gadgets: Tu Nombre en Japon s Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tu Nombre en Japon s + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tu Nombre en Japon s&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tu Nombre en Japon s + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tu Nombre en Japon s + Tu Nombre en Japon s + Google,Gadgets + + + + + MediaPlayerGadget + Media Player + Google Gadgets: Media Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Media Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Media Player&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Media Player + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Media Player + Media Player + Google,Gadgets + + + + + FFoodGadget + F-Food... + Google Gadgets: F-Food... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F-Food... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=F-Food...&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=F-Food... + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F-Food... + F-Food... + Google,Gadgets + + + + + ChristianityandtheBibleGadget + Christianity and the Bible + Google Gadgets: Christianity and the Bible Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Christianity and the Bible + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Christianity and the Bible&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Christianity and the Bible + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Christianity and the Bible + Christianity and the Bible + Google,Gadgets + + + + + DailyHoroscopesGadget + Daily Horoscopes + Google Gadgets: Daily Horoscopes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Horoscopes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Horoscopes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Horoscopes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Horoscopes + Daily Horoscopes + Google,Gadgets + + + + + TravelGuidesandReviewsGadget + Travel Guides and Reviews + Google Gadgets: Travel Guides and Reviews Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Travel Guides and Reviews + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Travel Guides and Reviews&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Travel Guides and Reviews + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Travel Guides and Reviews + Travel Guides and Reviews + Google,Gadgets + + + + + OprahQuoteoftheDayGadget + Oprah Quote of the Day + Google Gadgets: Oprah Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Oprah Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Oprah Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Oprah Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Oprah Quote of the Day + Oprah Quote of the Day + Google,Gadgets + + + + + MyFavSongsThisWeekGadget + My Fav Songs This Week + Google Gadgets: My Fav Songs This Week Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Fav Songs This Week + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Fav Songs This Week&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Fav Songs This Week + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Fav Songs This Week + My Fav Songs This Week + Google,Gadgets + + + + + iTunesFeedsGadget + iTunes Feeds + Google Gadgets: iTunes Feeds Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iTunes Feeds + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iTunes Feeds&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iTunes Feeds + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iTunes Feeds + iTunes Feeds + Google,Gadgets + + + + + SendSMSworldwideEasyFastCheapfrom5CentsSMSGadget + Send SMS worldwide! Easy. Fast. Cheap. (from 5 Cents/SMS) + Google Gadgets: Send SMS worldwide! Easy. Fast. Cheap. (from 5 Cents/SMS) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Send SMS worldwide! Easy. Fast. Cheap. (from 5 Cents/SMS) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Send SMS worldwide! Easy. Fast. Cheap. (from 5 Cents/SMS)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Send SMS worldwide! Easy. Fast. Cheap. (from 5 Cents/SMS) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Send SMS worldwide! Easy. Fast. Cheap. (from 5 Cents/SMS) + Send SMS worldwide! Easy. Fast. Cheap. (from 5 Cents/SMS) + Google,Gadgets + + + + + MostInterestingSunsetsUpdatesDailyGadget + Most Interesting Sunsets Updates Daily + Google Gadgets: Most Interesting Sunsets Updates Daily Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Most Interesting Sunsets Updates Daily + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Most Interesting Sunsets Updates Daily&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Most Interesting Sunsets Updates Daily + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Most Interesting Sunsets Updates Daily + Most Interesting Sunsets Updates Daily + Google,Gadgets + + + + + ProgrammeTVGadget + Programme TV + Google Gadgets: Programme TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Programme TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Programme TV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Programme TV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Programme TV + Programme TV + Google,Gadgets + + + + + TheRecipeWorksGadget + TheRecipeWorks + Google Gadgets: TheRecipeWorks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TheRecipeWorks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TheRecipeWorks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TheRecipeWorks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TheRecipeWorks + TheRecipeWorks + Google,Gadgets + + + + + Haber34Gadget + Haber34 + Google Gadgets: Haber34 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Haber34 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Haber34&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Haber34 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Haber34 + Haber34 + Google,Gadgets + + + + + PopularMusicoftheHourGadget + Popular Music of the Hour + Google Gadgets: Popular Music of the Hour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Music of the Hour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Popular Music of the Hour&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Popular Music of the Hour + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Music of the Hour + Popular Music of the Hour + Google,Gadgets + + + + + MuslimsInternetSearchGadget + Muslims Internet Search + Google Gadgets: Muslims Internet Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Muslims Internet Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Muslims Internet Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Muslims Internet Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Muslims Internet Search + Muslims Internet Search + Google,Gadgets + + + + + StrengthMuscleandBodybuildingSearchGadget + Strength, Muscle and Bodybuilding Search + Google Gadgets: Strength, Muscle and Bodybuilding Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Strength, Muscle and Bodybuilding Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Strength, Muscle and Bodybuilding Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Strength, Muscle and Bodybuilding Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Strength, Muscle and Bodybuilding Search + Strength, Muscle and Bodybuilding Search + Google,Gadgets + + + + + FreshArtDailyGadget + Fresh Art Daily + Google Gadgets: Fresh Art Daily Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fresh Art Daily + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fresh Art Daily&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fresh Art Daily + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fresh Art Daily + Fresh Art Daily + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-new/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-new/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-new/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-new + war + 0.3 + Google Gadgets New Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-new + + Property changes on: googlegadgets/trunk/googlegadgets-new/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9923 @@ + + + + + + TopNewsGadget + Top News + Google Gadgets: Top News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Top News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/news/news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/news/news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Top News + Top News + Google,Gadgets + + + + + VirtualAquariumGadget + Virtual Aquarium + Google Gadgets: Virtual Aquarium Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Virtual Aquarium + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/aquarium.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lsmith2004.googlepages.com/aquarium.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Virtual Aquarium + Virtual Aquarium + Google,Gadgets + + + + + FishGadget + Fish + Google Gadgets: Fish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://fishgadget.googlecode.com/svn/trunk/fish.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://fishgadget.googlecode.com/svn/trunk/fish.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fish + Fish + Google,Gadgets + + + + + YouTubeSearchGadget + YouTube Search + Google Gadgets: YouTube Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://picomitchell.googlepages.com/youtubesearch_module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://picomitchell.googlepages.com/youtubesearch_module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube Search + YouTube Search + Google,Gadgets + + + + + WikipediaPhotooftheDayGadget + Wikipedia Photo of the Day + Google Gadgets: Wikipedia Photo of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipedia Photo of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://drbeagledotcom.googlepages.com/wppod.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://drbeagledotcom.googlepages.com/wppod.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipedia Photo of the Day + Wikipedia Photo of the Day + Google,Gadgets + + + + + MP3PlayerGadget + MP3 Player + Google Gadgets: MP3 Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MP3 Player + + + jp.sf.pal.webparts.Code + <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&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&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 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MP3 Player + MP3 Player + Google,Gadgets + + + + + LeadershipQuoteoftheDayGadget + Leadership Quote of the Day + Google Gadgets: Leadership Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Leadership Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/leadership.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/leadership.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Leadership Quote of the Day + Leadership Quote of the Day + Google,Gadgets + + + + + WisDumboftheDayGadget + WisDumb of the Day + Google Gadgets: WisDumb of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WisDumb of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110319140606849944695%26mid%3D77%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D110319140606849944695%26mid%3D77%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WisDumb of the Day + WisDumb of the Day + Google,Gadgets + + + + + RandomQuoteoftheWeekGadget + Random Quote of the Week + Google Gadgets: Random Quote of the Week Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Quote of the Week + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D103712759365122293428%26mid%3D29%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D103712759365122293428%26mid%3D29%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Quote of the Week + Random Quote of the Week + Google,Gadgets + + + + + YoumightbeaREDNECKifGadget + You might be a REDNECK if... + Google Gadgets: You might be a REDNECK if... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + You might be a REDNECK if... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/foxworthy.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://Mandybare.googlepages.com/foxworthy.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + You might be a REDNECK if... + You might be a REDNECK if... + Google,Gadgets + + + + + SnowyPuzzleIslandsfromAlawarcomGadget + Snowy Puzzle Islands from Alawar.com + Google Gadgets: Snowy Puzzle Islands from Alawar.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Snowy Puzzle Islands from Alawar.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://public.alawar.com/vitos/google/new/snowypi.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://public.alawar.com/vitos/google/new/snowypi.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Snowy Puzzle Islands from Alawar.com + Snowy Puzzle Islands from Alawar.com + Google,Gadgets + + + + + SearchGadget + Search + Google Gadgets: Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005471282943737968194/cse/i2be27x4l1u/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005471282943737968194/cse/i2be27x4l1u/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search + Search + Google,Gadgets + + + + + PopularNintendoWiiGamesoftheHourGadget + Popular Nintendo Wii Games of the Hour + Google Gadgets: Popular Nintendo Wii Games of the Hour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Nintendo Wii Games of the Hour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/games/wii/&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/games/wii/ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Nintendo Wii Games of the Hour + Popular Nintendo Wii Games of the Hour + Google,Gadgets + + + + + TheChaosLordGadget + -.- The Chaos Lord -.- + Google Gadgets: -.- The Chaos Lord -.- Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + -.- The Chaos Lord -.- + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D107147640713451362521%26mid%3D94%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D107147640713451362521%26mid%3D94%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + -.- The Chaos Lord -.- + -.- The Chaos Lord -.- + Google,Gadgets + + + + + Today39sWootGadget + Today's Woot + Google Gadgets: Today's Woot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today's Woot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/376175/D404091820851643822&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/a/376175/D404091820851643822 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today's Woot + Today's Woot + Google,Gadgets + + + + + wwwisrradiocomGadget + www.isr-radio.com + Google Gadgets: www.isr-radio.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + www.isr-radio.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001798320672177892428/cse/iaux5nabveg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001798320672177892428/cse/iaux5nabveg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + www.isr-radio.com + www.isr-radio.com + Google,Gadgets + + + + + FlyCatcherGadget + Fly Catcher + Google Gadgets: Fly Catcher Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fly Catcher + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/flycatcher.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/flycatcher.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fly Catcher + Fly Catcher + Google,Gadgets + + + + + TheLiblogsSearchEngineGadget + The Liblogs Search Engine + Google Gadgets: The Liblogs Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Liblogs Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/006529462103597732802/cse/8olfswddwqg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/006529462103597732802/cse/8olfswddwqg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Liblogs Search Engine + The Liblogs Search Engine + Google,Gadgets + + + + + SearchthequotFreeBiologyBookquotGadget + Search the "Free Biology Book" + Google Gadgets: Search the "Free Biology Book" Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search the "Free Biology Book" + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018209202194507862835/cse/7iu807dxoyw/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/018209202194507862835/cse/7iu807dxoyw/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search the "Free Biology Book" + Search the "Free Biology Book" + Google,Gadgets + + + + + SaskSearchGadget + SaskSearch + Google Gadgets: SaskSearch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SaskSearch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016775909810522533717/cse/cfidqxid6fa/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/016775909810522533717/cse/cfidqxid6fa/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SaskSearch + SaskSearch + Google,Gadgets + + + + + BalloonHunterGadget + Balloon Hunter + Google Gadgets: Balloon Hunter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Balloon Hunter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/balloonhunter.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/balloonhunter.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Balloon Hunter + Balloon Hunter + Google,Gadgets + + + + + thequasidailyampGadget + the (quasi) daily amp + Google Gadgets: the (quasi) daily amp Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + the (quasi) daily amp + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104868940824303993166%26mid%3D88%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D104868940824303993166%26mid%3D88%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + the (quasi) daily amp + the (quasi) daily amp + Google,Gadgets + + + + + TheOfficeQuoteoftheDayGadget + The Office Quote of the Day + Google Gadgets: The Office Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Office Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.toolbarexpressway.com/the-office-tv-series.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.toolbarexpressway.com/the-office-tv-series.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Office Quote of the Day + The Office Quote of the Day + Google,Gadgets + + + + + DailySportsHistoryGadget + Daily Sports History + Google Gadgets: Daily Sports History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Sports History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.on-this-day.com/rss/gadget-sports.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.on-this-day.com/rss/gadget-sports.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Sports History + Daily Sports History + Google,Gadgets + + + + + GillenonthegoGadget + Gillen! on the go + Google Gadgets: Gillen! on the go Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gillen! on the go + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109017984541559183704%26mid%3D68%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D109017984541559183704%26mid%3D68%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gillen! on the go + Gillen! on the go + Google,Gadgets + + + + + FandangoMovieListerGadget + Fandango Movie Lister + Google Gadgets: Fandango Movie Lister Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fandango Movie Lister + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://rob.iverson.googlepages.com/fandango.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://rob.iverson.googlepages.com/fandango.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fandango Movie Lister + Fandango Movie Lister + Google,Gadgets + + + + + TheDailyDEBDIARY2007Gadget + The Daily DEB DIARY 2007 + Google Gadgets: The Daily DEB DIARY 2007 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily DEB DIARY 2007 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101998196120352844104%26mid%3D36%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D101998196120352844104%26mid%3D36%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily DEB DIARY 2007 + The Daily DEB DIARY 2007 + Google,Gadgets + + + + + BestClimateHolidaySearchEngineGadget + Best Climate Holiday Search Engine + Google Gadgets: Best Climate Holiday Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Best Climate Holiday Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002059531610547256762/cse/nxfhqrfhuks/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002059531610547256762/cse/nxfhqrfhuks/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Best Climate Holiday Search Engine + Best Climate Holiday Search Engine + Google,Gadgets + + + + + readingfeedGadget + reading feed + Google Gadgets: reading feed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + reading feed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://rss701.googlepages.com/kayak.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://rss701.googlepages.com/kayak.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + reading feed + reading feed + Google,Gadgets + + + + + WebTechBlogSearchGadget + Web Tech Blog Search + Google Gadgets: Web Tech Blog Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Web Tech Blog Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012006853112469662256/cse/nprbwmqm5nw/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012006853112469662256/cse/nprbwmqm5nw/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Web Tech Blog Search + Web Tech Blog Search + Google,Gadgets + + + + + MediaUKmedianewsGadget + Media UK: media news + Google Gadgets: Media UK: media news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Media UK: media news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mediauk.com/content/google_ig_news.muk&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mediauk.com/content/google_ig_news.muk + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Media UK: media news + Media UK: media news + Google,Gadgets + + + + + CaricatureoftheDayGadget + Caricature of the Day + Google Gadgets: Caricature of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Caricature of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://rmicka5478.googlepages.com/caricature.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://rmicka5478.googlepages.com/caricature.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Caricature of the Day + Caricature of the Day + Google,Gadgets + + + + + DotNetDevelopersSearchEngineGadget + DotNet Developers Search Engine + Google Gadgets: DotNet Developers Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DotNet Developers Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://searchdotnet.com/searchnetgadget1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://searchdotnet.com/searchnetgadget1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DotNet Developers Search Engine + DotNet Developers Search Engine + Google,Gadgets + + + + + CrystalixfromAlawarcomGadget + Crystalix from Alawar.com + Google Gadgets: Crystalix from Alawar.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crystalix from Alawar.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://public.alawar.com/vitos/google/new/crystalix.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://public.alawar.com/vitos/google/new/crystalix.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crystalix from Alawar.com + Crystalix from Alawar.com + Google,Gadgets + + + + + TopmedicationoffersGadget + Top medication offers + Google Gadgets: Top medication offers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Top medication offers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://hugoandis.googlepages.com/topmeds10.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://hugoandis.googlepages.com/topmeds10.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Top medication offers + Top medication offers + Google,Gadgets + + + + + couponGadget + coupon + Google Gadgets: coupon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + coupon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009840532266755081470/cse/cgtvss_ir30/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/009840532266755081470/cse/cgtvss_ir30/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + coupon + coupon + Google,Gadgets + + + + + OyogiGadget + Oyogi + Google Gadgets: Oyogi Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Oyogi + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://manoharviswanathan.com/downloads/oyogi_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://manoharviswanathan.com/downloads/oyogi_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Oyogi + Oyogi + Google,Gadgets + + + + + China8comAudioChinesePhrasesGadget + China-8.com Audio Chinese Phrases + Google Gadgets: China-8.com Audio Chinese Phrases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + China-8.com Audio Chinese Phrases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4670a22cccea8e85/clearspring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://publish.clearspring.com/current/g/Google/4670a22cccea8e85/clearspring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + China-8.com Audio Chinese Phrases + China-8.com Audio Chinese Phrases + Google,Gadgets + + + + + MASONampCHANCEGadget + MASON & CHANCE + Google Gadgets: MASON & CHANCE Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MASON & CHANCE + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104019279057965983003%26mid%3D35%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D104019279057965983003%26mid%3D35%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MASON & CHANCE + MASON & CHANCE + Google,Gadgets + + + + + NonprofitTechnologySearchORamaGadget + Nonprofit Technology Search-O-Rama + Google Gadgets: Nonprofit Technology Search-O-Rama Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nonprofit Technology Search-O-Rama + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017112442565914832703/cse/mfnwzjbvin0/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/017112442565914832703/cse/mfnwzjbvin0/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nonprofit Technology Search-O-Rama + Nonprofit Technology Search-O-Rama + Google,Gadgets + + + + + FedSmithcomGadget + FedSmith.com + Google Gadgets: FedSmith.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FedSmith.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.fedsmith.com/rss/google/index.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.fedsmith.com/rss/google/index.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FedSmith.com + FedSmith.com + Google,Gadgets + + + + + TheWorldClockGadget + The World Clock + Google Gadgets: The World Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The World Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://image.itempo.jp/site/images/ig/worldclock_a.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://image.itempo.jp/site/images/ig/worldclock_a.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The World Clock + The World Clock + Google,Gadgets + + + + + AttackTimeGadget + Attack Time + Google Gadgets: Attack Time Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Attack Time + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/attacktimeGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/attacktimeGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Attack Time + Attack Time + Google,Gadgets + + + + + ChemAllianceEnvironmentalAcronymGlossaryGadget + ChemAlliance Environmental Acronym Glossary + Google Gadgets: ChemAlliance Environmental Acronym Glossary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ChemAlliance Environmental Acronym Glossary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.chemalliance.org/webservices/modules/mod_glossary.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.chemalliance.org/webservices/modules/mod_glossary.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ChemAlliance Environmental Acronym Glossary + ChemAlliance Environmental Acronym Glossary + Google,Gadgets + + + + + foxraceGadget + foxrace + Google Gadgets: foxrace Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + foxrace + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016479861353189344756/cse/zj6qwzuxkos/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/016479861353189344756/cse/zj6qwzuxkos/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + foxrace + foxrace + Google,Gadgets + + + + + IdoNotesblogGadget + IdoNotes blog + Google Gadgets: IdoNotes blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IdoNotes blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.IdoNotes.com/idonotesggadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.IdoNotes.com/idonotesggadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IdoNotes blog + IdoNotes blog + Google,Gadgets + + + + + DMStithwantsyoutobehisbabyGadget + DM Stith wants you to be his baby. + Google Gadgets: DM Stith wants you to be his baby. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DM Stith wants you to be his baby. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110838252999654765311%26mid%3D70%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D110838252999654765311%26mid%3D70%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DM Stith wants you to be his baby. + DM Stith wants you to be his baby. + Google,Gadgets + + + + + AurorinaAnswersSearchGadget + Aurorina Answers Search + Google Gadgets: Aurorina Answers Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aurorina Answers Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.aurorina.com/en/gadgets/answers.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.aurorina.com/en/gadgets/answers.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aurorina Answers Search + Aurorina Answers Search + Google,Gadgets + + + + + MyDailyDogGadget + My Daily Dog + Google Gadgets: My Daily Dog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Daily Dog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D100106969608472401346%26mid%3D48%26url%3Dgm_photo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D100106969608472401346%26mid%3D48%26url%3Dgm_photo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Daily Dog + My Daily Dog + Google,Gadgets + + + + + SquirrelEscapeGadget + Squirrel Escape + Google Gadgets: Squirrel Escape Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Squirrel Escape + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/squirrelescapeGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/squirrelescapeGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Squirrel Escape + Squirrel Escape + Google,Gadgets + + + + + ZombieSurvivalGadget + Zombie Survival + Google Gadgets: Zombie Survival Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zombie Survival + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/zombie_survivalgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/zombie_survivalgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zombie Survival + Zombie Survival + Google,Gadgets + + + + + KonnectorsGadget + Konnectors + Google Gadgets: Konnectors Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Konnectors + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/konnectors.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/konnectors.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Konnectors + Konnectors + Google,Gadgets + + + + + Bubba39sWatchGadget + Bubba's Watch + Google Gadgets: Bubba's Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bubba's Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bubbathelovesponge.net/bubbawatch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bubbathelovesponge.net/bubbawatch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bubba's Watch + Bubba's Watch + Google,Gadgets + + + + + BestsellerGamesGadget + Bestseller Games + Google Gadgets: Bestseller Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bestseller Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/amazon_pc/amazon_pc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/amazon_pc/amazon_pc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bestseller Games + Bestseller Games + Google,Gadgets + + + + + TheDailyLindaGadget + The Daily Linda + Google Gadgets: The Daily Linda Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily Linda + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114888626846760271904%26mid%3D69%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D114888626846760271904%26mid%3D69%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily Linda + The Daily Linda + Google,Gadgets + + + + + AmigaHardwareDatabaseGadget + Amiga Hardware Database + Google Gadgets: Amiga Hardware Database Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amiga Hardware Database + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://amiga.resource.cx/amiga-hwdb.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://amiga.resource.cx/amiga-hwdb.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amiga Hardware Database + Amiga Hardware Database + Google,Gadgets + + + + + MothGadget + Moth + Google Gadgets: Moth Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Moth + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/moth.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/moth.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Moth + Moth + Google,Gadgets + + + + + JumpingTrollGadget + Jumping Troll + Google Gadgets: Jumping Troll Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jumping Troll + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/jumpingtroll.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/jumpingtroll.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jumping Troll + Jumping Troll + Google,Gadgets + + + + + CrucifixionSceneoftheWeekGadget + Crucifixion Scene of the Week + Google Gadgets: Crucifixion Scene of the Week Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crucifixion Scene of the Week + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://widgets.bestmoodle.net/gadgets/crucifixion.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://widgets.bestmoodle.net/gadgets/crucifixion.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crucifixion Scene of the Week + Crucifixion Scene of the Week + Google,Gadgets + + + + + WyaWidgetGadget + WyaWidget + Google Gadgets: WyaWidget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WyaWidget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wyaworks.com/google/google.jsp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wyaworks.com/google/google.jsp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WyaWidget + WyaWidget + Google,Gadgets + + + + + BlogdriveTemplatesGadget + Blogdrive Templates + Google Gadgets: Blogdrive Templates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blogdrive Templates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blogdrive Templates + Blogdrive Templates + Google,Gadgets + + + + + UnfocusedNetImagesGadget + Unfocused.Net : Images + Google Gadgets: Unfocused.Net : Images Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Unfocused.Net : Images + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.unfocused.net/includes/imagemodule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.unfocused.net/includes/imagemodule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Unfocused.Net : Images + Unfocused.Net : Images + Google,Gadgets + + + + + CanadianDomaincaSearchToolGadget + Canadian Domain (.ca) Search Tool + Google Gadgets: Canadian Domain (.ca) Search Tool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Canadian Domain (.ca) Search Tool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.namespro.ca/API/gadget_ca.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.namespro.ca/API/gadget_ca.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Canadian Domain (.ca) Search Tool + Canadian Domain (.ca) Search Tool + Google,Gadgets + + + + + VCariousTravelGuidesGadget + VCarious: Travel Guides + Google Gadgets: VCarious: Travel Guides Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + VCarious: Travel Guides + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.vcarious.com/ui/modules/google/TravelGuides.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.vcarious.com/ui/modules/google/TravelGuides.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + VCarious: Travel Guides + VCarious: Travel Guides + Google,Gadgets + + + + + BankwatchcommunityGadget + Bankwatch community + Google Gadgets: Bankwatch community Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bankwatch community + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/000858096934405685413/cse/i7dkbyj9vpe/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/000858096934405685413/cse/i7dkbyj9vpe/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bankwatch community + Bankwatch community + Google,Gadgets + + + + + deliciousBookmarksGadget + del.icio.us Bookmarks + Google Gadgets: del.icio.us Bookmarks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + del.icio.us Bookmarks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://R.S.Javalgekar.googlepages.com/DeliciousBookmarks.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://R.S.Javalgekar.googlepages.com/DeliciousBookmarks.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + del.icio.us Bookmarks + del.icio.us Bookmarks + Google,Gadgets + + + + + DuowanWOWSearchEngineGadget + Duowan WOW Search Engine + Google Gadgets: Duowan WOW Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Duowan WOW Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005144731171511679403/cse/lok7wjym0by/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005144731171511679403/cse/lok7wjym0by/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Duowan WOW Search Engine + Duowan WOW Search Engine + Google,Gadgets + + + + + SlideshowGadget + Slideshow + Google Gadgets: Slideshow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slideshow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/slideshow.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/slideshow.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slideshow + Slideshow + Google,Gadgets + + + + + MontereyBayAquariumLivePenguinWebCamGadget + Monterey Bay Aquarium Live Penguin Web Cam + Google Gadgets: Monterey Bay Aquarium Live Penguin Web Cam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Monterey Bay Aquarium Live Penguin Web Cam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mobtuff.com/webcam/gadget/penguin.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mobtuff.com/webcam/gadget/penguin.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Monterey Bay Aquarium Live Penguin Web Cam + Monterey Bay Aquarium Live Penguin Web Cam + Google,Gadgets + + + + + JasandAHalfGadget + Jas and A Half + Google Gadgets: Jas and A Half Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jas and A Half + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D116416499028831554824%26mid%3D30%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D116416499028831554824%26mid%3D30%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jas and A Half + Jas and A Half + Google,Gadgets + + + + + NativeAmericanStudiesGadget + Native American Studies + Google Gadgets: Native American Studies Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Native American Studies + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/012776738606739689892/cse/lg7yc_jsxlo/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/012776738606739689892/cse/lg7yc_jsxlo/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Native American Studies + Native American Studies + Google,Gadgets + + + + + DailyMeGadget + Daily Me + Google Gadgets: Daily Me Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Me + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110037325988312848542%26mid%3D20%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D110037325988312848542%26mid%3D20%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Me + Daily Me + Google,Gadgets + + + + + EPTTournamentsGadget + EPT Tournaments + Google Gadgets: EPT Tournaments Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EPT Tournaments + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.whichpoker.com/Gadgets/NextEPTWG.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.whichpoker.com/Gadgets/NextEPTWG.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EPT Tournaments + EPT Tournaments + Google,Gadgets + + + + + FinanceandbusinessfundasChaitanyaGadget + Finance and business fundas - Chaitanya + Google Gadgets: Finance and business fundas - Chaitanya Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Finance and business fundas - Chaitanya + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112233190710036170572%26mid%3D63%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D112233190710036170572%26mid%3D63%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Finance and business fundas - Chaitanya + Finance and business fundas - Chaitanya + Google,Gadgets + + + + + TexasHold39emOddsCalculatorGadget + Texas Hold'em Odds Calculator + Google Gadgets: Texas Hold'em Odds Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Texas Hold'em Odds Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cardplayer.com/poker_odds/google_texas_holdem&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cardplayer.com/poker_odds/google_texas_holdem + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Texas Hold'em Odds Calculator + Texas Hold'em Odds Calculator + Google,Gadgets + + + + + MOSSSearchGadget + MOSS Search + Google Gadgets: MOSS Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MOSS Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010124208352902164740/cse/bx1atvt3jew/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010124208352902164740/cse/bx1atvt3jew/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MOSS Search + MOSS Search + Google,Gadgets + + + + + GeocachingSearchEngineGadget + Geocaching Search Engine + Google Gadgets: Geocaching Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Geocaching Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005833640384813908879/cse/dbmsbhini6u/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005833640384813908879/cse/dbmsbhini6u/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Geocaching Search Engine + Geocaching Search Engine + Google,Gadgets + + + + + JayampLaura39sthirdanniversaryGadget + Jay & Laura's third anniversary + Google Gadgets: Jay & Laura's third anniversary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jay & Laura's third anniversary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117398690311118564088%26mid%3D85%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D117398690311118564088%26mid%3D85%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jay & Laura's third anniversary + Jay & Laura's third anniversary + Google,Gadgets + + + + + CurrencyChartsGadget + Currency Charts + Google Gadgets: Currency Charts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Currency Charts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ravikumar.datla.googlepages.com/CurrencyChart.txt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ravikumar.datla.googlepages.com/CurrencyChart.txt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Currency Charts + Currency Charts + Google,Gadgets + + + + + QuitometroonlineGadget + Quitometro on-line + Google Gadgets: Quitometro on-line Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quitometro on-line + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.quitometro.org/google_gadget/quitonline_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.quitometro.org/google_gadget/quitonline_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quitometro on-line + Quitometro on-line + Google,Gadgets + + + + + MYBIRTHDAYGadget + MY BIRTHDAY!!!! + Google Gadgets: MY BIRTHDAY!!!! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MY BIRTHDAY!!!! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108156060468853774585%26mid%3D64%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D108156060468853774585%26mid%3D64%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MY BIRTHDAY!!!! + MY BIRTHDAY!!!! + Google,Gadgets + + + + + AnatomyofMeGadget + Anatomy of Me + Google Gadgets: Anatomy of Me Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Anatomy of Me + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109421342748056751674%26mid%3D53%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D109421342748056751674%26mid%3D53%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Anatomy of Me + Anatomy of Me + Google,Gadgets + + + + + NewsreelNewsfromReutersGadget + Newsreel News from Reuters + Google Gadgets: Newsreel News from Reuters Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel News from Reuters + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-reuters.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-reuters.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel News from Reuters + Newsreel News from Reuters + Google,Gadgets + + + + + LifeInsuranceGlossaryGadget + Life Insurance Glossary + Google Gadgets: Life Insurance Glossary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Life Insurance Glossary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.LifeInsuranceWiz.com/google-gadgets/glossary/glossary.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.LifeInsuranceWiz.com/google-gadgets/glossary/glossary.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Life Insurance Glossary + Life Insurance Glossary + Google,Gadgets + + + + + MiniclipGameBeckhamGoldenballsGadget + Miniclip Game - Beckham Goldenballs + Google Gadgets: Miniclip Game - Beckham Goldenballs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Beckham Goldenballs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/beckham-goldenballs/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/beckham-goldenballs/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Beckham Goldenballs + Miniclip Game - Beckham Goldenballs + Google,Gadgets + + + + + CARLDefenseNewsandInfoGadget + CARL Defense News and Info + Google Gadgets: CARL Defense News and Info Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CARL Defense News and Info + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://metzejr83.tripod.com/gadget4.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://metzejr83.tripod.com/gadget4.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CARL Defense News and Info + CARL Defense News and Info + Google,Gadgets + + + + + MyAuctionsGadgetforTradeMeGadget + My Auctions Gadget for TradeMe + Google Gadgets: My Auctions Gadget for TradeMe Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Auctions Gadget for TradeMe + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wellies.org/trademe/trademe_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wellies.org/trademe/trademe_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Auctions Gadget for TradeMe + My Auctions Gadget for TradeMe + Google,Gadgets + + + + + HealthCareSearchToolsClothedVisualDxHealthGadget + Health Care Search Tools (Clothed) - VisualDxHealth + Google Gadgets: Health Care Search Tools (Clothed) - VisualDxHealth Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Health Care Search Tools (Clothed) - VisualDxHealth + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://visualdxhealth.googlepages.com/VDxH_gadget_trustedSearchBodyLocClot.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://visualdxhealth.googlepages.com/VDxH_gadget_trustedSearchBodyLocClot.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Health Care Search Tools (Clothed) - VisualDxHealth + Health Care Search Tools (Clothed) - VisualDxHealth + Google,Gadgets + + + + + MichiganCaucusBlueSearchGadget + Michigan Caucus Blue Search + Google Gadgets: Michigan Caucus Blue Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Michigan Caucus Blue Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016782161939379062768/cse/lp6wcbaucei/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/016782161939379062768/cse/lp6wcbaucei/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Michigan Caucus Blue Search + Michigan Caucus Blue Search + Google,Gadgets + + + + + ZillowSummaryInformationGadget + Zillow Summary Information + Google Gadgets: Zillow Summary Information Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zillow Summary Information + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.polygad.com/google/zillowmulti.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.polygad.com/google/zillowmulti.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zillow Summary Information + Zillow Summary Information + Google,Gadgets + + + + + SpoolSearcherv10Gadget + SpoolSearcher v1.0 + Google Gadgets: SpoolSearcher v1.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SpoolSearcher v1.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://static.spool.fm/flash/ssearcher.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://static.spool.fm/flash/ssearcher.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SpoolSearcher v1.0 + SpoolSearcher v1.0 + Google,Gadgets + + + + + SEOSearchEngineGadget + SEO Search Engine + Google Gadgets: SEO Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SEO Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.searchangle.com/gadget2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.searchangle.com/gadget2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SEO Search Engine + SEO Search Engine + Google,Gadgets + + + + + MixcardGadget + Mixcard + Google Gadgets: Mixcard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mixcard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ycast.com/GoogleGadget/MixpoMixcardGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ycast.com/GoogleGadget/MixpoMixcardGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mixcard + Mixcard + Google,Gadgets + + + + + CortlandCountryMusicParkEventsGadget + Cortland Country Music Park Events + Google Gadgets: Cortland Country Music Park Events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cortland Country Music Park Events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cortlandcountrymusicpark.com/ccmpes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cortlandcountrymusicpark.com/ccmpes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cortland Country Music Park Events + Cortland Country Music Park Events + Google,Gadgets + + + + + LuxuriousBusinessSolutionsGadget + Luxurious Business Solutions + Google Gadgets: Luxurious Business Solutions Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Luxurious Business Solutions + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4671468af88b019c/clearspring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://publish.clearspring.com/current/g/Google/4671468af88b019c/clearspring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Luxurious Business Solutions + Luxurious Business Solutions + Google,Gadgets + + + + + DefenderGadget + Defender + Google Gadgets: Defender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Defender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/defender/defender.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/defender/defender.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Defender + Defender + Google,Gadgets + + + + + ZaksCornerGadget + Zaks Corner + Google Gadgets: Zaks Corner Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zaks Corner + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112881804853419545151%26mid%3D61%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D112881804853419545151%26mid%3D61%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zaks Corner + Zaks Corner + Google,Gadgets + + + + + KatstatusGadget + Kat-status + Google Gadgets: Kat-status Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kat-status + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D100825234861830001179%26mid%3D49%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D100825234861830001179%26mid%3D49%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kat-status + Kat-status + Google,Gadgets + + + + + QuoteoftheDayByNeilWattsGadget + Quote of the Day - By: Neil Watts + Google Gadgets: Quote of the Day - By: Neil Watts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quote of the Day - By: Neil Watts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112737226989487326877%26mid%3D72%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D112737226989487326877%26mid%3D72%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quote of the Day - By: Neil Watts + Quote of the Day - By: Neil Watts + Google,Gadgets + + + + + GoogleSearchAssistantGadget + Google Search Assistant + Google Gadgets: Google Search Assistant Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Search Assistant + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sportsapalooza.com/google-gadget/ads.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sportsapalooza.com/google-gadget/ads.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Search Assistant + Google Search Assistant + Google,Gadgets + + + + + PoemoftheDayGadget + Poem of the Day + Google Gadgets: Poem of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Poem of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108388575342571115159%26mid%3D13%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D108388575342571115159%26mid%3D13%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Poem of the Day + Poem of the Day + Google,Gadgets + + + + + MobBotMobileVerbotBetaGadget + MobBot - Mobile Verbot (Beta) + Google Gadgets: MobBot - Mobile Verbot (Beta) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MobBot - Mobile Verbot (Beta) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jmlawlor.googlepages.com/MobBotGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jmlawlor.googlepages.com/MobBotGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MobBot - Mobile Verbot (Beta) + MobBot - Mobile Verbot (Beta) + Google,Gadgets + + + + + AbbatheFoxGadget + Abba the Fox + Google Gadgets: Abba the Fox Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Abba the Fox + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/abbathefoxgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/abbathefoxgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Abba the Fox + Abba the Fox + Google,Gadgets + + + + + TIMEQuotesoftheDayGadget + TIME: Quotes of the Day + Google Gadgets: TIME: Quotes of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TIME: Quotes of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/p/Google/R2xmQjcTNxJmRGQVY0MzRmFCf0NkR2AVYkNrQGNAY0YzRTNaZkI3EzcSZkVmT2YVZ0Q0Ew/clearspring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://publish.clearspring.com/current/p/Google/R2xmQjcTNxJmRGQVY0MzRmFCf0NkR2AVYkNrQGNAY0YzRTNaZkI3EzcSZkVmT2YVZ0Q0Ew/clearspring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TIME: Quotes of the Day + TIME: Quotes of the Day + Google,Gadgets + + + + + PoserfromefrontierGadget + Poser from e frontier + Google Gadgets: Poser from e frontier Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Poser from e frontier + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://syatson.googlepages.com/efGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://syatson.googlepages.com/efGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Poser from e frontier + Poser from e frontier + Google,Gadgets + + + + + YahooBuzzIndexMoversOverallGadget + Yahoo! Buzz Index Movers Overall. + Google Gadgets: Yahoo! Buzz Index Movers Overall. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Buzz Index Movers Overall. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/yahoo-buzz-search.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zytu.com/gadget/yahoo-buzz-search.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Buzz Index Movers Overall. + Yahoo! Buzz Index Movers Overall. + Google,Gadgets + + + + + ChessIGbetaGadget + ChessIG (beta) + Google Gadgets: ChessIG (beta) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ChessIG (beta) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.chessnavigator.com/ChessIG/Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.chessnavigator.com/ChessIG/Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ChessIG (beta) + ChessIG (beta) + Google,Gadgets + + + + + OnlineShoppingCouponCodesGadget + Online Shopping Coupon Codes + Google Gadgets: Online Shopping Coupon Codes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Online Shopping Coupon Codes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ableshoppers.com/coupon_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ableshoppers.com/coupon_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Online Shopping Coupon Codes + Online Shopping Coupon Codes + Google,Gadgets + + + + + KitKatJamQuickLoginGadget + KitKatJam Quick Login + Google Gadgets: KitKatJam Quick Login Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + KitKatJam Quick Login + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.dmbfansite.com/KKJWidget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.dmbfansite.com/KKJWidget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + KitKatJam Quick Login + KitKatJam Quick Login + Google,Gadgets + + + + + SearchForFlightsHotelsandRentalCarsatCheapTicketscomGadget + Search For Flights, Hotels, and Rental Cars at CheapTickets.com + Google Gadgets: Search For Flights, Hotels, and Rental Cars at CheapTickets.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search For Flights, Hotels, and Rental Cars at CheapTickets.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tripschedule.com/gadgets/cheaptickets.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tripschedule.com/gadgets/cheaptickets.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search For Flights, Hotels, and Rental Cars at CheapTickets.com + Search For Flights, Hotels, and Rental Cars at CheapTickets.com + Google,Gadgets + + + + + ASEAIXSearchEngineGadget + ASE (AIX Search Engine) + Google Gadgets: ASE (AIX Search Engine) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ASE (AIX Search Engine) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003523856582721323063/cse/8gd9a01vbwk/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/003523856582721323063/cse/8gd9a01vbwk/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ASE (AIX Search Engine) + ASE (AIX Search Engine) + Google,Gadgets + + + + + MiniclipGameTennisAceGadget + Miniclip Game - Tennis Ace + Google Gadgets: Miniclip Game - Tennis Ace Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Tennis Ace + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/tennis-ace/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/tennis-ace/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Tennis Ace + Miniclip Game - Tennis Ace + Google,Gadgets + + + + + RipThatPageComSearchingRippedGadget + RipThatPage.Com: Searching Ripped + Google Gadgets: RipThatPage.Com: Searching Ripped Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RipThatPage.Com: Searching Ripped + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.liquidloungepeople.com/websiteRipper/gadget_SearchRipped.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.liquidloungepeople.com/websiteRipper/gadget_SearchRipped.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RipThatPage.Com: Searching Ripped + RipThatPage.Com: Searching Ripped + Google,Gadgets + + + + + BodyFatEstimateYMCAFormulaCalculatorbyBizCalcscomGadget + Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com + Google Gadgets: Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/body-fat-ymca.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/gg/body-fat-ymca.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com + Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com + Google,Gadgets + + + + + AnniversaryGadget + Anniversary + Google Gadgets: Anniversary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Anniversary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D116546052470211454491%26mid%3D94%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D116546052470211454491%26mid%3D94%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Anniversary + Anniversary + Google,Gadgets + + + + + UniversityofMassachusettsBostonGadget + University of Massachusetts::Boston + Google Gadgets: University of Massachusetts::Boston Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + University of Massachusetts::Boston + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001225130692263366863/cse/dgdpgnxmn0g/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001225130692263366863/cse/dgdpgnxmn0g/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + University of Massachusetts::Boston + University of Massachusetts::Boston + Google,Gadgets + + + + + SpeedToPaceConversionCalculatorbyBizCalcscomGadget + Speed To Pace Conversion Calculator by BizCalcs.com + Google Gadgets: Speed To Pace Conversion Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Speed To Pace Conversion Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/Speed-To-Pace-Conversion.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/gg/Speed-To-Pace-Conversion.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Speed To Pace Conversion Calculator by BizCalcs.com + Speed To Pace Conversion Calculator by BizCalcs.com + Google,Gadgets + + + + + SchoolsOutGadget + Schools Out!!! + Google Gadgets: Schools Out!!! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Schools Out!!! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D100987558119940419935%26mid%3D39%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D100987558119940419935%26mid%3D39%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Schools Out!!! + Schools Out!!! + Google,Gadgets + + + + + Eskiv1Gadget + Eskiv1 + Google Gadgets: Eskiv1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eskiv1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/eskiv1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/eskiv1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eskiv1 + Eskiv1 + Google,Gadgets + + + + + PinDaxHeadlineBoardGadget + PinDax Headline Board + Google Gadgets: PinDax Headline Board Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PinDax Headline Board + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pindax.com/miniBoardXML.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pindax.com/miniBoardXML.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PinDax Headline Board + PinDax Headline Board + Google,Gadgets + + + + + Bomb39sAwayGadget + Bomb's Away + Google Gadgets: Bomb's Away Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bomb's Away + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/bombsawayGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/bombsawayGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bomb's Away + Bomb's Away + Google,Gadgets + + + + + UptonianPetsGadget + Uptonian Pets + Google Gadgets: Uptonian Pets Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Uptonian Pets + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117895261643939502074%26mid%3D74%26url%3Dgm_photo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D117895261643939502074%26mid%3D74%26url%3Dgm_photo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Uptonian Pets + Uptonian Pets + Google,Gadgets + + + + + SearchAmazonGadget + Search Amazon + Google Gadgets: Search Amazon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Amazon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://netremote.com/rss/amazon-big.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://netremote.com/rss/amazon-big.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Amazon + Search Amazon + Google,Gadgets + + + + + AustralianStockExchangeGadget + Australian Stock Exchange + Google Gadgets: Australian Stock Exchange Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Australian Stock Exchange + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://davidhong.id.au/public/google/asx.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://davidhong.id.au/public/google/asx.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Australian Stock Exchange + Australian Stock Exchange + Google,Gadgets + + + + + MiniclipGameRugbyChallengeGadget + Miniclip Game - Rugby Challenge + Google Gadgets: Miniclip Game - Rugby Challenge Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Rugby Challenge + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/rugby-challenge/en/google-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.miniclip.com/games/rugby-challenge/en/google-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Rugby Challenge + Miniclip Game - Rugby Challenge + Google,Gadgets + + + + + ClockGadget + Clock + Google Gadgets: Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clock + + + jp.sf.pal.webparts.Code + <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&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&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 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clock + Clock + Google,Gadgets + + + + + Mixcard1Gadget + Mixcard + Google Gadgets: Mixcard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mixcard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://maneshkallat.googlepages.com/MixpoGadget01.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://maneshkallat.googlepages.com/MixpoGadget01.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mixcard + Mixcard + Google,Gadgets + + + + + BuckleyMessageGadget + Buckley Message!! + Google Gadgets: Buckley Message!! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buckley Message!! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102508318576943635519%26mid%3D88%26url%3Dgm_googlegram.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D102508318576943635519%26mid%3D88%26url%3Dgm_googlegram.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buckley Message!! + Buckley Message!! + Google,Gadgets + + + + + currencyquotesforexGadget + currency quotes : forex + Google Gadgets: currency quotes : forex Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + currency quotes : forex + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ac-markets.com/forex/currencyquotes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ac-markets.com/forex/currencyquotes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + currency quotes : forex + currency quotes : forex + Google,Gadgets + + + + + DivingGadget + Diving + Google Gadgets: Diving Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Diving + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/diving.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/diving.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Diving + Diving + Google,Gadgets + + + + + RSS2convertsRSSandATOMfeedsintoPDFGadget + RSS2 converts RSS and ATOM feeds into PDF + Google Gadgets: RSS2 converts RSS and ATOM feeds into PDF Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RSS2 converts RSS and ATOM feeds into PDF + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rss2.co.uk/gadgets/rss2/rss2_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rss2.co.uk/gadgets/rss2/rss2_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RSS2 converts RSS and ATOM feeds into PDF + RSS2 converts RSS and ATOM feeds into PDF + Google,Gadgets + + + + + MarketingJobsGadget + Marketing Jobs + Google Gadgets: Marketing Jobs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Marketing Jobs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D116598755838222025054%26mid%3D30%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D116598755838222025054%26mid%3D30%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Marketing Jobs + Marketing Jobs + Google,Gadgets + + + + + MaineFestivalsandEventsGadget + Maine Festivals and Events + Google Gadgets: Maine Festivals and Events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Maine Festivals and Events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.maine.info/maine-festivals-google-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.maine.info/maine-festivals-google-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Maine Festivals and Events + Maine Festivals and Events + Google,Gadgets + + + + + bartersiteGadget + barter site + Google Gadgets: barter site Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + barter site + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005997211820440651375/cse/ooqbuzfmshm/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005997211820440651375/cse/ooqbuzfmshm/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + barter site + barter site + Google,Gadgets + + + + + EVREWHEREcomLaunchesGadget + EVREWHERE.com Launches + Google Gadgets: EVREWHERE.com Launches Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EVREWHERE.com Launches + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101278567405182703317%26mid%3D108%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D101278567405182703317%26mid%3D108%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EVREWHERE.com Launches + EVREWHERE.com Launches + Google,Gadgets + + + + + SearchaSiteGadget + Search a Site + Google Gadgets: Search a Site Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search a Site + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chipchamp.googlepages.com/sitesearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chipchamp.googlepages.com/sitesearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search a Site + Search a Site + Google,Gadgets + + + + + UVIndexForecastGadget + UV Index Forecast + Google Gadgets: UV Index Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UV Index Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.aromatic.org/google/uv.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.aromatic.org/google/uv.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UV Index Forecast + UV Index Forecast + Google,Gadgets + + + + + KelpForestLiveCamGadget + Kelp Forest Live Cam + Google Gadgets: Kelp Forest Live Cam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kelp Forest Live Cam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/mbkelp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lsmith2004.googlepages.com/mbkelp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kelp Forest Live Cam + Kelp Forest Live Cam + Google,Gadgets + + + + + bpobayGadget + bpobay + Google Gadgets: bpobay Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + bpobay + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://bpobay.com/bpo-gadgets/books.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://bpobay.com/bpo-gadgets/books.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + bpobay + bpobay + Google,Gadgets + + + + + Top5moviesattheboxofficeGadget + Top 5 movies at the box office + Google Gadgets: Top 5 movies at the box office Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Top 5 movies at the box office + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pramodfanda.info/gadget/top5movies.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pramodfanda.info/gadget/top5movies.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Top 5 movies at the box office + Top 5 movies at the box office + Google,Gadgets + + + + + GoogleBookstoreGadget + Google Bookstore + Google Gadgets: Google Bookstore Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Bookstore + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://g.1o4.jp/module/amazoncom-googlebook.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://g.1o4.jp/module/amazoncom-googlebook.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Bookstore + Google Bookstore + Google,Gadgets + + + + + Socializerbyweb2announcercomGadget + Socializer by web2announcer.com + Google Gadgets: Socializer by web2announcer.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Socializer by web2announcer.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://web2announcer.com/gm/socializer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://web2announcer.com/gm/socializer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Socializer by web2announcer.com + Socializer by web2announcer.com + Google,Gadgets + + + + + GoogleMiniSearchGadget + Google Mini-Search + Google Gadgets: Google Mini-Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Mini-Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://dave.niraj.googlepages.com/gsearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://dave.niraj.googlepages.com/gsearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Mini-Search + Google Mini-Search + Google,Gadgets + + + + + SuperSmashBrosBrawlGadget + Super Smash Bros. Brawl + Google Gadgets: Super Smash Bros. Brawl Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Super Smash Bros. Brawl + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104600220541566402353%26mid%3D60%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D104600220541566402353%26mid%3D60%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Super Smash Bros. Brawl + Super Smash Bros. Brawl + Google,Gadgets + + + + + DataVisualizationSearchGadget + Data Visualization Search + Google Gadgets: Data Visualization Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Data Visualization Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015508547728725058312/cse/e72-8qt96bi/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015508547728725058312/cse/e72-8qt96bi/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Data Visualization Search + Data Visualization Search + Google,Gadgets + + + + + CricketSearchGadget + Cricket Search + Google Gadgets: Cricket Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013439550306667110260/cse/6pasfxe_tyo/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/013439550306667110260/cse/6pasfxe_tyo/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket Search + Cricket Search + Google,Gadgets + + + + + 3DLogicGadget + 3D Logic + Google Gadgets: 3D Logic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3D Logic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/logic.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://radgadget.googlepages.com/logic.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3D Logic + 3D Logic + Google,Gadgets + + + + + TheNotsoDailyKeepingupwithKeatonsGadget + The Not so Daily Keeping up with Keatons + Google Gadgets: The Not so Daily Keeping up with Keatons Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Not so Daily Keeping up with Keatons + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111225460226880673780%26mid%3D96%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D111225460226880673780%26mid%3D96%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Not so Daily Keeping up with Keatons + The Not so Daily Keeping up with Keatons + Google,Gadgets + + + + + TheDailyInsiviaGadget + The Daily Insivia + Google Gadgets: The Daily Insivia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily Insivia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114783671703591942670%26mid%3D84%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D114783671703591942670%26mid%3D84%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily Insivia + The Daily Insivia + Google,Gadgets + + + + + WebExPCNowGadget + WebEx PCNow + Google Gadgets: WebEx PCNow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WebEx PCNow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://pc.mywebexpc.com/pc/gadget.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://pc.mywebexpc.com/pc/gadget.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WebEx PCNow + WebEx PCNow + Google,Gadgets + + + + + ESANewsEuropeanSpaceAgencyGadget + ESA News ?? European Space Agency + Google Gadgets: ESA News ?? European Space Agency Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ESA News ?? European Space Agency + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://esamultimedia.esa.int/multimedia/esagadgets/esanewsfeed.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://esamultimedia.esa.int/multimedia/esagadgets/esanewsfeed.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ESA News ?? European Space Agency + ESA News ?? European Space Agency + Google,Gadgets + + + + + newwmusicGadget + neww* music =] + Google Gadgets: neww* music =] Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + neww* music =] + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102259726489202589316%26mid%3D39%26url%3Dgm_list.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D102259726489202589316%26mid%3D39%26url%3Dgm_list.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + neww* music =] + neww* music =] + Google,Gadgets + + + + + popula8ionGadget + popula8ion + Google Gadgets: popula8ion Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + popula8ion + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008667485857613167644/cse/vz56-gjmqsw/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/008667485857613167644/cse/vz56-gjmqsw/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + popula8ion + popula8ion + Google,Gadgets + + + + + ClayPigeonShooterGadget + Clay Pigeon Shooter + Google Gadgets: Clay Pigeon Shooter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clay Pigeon Shooter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/claypigeonGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/claypigeonGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clay Pigeon Shooter + Clay Pigeon Shooter + Google,Gadgets + + + + + EShangraoFlexSearchEngineGadget + EShangrao Flex Search Engine + Google Gadgets: EShangrao Flex Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EShangrao Flex Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014636269863520481683/cse/skvny-rn9-c/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/014636269863520481683/cse/skvny-rn9-c/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EShangrao Flex Search Engine + EShangrao Flex Search Engine + Google,Gadgets + + + + + StepbyStepOberhausenNewsGadget + Step-by-Step Oberhausen News + Google Gadgets: Step-by-Step Oberhausen News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Step-by-Step Oberhausen News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://step-by-step-oberhausen.de/stepbystep.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://step-by-step-oberhausen.de/stepbystep.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Step-by-Step Oberhausen News + Step-by-Step Oberhausen News + Google,Gadgets + + + + + TheDailyAbuGadget + The Daily Abu + Google Gadgets: The Daily Abu Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily Abu + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113064488066011878509%26mid%3D43%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D113064488066011878509%26mid%3D43%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily Abu + The Daily Abu + Google,Gadgets + + + + + AmazonPriceTrackerGadget + Amazon Price Tracker + Google Gadgets: Amazon Price Tracker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon Price Tracker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://trekkyleaper.is-a-geek.com/aws/google/amznpricetracker.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://trekkyleaper.is-a-geek.com/aws/google/amznpricetracker.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon Price Tracker + Amazon Price Tracker + Google,Gadgets + + + + + MyDairyGadget + My Dairy + Google Gadgets: My Dairy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Dairy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108700747403351308357%26mid%3D99%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D108700747403351308357%26mid%3D99%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Dairy + My Dairy + Google,Gadgets + + + + + mirPodPodcastPlayerGadget + mirPod Podcast Player + Google Gadgets: mirPod Podcast Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + mirPod Podcast Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mirpod.com/igoogle/mirpod_player.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mirpod.com/igoogle/mirpod_player.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + mirPod Podcast Player + mirPod Podcast Player + Google,Gadgets + + + + + MediterranianCruiseGadget + Mediterranian Cruise + Google Gadgets: Mediterranian Cruise Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mediterranian Cruise + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104189179135765707918%26mid%3D32%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D104189179135765707918%26mid%3D32%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mediterranian Cruise + Mediterranian Cruise + Google,Gadgets + + + + + ChuckNorrisisGreatFunGadget + Chuck Norris is Great Fun... + Google Gadgets: Chuck Norris is Great Fun... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Chuck Norris is Great Fun... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111622971236280433842%26mid%3D45%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D111622971236280433842%26mid%3D45%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Chuck Norris is Great Fun... + Chuck Norris is Great Fun... + Google,Gadgets + + + + + dealsebaycomGadget + dealsebay.com + Google Gadgets: dealsebay.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + dealsebay.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002312884548953974149/cse/jfonhtnj_vk/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002312884548953974149/cse/jfonhtnj_vk/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + dealsebay.com + dealsebay.com + Google,Gadgets + + + + + MaBallsGadget + Ma-Balls + Google Gadgets: Ma-Balls Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ma-Balls + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/maballsGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/maballsGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ma-Balls + Ma-Balls + Google,Gadgets + + + + + LSBlogsRandomBlogGadget + LS Blogs - Random Blog + Google Gadgets: LS Blogs - Random Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LS Blogs - Random Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lsblogs.com/gmodule_random_blog.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lsblogs.com/gmodule_random_blog.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LS Blogs - Random Blog + LS Blogs - Random Blog + Google,Gadgets + + + + + MoviefoneNewonDVDGadget + Moviefone: New on DVD + Google Gadgets: Moviefone: New on DVD Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Moviefone: New on DVD + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cdn.digitalcity.com/channelmodules/moviefone_dvd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cdn.digitalcity.com/channelmodules/moviefone_dvd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Moviefone: New on DVD + Moviefone: New on DVD + Google,Gadgets + + + + + EMRTodaySearchEngineGadget + EMR Today Search Engine + Google Gadgets: EMR Today Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EMR Today Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005450292645610919805/cse/vnqx57uvauy/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005450292645610919805/cse/vnqx57uvauy/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EMR Today Search Engine + EMR Today Search Engine + Google,Gadgets + + + + + SpacemanGadget + Spaceman + Google Gadgets: Spaceman Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spaceman + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/spaceman.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/spaceman.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spaceman + Spaceman + Google,Gadgets + + + + + FineTunePlaylistGadget + FineTune Playlist + Google Gadgets: FineTune Playlist Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FineTune Playlist + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chandan619.googlepages.com/finetunewidget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chandan619.googlepages.com/finetunewidget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FineTune Playlist + FineTune Playlist + Google,Gadgets + + + + + AviatorIMPGadget + Aviator IMP + Google Gadgets: Aviator IMP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aviator IMP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/aviatorimpGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/aviatorimpGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aviator IMP + Aviator IMP + Google,Gadgets + + + + + theworldismineGadget + the world is mine... + Google Gadgets: the world is mine... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + the world is mine... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113275417327706752982%26mid%3D73%26url%3Dgm_photo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D113275417327706752982%26mid%3D73%26url%3Dgm_photo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + the world is mine... + the world is mine... + Google,Gadgets + + + + + randomphotofromvphillcomGadget + random photo from vphill.com + Google Gadgets: random photo from vphill.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + random photo from vphill.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://vphill.com/photodatabase/public/modules/daily.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://vphill.com/photodatabase/public/modules/daily.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + random photo from vphill.com + random photo from vphill.com + Google,Gadgets + + + + + NibblesGadget + Nibbles + Google Gadgets: Nibbles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nibbles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/nibblesGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/nibblesGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nibbles + Nibbles + Google,Gadgets + + + + + TennisGadget + Tennis + Google Gadgets: Tennis Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tennis + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/tennisgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/tennisgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tennis + Tennis + Google,Gadgets + + + + + CRSeletronicsSearchEngineGadget + CRSeletronics Search Engine + Google Gadgets: CRSeletronics Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CRSeletronics Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015965666221203825275/cse/98omjbssfh4/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015965666221203825275/cse/98omjbssfh4/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CRSeletronics Search Engine + CRSeletronics Search Engine + Google,Gadgets + + + + + MLSSingleTableGadget + MLS - Single Table + Google Gadgets: MLS - Single Table Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MLS - Single Table + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rrac.net/singletablemls/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rrac.net/singletablemls/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MLS - Single Table + MLS - Single Table + Google,Gadgets + + + + + GenerationGamerzvideoGameFeedGadget + Generation: Gamerz video Game Feed + Google Gadgets: Generation: Gamerz video Game Feed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Generation: Gamerz video Game Feed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://generationgamerz.com/google/gggapi.1.0.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://generationgamerz.com/google/gggapi.1.0.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Generation: Gamerz video Game Feed + Generation: Gamerz video Game Feed + Google,Gadgets + + + + + EskivGadget + Eskiv + Google Gadgets: Eskiv Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eskiv + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/eskiv.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.theweather.tk/googlegadgets/eskiv.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eskiv + Eskiv + Google,Gadgets + + + + + PolarJumpGadget + Polar Jump + Google Gadgets: Polar Jump Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Polar Jump + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/polar-jumpgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/polar-jumpgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Polar Jump + Polar Jump + Google,Gadgets + + + + + VictorGadget + Victor + Google Gadgets: Victor Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Victor + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105330852193769786865%26mid%3D37%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D105330852193769786865%26mid%3D37%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Victor + Victor + Google,Gadgets + + + + + Make39Yes39lyricsGadget + Make 'Yes' lyrics + Google Gadgets: Make 'Yes' lyrics Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Make 'Yes' lyrics + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.eilands.com/xmlgadget/vjon.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.eilands.com/xmlgadget/vjon.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Make 'Yes' lyrics + Make 'Yes' lyrics + Google,Gadgets + + + + + AsynchronousChessGadget + Asynchronous Chess + Google Gadgets: Asynchronous Chess Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Asynchronous Chess + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jflatow.googlepages.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jflatow.googlepages.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Asynchronous Chess + Asynchronous Chess + Google,Gadgets + + + + + ThedailyHeatherGadget + The daily Heather + Google Gadgets: The daily Heather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The daily Heather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110299507883163625573%26mid%3D62%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D110299507883163625573%26mid%3D62%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The daily Heather + The daily Heather + Google,Gadgets + + + + + WorldScoutJamboreeGadget + World Scout Jamboree + Google Gadgets: World Scout Jamboree Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Scout Jamboree + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D100315436056276754659%26mid%3D31%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D100315436056276754659%26mid%3D31%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Scout Jamboree + World Scout Jamboree + Google,Gadgets + + + + + AmazonGadgetGadget + Amazon Gadget + Google Gadgets: Amazon Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.gadgetsearch.net/amazon.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.gadgetsearch.net/amazon.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon Gadget + Amazon Gadget + Google,Gadgets + + + + + WHSmithDesktopSearchGadget + WHSmith Desktop Search + Google Gadgets: WHSmith Desktop Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WHSmith Desktop Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.england06.net/whsmith.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.england06.net/whsmith.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WHSmith Desktop Search + WHSmith Desktop Search + Google,Gadgets + + + + + I39mdonewithschoolforeverGadget + I'm done with school forever + Google Gadgets: I'm done with school forever Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + I'm done with school forever + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105807873534026607122%26mid%3D40%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D105807873534026607122%26mid%3D40%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + I'm done with school forever + I'm done with school forever + Google,Gadgets + + + + + QuoteofthedayGadget + Quote of the day + Google Gadgets: Quote of the day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quote of the day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109691861486962603027%26mid%3D27%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D109691861486962603027%26mid%3D27%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quote of the day + Quote of the day + Google,Gadgets + + + + + CutepicturesofBabiesGadget + Cute pictures of Babies + Google Gadgets: Cute pictures of Babies Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cute pictures of Babies + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113306562464565849673%26mid%3D89%26url%3Dgm_photo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D113306562464565849673%26mid%3D89%26url%3Dgm_photo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cute pictures of Babies + Cute pictures of Babies + Google,Gadgets + + + + + SubnetCalculatorGadget + Subnet Calculator + Google Gadgets: Subnet Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Subnet Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www2.moggert.net/subnetcalc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www2.moggert.net/subnetcalc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Subnet Calculator + Subnet Calculator + Google,Gadgets + + + + + bargaindvdboxsetscomGadget + bargaindvdboxsets.com + Google Gadgets: bargaindvdboxsets.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + bargaindvdboxsets.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006218306786131474505/cse/mddds2jxmfw/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006218306786131474505/cse/mddds2jxmfw/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + bargaindvdboxsets.com + bargaindvdboxsets.com + Google,Gadgets + + + + + FoodBlogSearchGadget + Food Blog Search + Google Gadgets: Food Blog Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Food Blog Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003084314295129404805/cse/72ozi9a0fjk/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/003084314295129404805/cse/72ozi9a0fjk/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Food Blog Search + Food Blog Search + Google,Gadgets + + + + + InverseGoogleChinaGadget + Inverse Google China + Google Gadgets: Inverse Google China Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Inverse Google China + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001647362868805548177/cse/jguzjhh5frq/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001647362868805548177/cse/jguzjhh5frq/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Inverse Google China + Inverse Google China + Google,Gadgets + + + + + YahooMailGadget + Yahoo Mail + Google Gadgets: Yahoo Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~dchee/YahooMail.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.comcast.net/~dchee/YahooMail.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Mail + Yahoo Mail + Google,Gadgets + + + + + BONsaiofloooooveGadget + BONsai of looooove. + Google Gadgets: BONsai of looooove. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BONsai of looooove. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117010850556655770754%26mid%3D53%26url%3Dgm_googlegram.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D117010850556655770754%26mid%3D53%26url%3Dgm_googlegram.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BONsai of looooove. + BONsai of looooove. + Google,Gadgets + + + + + MyspaceProfileLayoutsGadget + Myspace Profile Layouts + Google Gadgets: Myspace Profile Layouts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Myspace Profile Layouts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.myspaceprofilelayout.com/rss.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.myspaceprofilelayout.com/rss.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Myspace Profile Layouts + Myspace Profile Layouts + Google,Gadgets + + + + + SheepishGadget + Sheepish + Google Gadgets: Sheepish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sheepish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/sheepishgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/sheepishgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sheepish + Sheepish + Google,Gadgets + + + + + NapaWineTourLimoServiceGadget + Napa Wine Tour Limo Service + Google Gadgets: Napa Wine Tour Limo Service Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Napa Wine Tour Limo Service + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.elitelimo.net/elitelimo_net4.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.elitelimo.net/elitelimo_net4.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Napa Wine Tour Limo Service + Napa Wine Tour Limo Service + Google,Gadgets + + + + + RPNCalculatorGadget + RPN Calculator + Google Gadgets: RPN Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RPN Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jeanrene.bouvier.googlepages.com/PolishCalc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jeanrene.bouvier.googlepages.com/PolishCalc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RPN Calculator + RPN Calculator + Google,Gadgets + + + + + CastleUnderFireGadget + Castle Under Fire + Google Gadgets: Castle Under Fire Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Castle Under Fire + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/castleunderfire.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.theweather.tk/googlegadgets/castleunderfire.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Castle Under Fire + Castle Under Fire + Google,Gadgets + + + + + InverseGoogleChina1Gadget + Inverse Google China + Google Gadgets: Inverse Google China Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Inverse Google China + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001647362868805548177/cse/jguzjhh5frq/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001647362868805548177/cse/jguzjhh5frq/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Inverse Google China + Inverse Google China + Google,Gadgets + + + + + YahooMail1Gadget + Yahoo Mail + Google Gadgets: Yahoo Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~dchee/YahooMail.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.comcast.net/~dchee/YahooMail.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Mail + Yahoo Mail + Google,Gadgets + + + + + BONsaioflooooove1Gadget + BONsai of looooove. + Google Gadgets: BONsai of looooove. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BONsai of looooove. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117010850556655770754%26mid%3D53%26url%3Dgm_googlegram.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D117010850556655770754%26mid%3D53%26url%3Dgm_googlegram.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BONsai of looooove. + BONsai of looooove. + Google,Gadgets + + + + + MyspaceProfileLayouts1Gadget + Myspace Profile Layouts + Google Gadgets: Myspace Profile Layouts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Myspace Profile Layouts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.myspaceprofilelayout.com/rss.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.myspaceprofilelayout.com/rss.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Myspace Profile Layouts + Myspace Profile Layouts + Google,Gadgets + + + + + Sheepish1Gadget + Sheepish + Google Gadgets: Sheepish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sheepish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/sheepishgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/sheepishgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sheepish + Sheepish + Google,Gadgets + + + + + NapaWineTourLimoService1Gadget + Napa Wine Tour Limo Service + Google Gadgets: Napa Wine Tour Limo Service Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Napa Wine Tour Limo Service + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.elitelimo.net/elitelimo_net4.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.elitelimo.net/elitelimo_net4.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Napa Wine Tour Limo Service + Napa Wine Tour Limo Service + Google,Gadgets + + + + + RPNCalculator1Gadget + RPN Calculator + Google Gadgets: RPN Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RPN Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jeanrene.bouvier.googlepages.com/PolishCalc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jeanrene.bouvier.googlepages.com/PolishCalc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RPN Calculator + RPN Calculator + Google,Gadgets + + + + + CastleUnderFire1Gadget + Castle Under Fire + Google Gadgets: Castle Under Fire Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Castle Under Fire + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/castleunderfire.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.theweather.tk/googlegadgets/castleunderfire.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Castle Under Fire + Castle Under Fire + Google,Gadgets + + + + + GoogleGramGadget + GoogleGram + Google Gadgets: GoogleGram Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GoogleGram + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104201102658408964363%26mid%3D8%26url%3Dgm_googlegram.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D104201102658408964363%26mid%3D8%26url%3Dgm_googlegram.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GoogleGram + GoogleGram + Google,Gadgets + + + + + DailyTelevisionHistoryGadget + Daily Television History + Google Gadgets: Daily Television History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Television History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.on-this-day.com/rss/gadget-tv.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.on-this-day.com/rss/gadget-tv.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Television History + Daily Television History + Google,Gadgets + + + + + BetterLivingThroughTechnologyGadget + Better Living Through Technology + Google Gadgets: Better Living Through Technology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Better Living Through Technology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008136280283931488350/cse/uemuoeg9exq/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/008136280283931488350/cse/uemuoeg9exq/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Better Living Through Technology + Better Living Through Technology + Google,Gadgets + + + + + INTHELIFEOFJOHNGadget + IN THE LIFE OF JOHN..... + Google Gadgets: IN THE LIFE OF JOHN..... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IN THE LIFE OF JOHN..... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117171278033287074604%26mid%3D99%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D117171278033287074604%26mid%3D99%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IN THE LIFE OF JOHN..... + IN THE LIFE OF JOHN..... + Google,Gadgets + + + + + MostRecentBopstasGadget + Most Recent Bopstas + Google Gadgets: Most Recent Bopstas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Most Recent Bopstas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googleidol.com/gadget/gidol.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googleidol.com/gadget/gidol.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Most Recent Bopstas + Most Recent Bopstas + Google,Gadgets + + + + + WebBrowserGadget + Web Browser + Google Gadgets: Web Browser Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Web Browser + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://kloggenerator.googlepages.com/webbrowser.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://kloggenerator.googlepages.com/webbrowser.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Web Browser + Web Browser + Google,Gadgets + + + + + TheWorshipSearchEngineGadget + The Worship Search Engine + Google Gadgets: The Worship Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Worship Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001039511034237223690/cse/xh_rxmlso_k/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001039511034237223690/cse/xh_rxmlso_k/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Worship Search Engine + The Worship Search Engine + Google,Gadgets + + + + + ReadingEagleNewspaperTopArticlesoftheDayGadget + Reading Eagle Newspaper Top Articles of the Day + Google Gadgets: Reading Eagle Newspaper Top Articles of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Reading Eagle Newspaper Top Articles of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.readingeagle.com/ReadingEagleHeadlinesGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.readingeagle.com/ReadingEagleHeadlinesGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Reading Eagle Newspaper Top Articles of the Day + Reading Eagle Newspaper Top Articles of the Day + Google,Gadgets + + + + + MediVoidGadget + MediVoid + Google Gadgets: MediVoid Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MediVoid + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/medivoidGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/medivoidGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MediVoid + MediVoid + Google,Gadgets + + + + + MortgageRateWatchWideGadget + Mortgage Rate Watch - Wide + Google Gadgets: Mortgage Rate Watch - Wide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Rate Watch - Wide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/MRW4.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://andavan.googlepages.com/MRW4.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Rate Watch - Wide + Mortgage Rate Watch - Wide + Google,Gadgets + + + + + TravelocityHotelSearchGadget + Travelocity Hotel Search + Google Gadgets: Travelocity Hotel Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Travelocity Hotel Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://n79.org/modules/travelocityHotel.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://n79.org/modules/travelocityHotel.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Travelocity Hotel Search + Travelocity Hotel Search + Google,Gadgets + + + + + randomnessosityGadget + randomnessosity + Google Gadgets: randomnessosity Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + randomnessosity + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118106966561437642695%26mid%3D39%26url%3Dgm_googlegram.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D118106966561437642695%26mid%3D39%26url%3Dgm_googlegram.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + randomnessosity + randomnessosity + Google,Gadgets + + + + + FrankOfTheDayGadget + Frank Of The Day + Google Gadgets: Frank Of The Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Frank Of The Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102787355789568054268%26mid%3D90%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D102787355789568054268%26mid%3D90%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Frank Of The Day + Frank Of The Day + Google,Gadgets + + + + + ContractionTrackerGadget + Contraction Tracker + Google Gadgets: Contraction Tracker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Contraction Tracker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mattandjoy.com/contractiontracker/api/contractiontracker.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mattandjoy.com/contractiontracker/api/contractiontracker.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Contraction Tracker + Contraction Tracker + Google,Gadgets + + + + + SunlightNetworkPunchclockCampaignGadget + Sunlight Network Punchclock Campaign + Google Gadgets: Sunlight Network Punchclock Campaign Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sunlight Network Punchclock Campaign + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sunlightlabs.com/widgets/google/punchclockbarchart.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sunlightlabs.com/widgets/google/punchclockbarchart.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sunlight Network Punchclock Campaign + Sunlight Network Punchclock Campaign + Google,Gadgets + + + + + ImagetestwidgetGadget + Image test widget + Google Gadgets: Image test widget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Image test widget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/46480da754c67dd4/clearspring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://publish.clearspring.com/current/g/Google/46480da754c67dd4/clearspring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Image test widget + Image test widget + Google,Gadgets + + + + + FlightStatscomGadget + FlightStats.com + Google Gadgets: FlightStats.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FlightStats.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.flightstats.com/go/Downloads/AddGoogleHomePageAllInOne.module&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.flightstats.com/go/Downloads/AddGoogleHomePageAllInOne.module + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FlightStats.com + FlightStats.com + Google,Gadgets + + + + + BrookoftheDayGadget + Brook of the Day + Google Gadgets: Brook of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Brook of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101923348492039260626%26mid%3D94%26url%3Dgm_photo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D101923348492039260626%26mid%3D94%26url%3Dgm_photo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Brook of the Day + Brook of the Day + Google,Gadgets + + + + + BellCanadaGadget + Bell Canada + Google Gadgets: Bell Canada Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bell Canada + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105616105335811714361%26mid%3D26%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D105616105335811714361%26mid%3D26%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bell Canada + Bell Canada + Google,Gadgets + + + + + SAPSearchEngineGadget + SAP Search Engine + Google Gadgets: SAP Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SAP Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014092361795124232200/cse/xaz7fpab7eu/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/014092361795124232200/cse/xaz7fpab7eu/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SAP Search Engine + SAP Search Engine + Google,Gadgets + + + + + SearchInSiteGadget + Search In Site + Google Gadgets: Search In Site Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search In Site + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/base/a/1261794/D12895465866707792195&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/base/a/1261794/D12895465866707792195 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search In Site + Search In Site + Google,Gadgets + + + + + BilliardsGadget + Billiards + Google Gadgets: Billiards Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Billiards + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/Billiardsgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/Billiardsgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Billiards + Billiards + Google,Gadgets + + + + + NintendoWiiReleaseCountdownNederlandGadget + Nintendo Wii - Release Countdown (Nederland) + Google Gadgets: Nintendo Wii - Release Countdown (Nederland) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nintendo Wii - Release Countdown (Nederland) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://members.lycos.nl/maikelsteneker/wii.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://members.lycos.nl/maikelsteneker/wii.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nintendo Wii - Release Countdown (Nederland) + Nintendo Wii - Release Countdown (Nederland) + Google,Gadgets + + + + + CosmicSwitchGadget + Cosmic Switch + Google Gadgets: Cosmic Switch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cosmic Switch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/cosmicswitch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/cosmicswitch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cosmic Switch + Cosmic Switch + Google,Gadgets + + + + + DigitalScrapbookingSearchEngineGadget + Digital Scrapbooking Search Engine + Google Gadgets: Digital Scrapbooking Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Digital Scrapbooking Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004751653837727223980/cse/vw1goomxlxa/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/004751653837727223980/cse/vw1goomxlxa/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Digital Scrapbooking Search Engine + Digital Scrapbooking Search Engine + Google,Gadgets + + + + + JanoosIPtoCountryGadget + Janoos IP to Country + Google Gadgets: Janoos IP to Country Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Janoos IP to Country + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Janoos IP to Country + Janoos IP to Country + Google,Gadgets + + + + + DoItYourselfcomSearchEngineGadget + DoItYourself.com Search Engine + Google Gadgets: DoItYourself.com Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DoItYourself.com Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001590987097188515156/cse/mnzw9txmkiu/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001590987097188515156/cse/mnzw9txmkiu/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DoItYourself.com Search Engine + DoItYourself.com Search Engine + Google,Gadgets + + + + + SAPSearchGadget + SAP Search + Google Gadgets: SAP Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SAP Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011731639548191095650/cse/fzpxsuyhk_y/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/011731639548191095650/cse/fzpxsuyhk_y/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SAP Search + SAP Search + Google,Gadgets + + + + + TheDailyDaniel420Gadget + The Daily Daniel 4:20 + Google Gadgets: The Daily Daniel 4:20 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily Daniel 4:20 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105441607666985747897%26mid%3D51%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D105441607666985747897%26mid%3D51%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily Daniel 4:20 + The Daily Daniel 4:20 + Google,Gadgets + + + + + WelcometotheWorldGadget + Welcome to the World + Google Gadgets: Welcome to the World Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Welcome to the World + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112412410286589676982%26mid%3D23%26url%3Dgm_googlegram.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D112412410286589676982%26mid%3D23%26url%3Dgm_googlegram.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Welcome to the World + Welcome to the World + Google,Gadgets + + + + + CuriousCatScienceandEngineeringSearchGadget + Curious Cat Science and Engineering Search + Google Gadgets: Curious Cat Science and Engineering Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Curious Cat Science and Engineering Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002278424765197393586/cse/o_tthvsj9aa/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002278424765197393586/cse/o_tthvsj9aa/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Curious Cat Science and Engineering Search + Curious Cat Science and Engineering Search + Google,Gadgets + + + + + JumpagonGadget + Jumpagon + Google Gadgets: Jumpagon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jumpagon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/jumpagonGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/jumpagonGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jumpagon + Jumpagon + Google,Gadgets + + + + + MoodJamGadget + MoodJam + Google Gadgets: MoodJam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MoodJam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://moodjam.org/gadgets/moodjam.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://moodjam.org/gadgets/moodjam.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MoodJam + MoodJam + Google,Gadgets + + + + + OpeningDayGadget + Opening Day + Google Gadgets: Opening Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Opening Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114038763246670158564%26mid%3D77%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D114038763246670158564%26mid%3D77%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Opening Day + Opening Day + Google,Gadgets + + + + + LyradejourGadget + Lyra de jour + Google Gadgets: Lyra de jour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lyra de jour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118034486951080563166%26mid%3D75%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D118034486951080563166%26mid%3D75%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lyra de jour + Lyra de jour + Google,Gadgets + + + + + ArchitectureNewsCompetitionsArchiseekcomGadget + Architecture News / Competitions - Archiseek.com + Google Gadgets: Architecture News / Competitions - Archiseek.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Architecture News / Competitions - Archiseek.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.archiseek.com/google_homepage_module_archiseek.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.archiseek.com/google_homepage_module_archiseek.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Architecture News / Competitions - Archiseek.com + Architecture News / Competitions - Archiseek.com + Google,Gadgets + + + + + macrofotografiacombrGadget + macrofotografia.com.br + Google Gadgets: macrofotografia.com.br Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + macrofotografia.com.br + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.macrofotografia.com.br/google/macro.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.macrofotografia.com.br/google/macro.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + macrofotografia.com.br + macrofotografia.com.br + Google,Gadgets + + + + + PopularWebVideosGadget + Popular Web Videos + Google Gadgets: Popular Web Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Web Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/widget/gadget_popular_web.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ulinkx.com/widget/gadget_popular_web.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Web Videos + Popular Web Videos + Google,Gadgets + + + + + SudokuGadget + Sudoku + Google Gadgets: Sudoku Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sudoku + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/thevardamirnolimon/Gadget/Gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geocities.com/thevardamirnolimon/Gadget/Gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sudoku + Sudoku + Google,Gadgets + + + + + TheDailyDoingsGadget + The Daily Doings + Google Gadgets: The Daily Doings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily Doings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113038127744412573089%26mid%3D85%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D113038127744412573089%26mid%3D85%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily Doings + The Daily Doings + Google,Gadgets + + + + + HeadlineNewsGadget + Headline News + Google Gadgets: Headline News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Headline News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4649d891854002f6/clearspring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://publish.clearspring.com/current/g/Google/4649d891854002f6/clearspring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Headline News + Headline News + Google,Gadgets + + + + + EVEOnlineDevBlogsGadget + EVE Online Dev Blogs + Google Gadgets: EVE Online Dev Blogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EVE Online Dev Blogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.i868.co.uk/eve/devblogs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.i868.co.uk/eve/devblogs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EVE Online Dev Blogs + EVE Online Dev Blogs + Google,Gadgets + + + + + TheDailyGraceGadget + The Daily Grace + Google Gadgets: The Daily Grace Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily Grace + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102726672015287023450%26mid%3D27%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D102726672015287023450%26mid%3D27%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily Grace + The Daily Grace + Google,Gadgets + + + + + NewMysteryBookReleasesGadget + New Mystery Book Releases + Google Gadgets: New Mystery Book Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Mystery Book Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/books/mystery/new.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/books/mystery/new.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Mystery Book Releases + New Mystery Book Releases + Google,Gadgets + + + + + WhiteSmokecheckyourwritingGadget + WhiteSmoke: check your writing + Google Gadgets: WhiteSmoke: check your writing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WhiteSmoke: check your writing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://enrichment.whitesmoke.com/clients/google_client.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://enrichment.whitesmoke.com/clients/google_client.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WhiteSmoke: check your writing + WhiteSmoke: check your writing + Google,Gadgets + + + + + WindforecastforAmerica39scupGadget + Wind forecast for America's cup + Google Gadgets: Wind forecast for America's cup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wind forecast for America's cup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://weather.switzerland.googlepages.com/WFAC.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://weather.switzerland.googlepages.com/WFAC.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wind forecast for America's cup + Wind forecast for America's cup + Google,Gadgets + + + + + PreferredLimousineServiceNapaandSonomaWineToursGadget + Preferred Limousine Service Napa and Sonoma Wine Tours + Google Gadgets: Preferred Limousine Service Napa and Sonoma Wine Tours Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Preferred Limousine Service Napa and Sonoma Wine Tours + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.preferred-limo.com/preferredlimo2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.preferred-limo.com/preferredlimo2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Preferred Limousine Service Napa and Sonoma Wine Tours + Preferred Limousine Service Napa and Sonoma Wine Tours + Google,Gadgets + + + + + StarshipElevenGadget + Starship Eleven + Google Gadgets: Starship Eleven Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Starship Eleven + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/starshipelevenfull_neodelightGadget.Xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/starshipelevenfull_neodelightGadget.Xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Starship Eleven + Starship Eleven + Google,Gadgets + + + + + StoneBreakerGadget + Stone Breaker + Google Gadgets: Stone Breaker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stone Breaker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/stonebreaker.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/stonebreaker.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stone Breaker + Stone Breaker + Google,Gadgets + + + + + TransWandsworthLiveGadget + TransWandsworth Live + Google Gadgets: TransWandsworth Live Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TransWandsworth Live + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.transwandsworth.co.uk/google/live.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.transwandsworth.co.uk/google/live.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TransWandsworth Live + TransWandsworth Live + Google,Gadgets + + + + + WarGamesGadget + War Games + Google Gadgets: War Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + War Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/wargamesgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/wargamesgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + War Games + War Games + Google,Gadgets + + + + + IdealWeightCalculatorbyBizCalcscomGadget + Ideal Weight Calculator by BizCalcs.com + Google Gadgets: Ideal Weight Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ideal Weight Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/ideal-weight.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/gg/ideal-weight.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ideal Weight Calculator by BizCalcs.com + Ideal Weight Calculator by BizCalcs.com + Google,Gadgets + + + + + ebooksearchGadget + ebook search: + Google Gadgets: ebook search: Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ebook search: + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004798099194550741737/cse/q_g80ujebkq/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/004798099194550741737/cse/q_g80ujebkq/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ebook search: + ebook search: + Google,Gadgets + + + + + PublicPicasaWebAlbumsGadget + Public Picasa Web Albums + Google Gadgets: Public Picasa Web Albums Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Public Picasa Web Albums + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mypages.vicarica.com-a.googlepages.com/table10pics.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mypages.vicarica.com-a.googlepages.com/table10pics.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Public Picasa Web Albums + Public Picasa Web Albums + Google,Gadgets + + + + + MySunshineGadget + My Sunshine + Google Gadgets: My Sunshine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Sunshine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D107495253201590825329%26mid%3D28%26url%3Dgm_googlegram.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D107495253201590825329%26mid%3D28%26url%3Dgm_googlegram.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Sunshine + My Sunshine + Google,Gadgets + + + + + GoogleImageSearchGadget + Google Image Search + Google Gadgets: Google Image Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Image Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/imagesearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nuzs.com/imagesearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Image Search + Google Image Search + Google,Gadgets + + + + + NaturalEnglandGadget + Natural England + Google Gadgets: Natural England Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Natural England + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010476233810196394646/cse/j3joeevl72k/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010476233810196394646/cse/j3joeevl72k/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Natural England + Natural England + Google,Gadgets + + + + + NewsreelMSNBCNewsGadget + Newsreel MSNBC News + Google Gadgets: Newsreel MSNBC News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel MSNBC News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-msn.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-msn.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel MSNBC News + Newsreel MSNBC News + Google,Gadgets + + + + + IsleofViewDailyInsightGadget + Isle of View Daily Insight + Google Gadgets: Isle of View Daily Insight Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Isle of View Daily Insight + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.isleofview.net/isleofview.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.isleofview.net/isleofview.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Isle of View Daily Insight + Isle of View Daily Insight + Google,Gadgets + + + + + HAPPYFATHERSDAYGadget + HAPPY FATHERS DAY + Google Gadgets: HAPPY FATHERS DAY Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HAPPY FATHERS DAY + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D106294687114152848234%26mid%3D24%26url%3Dgm_googlegram.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D106294687114152848234%26mid%3D24%26url%3Dgm_googlegram.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HAPPY FATHERS DAY + HAPPY FATHERS DAY + Google,Gadgets + + + + + LocalcouponspoweredbyZiXXoGadget + Local coupons (powered by ZiXXo) + Google Gadgets: Local coupons (powered by ZiXXo) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local coupons (powered by ZiXXo) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zixxo.com/zwidget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zixxo.com/zwidget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local coupons (powered by ZiXXo) + Local coupons (powered by ZiXXo) + Google,Gadgets + + + + + Dylan39sThingymajigamabobGadget + Dylan's Thingymajigamabob + Google Gadgets: Dylan's Thingymajigamabob Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dylan's Thingymajigamabob + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109749727967342919797%26mid%3D91%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D109749727967342919797%26mid%3D91%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dylan's Thingymajigamabob + Dylan's Thingymajigamabob + Google,Gadgets + + + + + SurfTaylorsMistakeGadget + Surf - Taylors Mistake + Google Gadgets: Surf - Taylors Mistake Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Surf - Taylors Mistake + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sjonesyboy.googlepages.com/final2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sjonesyboy.googlepages.com/final2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Surf - Taylors Mistake + Surf - Taylors Mistake + Google,Gadgets + + + + + MyFavoriteYoutubeVideosGadget + My Favorite Youtube Videos + Google Gadgets: My Favorite Youtube Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Favorite Youtube Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117697390673041861270%26mid%3D72%26url%3Dgm_youtube.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D117697390673041861270%26mid%3D72%26url%3Dgm_youtube.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Favorite Youtube Videos + My Favorite Youtube Videos + Google,Gadgets + + + + + ToyCarRaceGadget + Toy Car Race + Google Gadgets: Toy Car Race Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Toy Car Race + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/toycarsgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/toycarsgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Toy Car Race + Toy Car Race + Google,Gadgets + + + + + ARC39sNATOReasearchCenterGadget + ARC's NATO Reasearch Center + Google Gadgets: ARC's NATO Reasearch Center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ARC's NATO Reasearch Center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010875791129769008394/cse/h4xszmtvvrk/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010875791129769008394/cse/h4xszmtvvrk/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ARC's NATO Reasearch Center + ARC's NATO Reasearch Center + Google,Gadgets + + + + + EndofHighSchoolGadget + End of High School + Google Gadgets: End of High School Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + End of High School + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D103046470039280428362%26mid%3D14%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D103046470039280428362%26mid%3D14%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + End of High School + End of High School + Google,Gadgets + + + + + RTLLibraryCustomizedSearchGadget + RTL Library Customized Search + Google Gadgets: RTL Library Customized Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RTL Library Customized Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001714153504219385822/cse/e00dq9m0u7w/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001714153504219385822/cse/e00dq9m0u7w/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RTL Library Customized Search + RTL Library Customized Search + Google,Gadgets + + + + + LiveUSDXGadget + Live USDX + Google Gadgets: Live USDX Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live USDX + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jack.palmadesso.googlepages.com/LiveUSDX.txt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jack.palmadesso.googlepages.com/LiveUSDX.txt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live USDX + Live USDX + Google,Gadgets + + + + + RedOrbitVideoNewsGadget + RedOrbit Video News + Google Gadgets: RedOrbit Video News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RedOrbit Video News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://master.redorbit.com/modules/news/googlehome/video.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://master.redorbit.com/modules/news/googlehome/video.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RedOrbit Video News + RedOrbit Video News + Google,Gadgets + + + + + Relatimegradient_blueGadget + Relatime gradient_blue + Google Gadgets: Relatime gradient_blue Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Relatime gradient_blue + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://rtproject.googlepages.com/rt_gradient_blue.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://rtproject.googlepages.com/rt_gradient_blue.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Relatime gradient_blue + Relatime gradient_blue + Google,Gadgets + + + + + FroggerGadget + Frogger + Google Gadgets: Frogger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Frogger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/frogger.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.gadgetgamez.com/frogger.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Frogger + Frogger + Google,Gadgets + + + + + ThingsthatmakeyouthinkGadget + Things that make you think + Google Gadgets: Things that make you think Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Things that make you think + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D106788297907595510908%26mid%3D82%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D106788297907595510908%26mid%3D82%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Things that make you think + Things that make you think + Google,Gadgets + + + + + RubensGadget + Rubens + Google Gadgets: Rubens Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rubens + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113737556590348087094%26mid%3D88%26url%3Dgm_photo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D113737556590348087094%26mid%3D88%26url%3Dgm_photo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rubens + Rubens + Google,Gadgets + + + + + registrtaionformGadget + registrtaion form + Google Gadgets: registrtaion form Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + registrtaion form + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.formlogix.com/Gadgets/registartion_v2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.formlogix.com/Gadgets/registartion_v2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + registrtaion form + registrtaion form + Google,Gadgets + + + + + BallyTotalFitnessCalorieCalculatorGadget + Bally Total Fitness Calorie Calculator + Google Gadgets: Bally Total Fitness Calorie Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bally Total Fitness Calorie Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://69.20.106.104/ballycalculator.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://69.20.106.104/ballycalculator.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bally Total Fitness Calorie Calculator + Bally Total Fitness Calorie Calculator + Google,Gadgets + + + + + eBayWatcherGadget + eBay Watcher + Google Gadgets: eBay Watcher Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + eBay Watcher + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://n79.org/modules/ebayWatcher.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://n79.org/modules/ebayWatcher.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + eBay Watcher + eBay Watcher + Google,Gadgets + + + + + YellisforLifeGadget + Yellis for Life + Google Gadgets: Yellis for Life Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yellis for Life + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D107166971927265643120%26mid%3D58%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D107166971927265643120%26mid%3D58%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yellis for Life + Yellis for Life + Google,Gadgets + + + + + TheDailyYukaGadget + The Daily Yuka + Google Gadgets: The Daily Yuka Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily Yuka + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118406667899567615254%26mid%3D17%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D118406667899567615254%26mid%3D17%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily Yuka + The Daily Yuka + Google,Gadgets + + + + + danhellercomRandomPhotoGadget + danheller.com Random Photo + Google Gadgets: danheller.com Random Photo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + danheller.com Random Photo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.danheller.com/random_img.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.danheller.com/random_img.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + danheller.com Random Photo + danheller.com Random Photo + Google,Gadgets + + + + + WikipediaFeaturedArticleGadget + Wikipedia Featured Article + Google Gadgets: Wikipedia Featured Article Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipedia Featured Article + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://calebegg.com/wikipedia.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://calebegg.com/wikipedia.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipedia Featured Article + Wikipedia Featured Article + Google,Gadgets + + + + + AmericanAirlinesGadget + American Airlines + Google Gadgets: American Airlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + American Airlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/gadgads/aa/aa_ie_link_site.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/gadgads/aa/aa_ie_link_site.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + American Airlines + American Airlines + Google,Gadgets + + + + + GooZeeGadget + GooZee + Google Gadgets: GooZee Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GooZee + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016925729212334848828/cse/gr8yusdgz9g/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/016925729212334848828/cse/gr8yusdgz9g/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GooZee + GooZee + Google,Gadgets + + + + + TheRotoFeedGadgetGadget + The RotoFeed Gadget + Google Gadgets: The RotoFeed Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The RotoFeed Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ilipner.googlepages.com/rotofeedwidget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ilipner.googlepages.com/rotofeedwidget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The RotoFeed Gadget + The RotoFeed Gadget + Google,Gadgets + + + + + UnitedWeDanceGadget + United We Dance + Google Gadgets: United We Dance Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + United We Dance + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/unitedbush.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://radgadget.googlepages.com/unitedbush.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + United We Dance + United We Dance + Google,Gadgets + + + + + CaliforniaStateUniversityChicoGadget + California State University, Chico + Google Gadgets: California State University, Chico Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + California State University, Chico + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/009965582105046329619/cse/movib6cfhii/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/009965582105046329619/cse/movib6cfhii/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + California State University, Chico + California State University, Chico + Google,Gadgets + + + + + RodneyRumford39sFoodforThoughtGadget + Rodney Rumford's Food for Thought + Google Gadgets: Rodney Rumford's Food for Thought Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rodney Rumford's Food for Thought + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115374933050585953517%26mid%3D60%26url%3Dgm_dailyme.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D115374933050585953517%26mid%3D60%26url%3Dgm_dailyme.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rodney Rumford's Food for Thought + Rodney Rumford's Food for Thought + Google,Gadgets + + + + + OurTwoYearsGadget + Our Two Years! + Google Gadgets: Our Two Years! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Our Two Years! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104670808285168591599%26mid%3D56%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D104670808285168591599%26mid%3D56%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Our Two Years! + Our Two Years! + Google,Gadgets + + + + + SheepRacerGadget + Sheep Racer + Google Gadgets: Sheep Racer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sheep Racer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/sheep-racerGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/sheep-racerGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sheep Racer + Sheep Racer + Google,Gadgets + + + + + AIDPublicationsGadget + AID Publications + Google Gadgets: AID Publications Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AID Publications + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118015256152752727698%26mid%3D39%26url%3Dgm_freeform.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D118015256152752727698%26mid%3D39%26url%3Dgm_freeform.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AID Publications + AID Publications + Google,Gadgets + + + + + NewYorkCitySubwayFinderGadget + New York City Subway Finder + Google Gadgets: New York City Subway Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New York City Subway Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.newyorkontap.com/gadgets/gadgetAddress.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.newyorkontap.com/gadgets/gadgetAddress.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New York City Subway Finder + New York City Subway Finder + Google,Gadgets + + + + + FacebookGadget + Facebook + Google Gadgets: Facebook Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Facebook + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://fb.blueeclipsedesign.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://fb.blueeclipsedesign.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Facebook + Facebook + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-new-ja/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-new-ja/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-new-ja/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-new-ja + war + 0.3 + Google Gadgets New For Japanese Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-new-ja + + Property changes on: googlegadgets/trunk/googlegadgets-new-ja/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7613 @@ + + + + + + GoogleGadget + Google???????????????????????????????????????????????????????????? + Google Gadgets: Google???????????????????????????????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google???????????????????????????????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Googleトランジット(乗り換え検索)時刻入力つき&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Googleトランジット(乗り換え検索)時刻入力つき + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google???????????????????????????????????????????????????????????? + Google???????????????????????????????????????????????????????????? + Google,Gadgets + + + + + CountdowntoJapanGadget + Countdown to Japan + Google Gadgets: Countdown to Japan Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Countdown to Japan + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Countdown to Japan&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Countdown to Japan + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Countdown to Japan + Countdown to Japan + Google,Gadgets + + + + + RSS5Gadget + RSS????????????5??? + Google Gadgets: RSS????????????5??? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RSS????????????5??? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RSSタブ表示5個&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RSSタブ表示5個 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RSS????????????5??? + RSS????????????5??? + Google,Gadgets + + + + + JTBOnlineGadget + JTB Online ????????? + Google Gadgets: JTB Online ????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JTB Online ????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=JTB Online 宿検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=JTB Online 宿検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JTB Online ????????? + JTB Online ????????? + Google,Gadgets + + + + + YahooGadget + Yahoo!?????????????????? + Google Gadgets: Yahoo!?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo!?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo!トラベル検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo!トラベル検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo!?????????????????? + Yahoo!?????????????????? + Google,Gadgets + + + + + GyaOGadget + GyaO ?????? + Google Gadgets: GyaO ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GyaO ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GyaO 音楽&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GyaO 音楽 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GyaO ?????? + GyaO ?????? + Google,Gadgets + + + + + TSUTAYAonlineGadget + TSUTAYA online ?????? + Google Gadgets: TSUTAYA online ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TSUTAYA online ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TSUTAYA online 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TSUTAYA online 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TSUTAYA online ?????? + TSUTAYA online ?????? + Google,Gadgets + + + + + AmazonRankJPGadget + Amazon Rank (JP) + Google Gadgets: Amazon Rank (JP) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon Rank (JP) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon Rank (JP)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon Rank (JP) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon Rank (JP) + Amazon Rank (JP) + Google,Gadgets + + + + + AMNGadget + AMN????????? + Google Gadgets: AMN????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AMN????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AMNブログ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AMNブログ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AMN????????? + AMN????????? + Google,Gadgets + + + + + IMPACTGadget + IMPACT + Google Gadgets: IMPACT Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IMPACT + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IMPACT&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IMPACT + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IMPACT + IMPACT + Google,Gadgets + + + + + FeedsinTabsGadget + Feeds in Tabs + Google Gadgets: Feeds in Tabs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Feeds in Tabs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Feeds in Tabs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Feeds in Tabs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Feeds in Tabs + Feeds in Tabs + Google,Gadgets + + + + + ksrGadget + ksr???????????????????????? + Google Gadgets: ksr???????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ksr???????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ksrレーダー雨量表示&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ksrレーダー雨量表示 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ksr???????????????????????? + ksr???????????????????????? + Google,Gadgets + + + + + NintendoGadget + Nintendo ???????????? + Google Gadgets: Nintendo ???????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nintendo ???????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nintendo ファン!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nintendo ファン! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nintendo ???????????? + Nintendo ???????????? + Google,Gadgets + + + + + F1Gadget + F1???????????????????????????????????? + Google Gadgets: F1???????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1???????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=F1ニュースフィードリーダー&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=F1ニュースフィードリーダー + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1???????????????????????????????????? + F1???????????????????????????????????? + Google,Gadgets + + + + + HMVGadget + HMV ?????? + Google Gadgets: HMV ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HMV ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HMV 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HMV 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HMV ?????? + HMV ?????? + Google,Gadgets + + + + + bizGadget + ???????????????????????????.biz + Google Gadgets: ???????????????????????????.biz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ???????????????????????????.biz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ビジネスホテル予約.biz&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ビジネスホテル予約.biz + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ???????????????????????????.biz + ???????????????????????????.biz + Google,Gadgets + + + + + PoweredbyGoogleGadget + ?????????????????? Powered by Google + Google Gadgets: ?????????????????? Powered by Google Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ?????????????????? Powered by Google + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=有名人顔検索 Powered by Google&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=有名人顔検索 Powered by Google + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ?????????????????? Powered by Google + ?????????????????? Powered by Google + Google,Gadgets + + + + + NABBYGadget + NABBY??????????????? + Google Gadgets: NABBY??????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NABBY??????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NABBYハテナ検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NABBYハテナ検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NABBY??????????????? + NABBY??????????????? + Google,Gadgets + + + + + F1NewsFeedReaderGadget + F1 News Feed Reader + Google Gadgets: F1 News Feed Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1 News Feed Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=F1 News Feed Reader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=F1 News Feed Reader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1 News Feed Reader + F1 News Feed Reader + Google,Gadgets + + + + + motoGPGadget + motoGP???????????????????????????????????? + Google Gadgets: motoGP???????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + motoGP???????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=motoGPニュースフィードリーダー&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=motoGPニュースフィードリーダー + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + motoGP???????????????????????????????????? + motoGP???????????????????????????????????? + Google,Gadgets + + + + + AmazonReaderGadget + Amazon Reader + Google Gadgets: Amazon Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon Reader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon Reader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon Reader + Amazon Reader + Google,Gadgets + + + + + RSS3Gadget + RSS????????????3??? + Google Gadgets: RSS????????????3??? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RSS????????????3??? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RSSタブ表示3個&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RSSタブ表示3個 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RSS????????????3??? + RSS????????????3??? + Google,Gadgets + + + + + AmazonGadget + Amazon ?????????????????? + Google Gadgets: Amazon ?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索(ミニ)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索(ミニ) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????????????????? + Amazon ?????????????????? + Google,Gadgets + + + + + 95er39sAnthemGadget + 9-5er's Anthem + Google Gadgets: 9-5er's Anthem Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 9-5er's Anthem + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=9-5er's Anthem&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=9-5er's Anthem + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 9-5er's Anthem + 9-5er's Anthem + Google,Gadgets + + + + + MeHahaGadget + Me Haha + Google Gadgets: Me Haha Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Me Haha + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Me Haha&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Me Haha + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Me Haha + Me Haha + Google,Gadgets + + + + + Amazon1Gadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + comRSSGadget + ????????????.com - ?????????RSS + Google Gadgets: ????????????.com - ?????????RSS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????.com - ?????????RSS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=食べログ.com - 検索&RSS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=食べログ.com - 検索&RSS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????.com - ?????????RSS + ????????????.com - ?????????RSS + Google,Gadgets + + + + + jpGadget + ??????????????????.jp/??????????????????????????????????????????????????? + Google Gadgets: ??????????????????.jp/??????????????????????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ??????????????????.jp/??????????????????????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ナインダーツ.jp/ダーツグッズ週間商品人気ランキング&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ナインダーツ.jp/ダーツグッズ週間商品人気ランキング + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ??????????????????.jp/??????????????????????????????????????????????????? + ??????????????????.jp/??????????????????????????????????????????????????? + Google,Gadgets + + + + + NABBY1Gadget + NABBY?????????????????? + Google Gadgets: NABBY?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NABBY?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NABBY週間天気予報&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NABBY週間天気予報 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NABBY?????????????????? + NABBY?????????????????? + Google,Gadgets + + + + + ediondirectGadget + edion direct???????????????????????????????????? + Google Gadgets: edion direct???????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + edion direct???????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=edion direct【エディオンダイレクト】&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=edion direct【エディオンダイレクト】 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + edion direct???????????????????????????????????? + edion direct???????????????????????????????????? + Google,Gadgets + + + + + PINGxPONGGadget + PINGxPONG + Google Gadgets: PINGxPONG Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PINGxPONG + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PINGxPONG&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PINGxPONG + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PINGxPONG + PINGxPONG + Google,Gadgets + + + + + 4thMEDIAGadget + 4th MEDIA?????????????????? + Google Gadgets: 4th MEDIA?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 4th MEDIA?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=4th MEDIA(サッカー)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=4th MEDIA(サッカー) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 4th MEDIA?????????????????? + 4th MEDIA?????????????????? + Google,Gadgets + + + + + CDGadget + ????????????????????????CD?????????????????? + Google Gadgets: ????????????????????????CD?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????????????????CD?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=コンピ☆メロ新曲CDレびゅレびゅ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=コンピ☆メロ新曲CDレびゅレびゅ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????????????????CD?????????????????? + ????????????????????????CD?????????????????? + Google,Gadgets + + + + + ChoistudyGadget + Choistudy + Google Gadgets: Choistudy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Choistudy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Choistudy&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Choistudy + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Choistudy + Choistudy + Google,Gadgets + + + + + Today39sJapaneseNewspapersGadget + ????????????????????? - Today's Japanese Newspapers + Google Gadgets: ????????????????????? - Today's Japanese Newspapers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????????????? - Today's Japanese Newspapers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=新しい日本新聞 - Today's Japanese Newspapers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=新しい日本新聞 - Today's Japanese Newspapers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????????????? - Today's Japanese Newspapers + ????????????????????? - Today's Japanese Newspapers + Google,Gadgets + + + + + Amazon2Gadget + Amazon?????????????????? + Google Gadgets: Amazon?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazonベストセラー&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazonベストセラー + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon?????????????????? + Amazon?????????????????? + Google,Gadgets + + + + + FileQbyLISONALGadget + FileQ by LISONAL + Google Gadgets: FileQ by LISONAL Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FileQ by LISONAL + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FileQ by LISONAL&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FileQ by LISONAL + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FileQ by LISONAL + FileQ by LISONAL + Google,Gadgets + + + + + ITGadget + ????????????????????? - ???IT??? + Google Gadgets: ????????????????????? - ???IT??? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????????????? - ???IT??? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=イザ!ニュース - 【IT】&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=イザ!ニュース - 【IT】 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????????????? - ???IT??? + ????????????????????? - ???IT??? + Google,Gadgets + + + + + PS2Gadget + PS2???????????????????????? + Google Gadgets: PS2???????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PS2???????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PS2ゲームどうなの?&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PS2ゲームどうなの? + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PS2???????????????????????? + PS2???????????????????????? + Google,Gadgets + + + + + WINECOMMUNITYGadget + WINE COMMUNITY ?????????????????? + Google Gadgets: WINE COMMUNITY ?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WINE COMMUNITY ?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WINE COMMUNITY 新着商品紹介&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WINE COMMUNITY 新着商品紹介 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WINE COMMUNITY ?????????????????? + WINE COMMUNITY ?????????????????? + Google,Gadgets + + + + + comRSS1Gadget + ??????.com - ?????????RSS + Google Gadgets: ??????.com - ?????????RSS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ??????.com - ?????????RSS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=価格.com - 検索&RSS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=価格.com - 検索&RSS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ??????.com - ?????????RSS + ??????.com - ?????????RSS + Google,Gadgets + + + + + JbookGadget + Jbook ????????????????????????????????? + Google Gadgets: Jbook ????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jbook ????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jbook リアルタイムランキング&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jbook リアルタイムランキング + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jbook ????????????????????????????????? + Jbook ????????????????????????????????? + Google,Gadgets + + + + + moraGadget + mora ????????? + Google Gadgets: mora ????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + mora ????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=mora ランク&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=mora ランク + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + mora ????????? + mora ????????? + Google,Gadgets + + + + + mora1Gadget + mora ????????????????????? + Google Gadgets: mora ????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + mora ????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=mora ニューリリース&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=mora ニューリリース + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + mora ????????????????????? + mora ????????????????????? + Google,Gadgets + + + + + DeanimatorGadget + Deanimator + Google Gadgets: Deanimator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deanimator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Deanimator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Deanimator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deanimator + Deanimator + Google,Gadgets + + + + + Yahoo1Gadget + Yahoo!?????????????????? - ?????????????????? + Google Gadgets: Yahoo!?????????????????? - ?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo!?????????????????? - ?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo!ファイナンス - 株価チャート&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo!ファイナンス - 株価チャート + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo!?????????????????? - ?????????????????? + Yahoo!?????????????????? - ?????????????????? + Google,Gadgets + + + + + TABGadget + ?????????????????????TAB?????? + Google Gadgets: ?????????????????????TAB?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ?????????????????????TAB?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ゲームニュースTAB表示&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ゲームニュースTAB表示 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ?????????????????????TAB?????? + ?????????????????????TAB?????? + Google,Gadgets + + + + + SNAKEGadget + SNAKE + Google Gadgets: SNAKE Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SNAKE + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SNAKE&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SNAKE + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SNAKE + SNAKE + Google,Gadgets + + + + + Amazon3Gadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + amazoncojpGadget + ????????????????????? - amazon.co.jp + Google Gadgets: ????????????????????? - amazon.co.jp Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????????????? - amazon.co.jp + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ニューリリース - amazon.co.jp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ニューリリース - amazon.co.jp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????????????? - amazon.co.jp + ????????????????????? - amazon.co.jp + Google,Gadgets + + + + + HARRYPOTTER7Gadget + HARRY POTTER 7 + Google Gadgets: HARRY POTTER 7 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HARRY POTTER 7 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HARRY POTTER 7&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HARRY POTTER 7 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HARRY POTTER 7 + HARRY POTTER 7 + Google,Gadgets + + + + + GyaO1Gadget + GyaO ????????? + Google Gadgets: GyaO ????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GyaO ????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GyaO ドラマ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GyaO ドラマ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GyaO ????????? + GyaO ????????? + Google,Gadgets + + + + + OXGadget + OX + Google Gadgets: OX Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + OX + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=OX&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=OX + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + OX + OX + Google,Gadgets + + + + + Amazon4Gadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + Yahoo2Gadget + Yahoo!???????????????????????? + Google Gadgets: Yahoo!???????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo!???????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo!ショッピング検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo!ショッピング検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo!???????????????????????? + Yahoo!???????????????????????? + Google,Gadgets + + + + + maplogjpGadget + maplog.jp + Google Gadgets: maplog.jp Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + maplog.jp + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=maplog.jp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=maplog.jp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + maplog.jp + maplog.jp + Google,Gadgets + + + + + Yahoo3Gadget + Yahoo!?????????????????? ??????????????? + Google Gadgets: Yahoo!?????????????????? ??????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo!?????????????????? ??????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo!ショッピング ランキング&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo!ショッピング ランキング + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo!?????????????????? ??????????????? + Yahoo!?????????????????? ??????????????? + Google,Gadgets + + + + + GadgetTVGadget + Gadget TV + Google Gadgets: Gadget TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gadget TV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gadget TV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget TV + Gadget TV + Google,Gadgets + + + + + Yahoo4Gadget + Yahoo!?????? + Google Gadgets: Yahoo!?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo!?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo!辞書&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo!辞書 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo!?????? + Yahoo!?????? + Google,Gadgets + + + + + j2Gadget + ??????j???2 + Google Gadgets: ??????j???2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ??????j???2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ケ薇jま2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ケ薇jま2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ??????j???2 + ??????j???2 + Google,Gadgets + + + + + HPGadget + HP + Google Gadgets: HP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HP&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HP + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HP + HP + Google,Gadgets + + + + + Google1Gadget + Google ?????????????????? + Google Gadgets: Google ?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google ?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google トランジット&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google トランジット + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google ?????????????????? + Google ?????????????????? + Google,Gadgets + + + + + LohashopGadget + Lohashop?????? + Google Gadgets: Lohashop?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lohashop?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lohashop検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lohashop検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lohashop?????? + Lohashop?????? + Google,Gadgets + + + + + ShowTimeGadget + ShowTime ???????????? + Google Gadgets: ShowTime ???????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ShowTime ???????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ShowTime 動画検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ShowTime 動画検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ShowTime ???????????? + ShowTime ???????????? + Google,Gadgets + + + + + j21Gadget + ??????j???2 + Google Gadgets: ??????j???2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ??????j???2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ケ薇jま2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ケ薇jま2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ??????j???2 + ??????j???2 + Google,Gadgets + + + + + gooGadget + goo ??????????????? + Google Gadgets: goo ??????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + goo ??????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=goo 今週の映画&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=goo 今週の映画 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + goo ??????????????? + goo ??????????????? + Google,Gadgets + + + + + ShutterBugGadget + ShutterBug + Google Gadgets: ShutterBug Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ShutterBug + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ShutterBug&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ShutterBug + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ShutterBug + ShutterBug + Google,Gadgets + + + + + NBAGadget + NBA + Google Gadgets: NBA Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NBA&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NBA + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA + NBA + Google,Gadgets + + + + + SnowyPuzzleIslandsfromAlawarcomGadget + Snowy Puzzle Islands from Alawar.com + Google Gadgets: Snowy Puzzle Islands from Alawar.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Snowy Puzzle Islands from Alawar.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Snowy Puzzle Islands from Alawar.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Snowy Puzzle Islands from Alawar.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Snowy Puzzle Islands from Alawar.com + Snowy Puzzle Islands from Alawar.com + Google,Gadgets + + + + + SearchGadget + Search + Google Gadgets: Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search + Search + Google,Gadgets + + + + + CercaVolsGadget + CercaVols + Google Gadgets: CercaVols Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CercaVols + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CercaVols&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CercaVols + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CercaVols + CercaVols + Google,Gadgets + + + + + PopularNintendoWiiGamesoftheHourGadget + Popular Nintendo Wii Games of the Hour + Google Gadgets: Popular Nintendo Wii Games of the Hour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Nintendo Wii Games of the Hour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Popular Nintendo Wii Games of the Hour&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Popular Nintendo Wii Games of the Hour + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Nintendo Wii Games of the Hour + Popular Nintendo Wii Games of the Hour + Google,Gadgets + + + + + TheChaosLordGadget + -.- The Chaos Lord -.- + Google Gadgets: -.- The Chaos Lord -.- Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + -.- The Chaos Lord -.- + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=-.- The Chaos Lord -.-&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=-.- The Chaos Lord -.- + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + -.- The Chaos Lord -.- + -.- The Chaos Lord -.- + Google,Gadgets + + + + + Today39sWootGadget + Today's Woot + Google Gadgets: Today's Woot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today's Woot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Today's Woot&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Today's Woot + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today's Woot + Today's Woot + Google,Gadgets + + + + + wwwisrradiocomGadget + www.isr-radio.com + Google Gadgets: www.isr-radio.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + www.isr-radio.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=www.isr-radio.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=www.isr-radio.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + www.isr-radio.com + www.isr-radio.com + Google,Gadgets + + + + + NewsaboutthebigraceGadget + News about the big race + Google Gadgets: News about the big race Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News about the big race + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=News about the big race&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=News about the big race + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News about the big race + News about the big race + Google,Gadgets + + + + + WebcamsNederlandGadget + Webcams Nederland + Google Gadgets: Webcams Nederland Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams Nederland + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Webcams Nederland&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Webcams Nederland + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams Nederland + Webcams Nederland + Google,Gadgets + + + + + LiveMLBScoresGadget + Live MLB Scores + Google Gadgets: Live MLB Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live MLB Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live MLB Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live MLB Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live MLB Scores + Live MLB Scores + Google,Gadgets + + + + + FlyCatcherGadget + Fly Catcher + Google Gadgets: Fly Catcher Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fly Catcher + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fly Catcher&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fly Catcher + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fly Catcher + Fly Catcher + Google,Gadgets + + + + + IdiotTestGadget + Idiot Test + Google Gadgets: Idiot Test Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Idiot Test + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Idiot Test&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Idiot Test + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Idiot Test + Idiot Test + Google,Gadgets + + + + + TheLiblogsSearchEngineGadget + The Liblogs Search Engine + Google Gadgets: The Liblogs Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Liblogs Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Liblogs Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Liblogs Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Liblogs Search Engine + The Liblogs Search Engine + Google,Gadgets + + + + + buildingmaterialssearchengineGadget + building materials search engine + Google Gadgets: building materials search engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + building materials search engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=building materials search engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=building materials search engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + building materials search engine + building materials search engine + Google,Gadgets + + + + + SearchthequotFreeBiologyBookquotGadget + Search the "Free Biology Book" + Google Gadgets: Search the "Free Biology Book" Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search the "Free Biology Book" + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search the "Free Biology Book"&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search the "Free Biology Book" + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search the "Free Biology Book" + Search the "Free Biology Book" + Google,Gadgets + + + + + RecipesSearchGadget + Recipes Search + Google Gadgets: Recipes Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Recipes Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Recipes Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Recipes Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Recipes Search + Recipes Search + Google,Gadgets + + + + + SaskSearchGadget + SaskSearch + Google Gadgets: SaskSearch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SaskSearch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SaskSearch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SaskSearch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SaskSearch + SaskSearch + Google,Gadgets + + + + + OlmyposAngaralPansiyonGadget + Olmypos Angaral Pansiyon + Google Gadgets: Olmypos Angaral Pansiyon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Olmypos Angaral Pansiyon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Olmypos Angaral Pansiyon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Olmypos Angaral Pansiyon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Olmypos Angaral Pansiyon + Olmypos Angaral Pansiyon + Google,Gadgets + + + + + BalloonHunterGadget + Balloon Hunter + Google Gadgets: Balloon Hunter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Balloon Hunter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Balloon Hunter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Balloon Hunter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Balloon Hunter + Balloon Hunter + Google,Gadgets + + + + + thequasidailyampGadget + the (quasi) daily amp + Google Gadgets: the (quasi) daily amp Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + the (quasi) daily amp + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=the (quasi) daily amp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=the (quasi) daily amp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + the (quasi) daily amp + the (quasi) daily amp + Google,Gadgets + + + + + TheOfficeQuoteoftheDayGadget + The Office Quote of the Day + Google Gadgets: The Office Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Office Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Office Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Office Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Office Quote of the Day + The Office Quote of the Day + Google,Gadgets + + + + + DailySportsHistoryGadget + Daily Sports History + Google Gadgets: Daily Sports History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Sports History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Sports History&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Sports History + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Sports History + Daily Sports History + Google,Gadgets + + + + + CreativeProOfficeGadget + CreativePro Office + Google Gadgets: CreativePro Office Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CreativePro Office + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CreativePro Office&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CreativePro Office + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CreativePro Office + CreativePro Office + Google,Gadgets + + + + + GillenonthegoGadget + Gillen! on the go + Google Gadgets: Gillen! on the go Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gillen! on the go + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gillen! on the go&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gillen! on the go + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gillen! on the go + Gillen! on the go + Google,Gadgets + + + + + NewsreelABCNewsGadget + Newsreel ABC News + Google Gadgets: Newsreel ABC News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel ABC News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel ABC News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel ABC News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel ABC News + Newsreel ABC News + Google,Gadgets + + + + + FandangoMovieListerGadget + Fandango Movie Lister + Google Gadgets: Fandango Movie Lister Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fandango Movie Lister + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fandango Movie Lister&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fandango Movie Lister + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fandango Movie Lister + Fandango Movie Lister + Google,Gadgets + + + + + TheDailyDEBDIARY2007Gadget + The Daily DEB DIARY 2007 + Google Gadgets: The Daily DEB DIARY 2007 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily DEB DIARY 2007 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Daily DEB DIARY 2007&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Daily DEB DIARY 2007 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily DEB DIARY 2007 + The Daily DEB DIARY 2007 + Google,Gadgets + + + + + wwwautoplsamochodyuywaneGadget + www.auto.pl - samochody u ywane + Google Gadgets: www.auto.pl - samochody u ywane Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + www.auto.pl - samochody u ywane + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=www.auto.pl - samochody u ywane&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=www.auto.pl - samochody u ywane + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + www.auto.pl - samochody u ywane + www.auto.pl - samochody u ywane + Google,Gadgets + + + + + BestClimateHolidaySearchEngineGadget + Best Climate Holiday Search Engine + Google Gadgets: Best Climate Holiday Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Best Climate Holiday Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url= Best Climate Holiday Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url= Best Climate Holiday Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Best Climate Holiday Search Engine + Best Climate Holiday Search Engine + Google,Gadgets + + + + + LocalChatGadgetGadget + Local Chat Gadget + Google Gadgets: Local Chat Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Chat Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Local Chat Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Local Chat Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Chat Gadget + Local Chat Gadget + Google,Gadgets + + + + + readingfeedGadget + reading feed + Google Gadgets: reading feed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + reading feed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=reading feed&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=reading feed + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + reading feed + reading feed + Google,Gadgets + + + + + WebTechBlogSearchGadget + Web Tech Blog Search + Google Gadgets: Web Tech Blog Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Web Tech Blog Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Web Tech Blog Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Web Tech Blog Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Web Tech Blog Search + Web Tech Blog Search + Google,Gadgets + + + + + EscleroseMultiplaGadget + Esclerose Multipla + Google Gadgets: Esclerose Multipla Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Esclerose Multipla + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Esclerose Multipla&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Esclerose Multipla + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Esclerose Multipla + Esclerose Multipla + Google,Gadgets + + + + + MediaUKmedianewsGadget + Media UK: media news + Google Gadgets: Media UK: media news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Media UK: media news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Media UK: media news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Media UK: media news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Media UK: media news + Media UK: media news + Google,Gadgets + + + + + CaricatureoftheDayGadget + Caricature of the Day + Google Gadgets: Caricature of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Caricature of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Caricature of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Caricature of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Caricature of the Day + Caricature of the Day + Google,Gadgets + + + + + DotNetDevelopersSearchEngineGadget + DotNet Developers Search Engine + Google Gadgets: DotNet Developers Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DotNet Developers Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DotNet Developers Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DotNet Developers Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DotNet Developers Search Engine + DotNet Developers Search Engine + Google,Gadgets + + + + + CrystalixfromAlawarcomGadget + Crystalix from Alawar.com + Google Gadgets: Crystalix from Alawar.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crystalix from Alawar.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Crystalix from Alawar.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Crystalix from Alawar.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crystalix from Alawar.com + Crystalix from Alawar.com + Google,Gadgets + + + + + TopmedicationoffersGadget + Top medication offers + Google Gadgets: Top medication offers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Top medication offers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Top medication offers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Top medication offers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Top medication offers + Top medication offers + Google,Gadgets + + + + + couponGadget + coupon + Google Gadgets: coupon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + coupon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=coupon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=coupon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + coupon + coupon + Google,Gadgets + + + + + OyogiGadget + Oyogi + Google Gadgets: Oyogi Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Oyogi + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Oyogi&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Oyogi + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Oyogi + Oyogi + Google,Gadgets + + + + + China8comAudioChinesePhrasesGadget + China-8.com Audio Chinese Phrases + Google Gadgets: China-8.com Audio Chinese Phrases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + China-8.com Audio Chinese Phrases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=China-8.com Audio Chinese Phrases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=China-8.com Audio Chinese Phrases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + China-8.com Audio Chinese Phrases + China-8.com Audio Chinese Phrases + Google,Gadgets + + + + + MASONampCHANCEGadget + MASON & CHANCE + Google Gadgets: MASON & CHANCE Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MASON & CHANCE + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MASON & CHANCE&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MASON & CHANCE + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MASON & CHANCE + MASON & CHANCE + Google,Gadgets + + + + + ilmangioneitrecensionidelgiornoGadget + ilmangione.it - recensioni del giorno + Google Gadgets: ilmangione.it - recensioni del giorno Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ilmangione.it - recensioni del giorno + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ilmangione.it - recensioni del giorno&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ilmangione.it - recensioni del giorno + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ilmangione.it - recensioni del giorno + ilmangione.it - recensioni del giorno + Google,Gadgets + + + + + NonprofitTechnologySearchORamaGadget + Nonprofit Technology Search-O-Rama + Google Gadgets: Nonprofit Technology Search-O-Rama Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nonprofit Technology Search-O-Rama + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nonprofit Technology Search-O-Rama&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nonprofit Technology Search-O-Rama + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nonprofit Technology Search-O-Rama + Nonprofit Technology Search-O-Rama + Google,Gadgets + + + + + FedSmithcomGadget + FedSmith.com + Google Gadgets: FedSmith.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FedSmith.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FedSmith.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FedSmith.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FedSmith.com + FedSmith.com + Google,Gadgets + + + + + TheWorldClockGadget + The World Clock + Google Gadgets: The World Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The World Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The World Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The World Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The World Clock + The World Clock + Google,Gadgets + + + + + AttackTimeGadget + Attack Time + Google Gadgets: Attack Time Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Attack Time + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Attack Time&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Attack Time + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Attack Time + Attack Time + Google,Gadgets + + + + + MAPFREGadget + MAPFRE + Google Gadgets: MAPFRE Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MAPFRE + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MAPFRE&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MAPFRE + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MAPFRE + MAPFRE + Google,Gadgets + + + + + ChemAllianceEnvironmentalAcronymGlossaryGadget + ChemAlliance Environmental Acronym Glossary + Google Gadgets: ChemAlliance Environmental Acronym Glossary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ChemAlliance Environmental Acronym Glossary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ChemAlliance Environmental Acronym Glossary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ChemAlliance Environmental Acronym Glossary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ChemAlliance Environmental Acronym Glossary + ChemAlliance Environmental Acronym Glossary + Google,Gadgets + + + + + foxraceGadget + foxrace + Google Gadgets: foxrace Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + foxrace + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=foxrace&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=foxrace + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + foxrace + foxrace + Google,Gadgets + + + + + IdoNotesblogGadget + IdoNotes blog + Google Gadgets: IdoNotes blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IdoNotes blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IdoNotes blog&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IdoNotes blog + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IdoNotes blog + IdoNotes blog + Google,Gadgets + + + + + DMStithwantsyoutobehisbabyGadget + DM Stith wants you to be his baby. + Google Gadgets: DM Stith wants you to be his baby. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DM Stith wants you to be his baby. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DM Stith wants you to be his baby.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DM Stith wants you to be his baby. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DM Stith wants you to be his baby. + DM Stith wants you to be his baby. + Google,Gadgets + + + + + AurorinaAnswersSearchGadget + Aurorina Answers Search + Google Gadgets: Aurorina Answers Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aurorina Answers Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Aurorina Answers Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Aurorina Answers Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aurorina Answers Search + Aurorina Answers Search + Google,Gadgets + + + + + MyDailyDogGadget + My Daily Dog + Google Gadgets: My Daily Dog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Daily Dog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Daily Dog&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Daily Dog + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Daily Dog + My Daily Dog + Google,Gadgets + + + + + LogosquotesGadget + Logosquotes + Google Gadgets: Logosquotes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Logosquotes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Logosquotes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Logosquotes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Logosquotes + Logosquotes + Google,Gadgets + + + + + SquirrelEscapeGadget + Squirrel Escape + Google Gadgets: Squirrel Escape Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Squirrel Escape + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Squirrel Escape&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Squirrel Escape + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Squirrel Escape + Squirrel Escape + Google,Gadgets + + + + + DigiGadget + ??????Digi ?????????????????? + Google Gadgets: ??????Digi ?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ??????Digi ?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=日のDigi 対処しなさい&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=日のDigi 対処しなさい + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ??????Digi ?????????????????? + ??????Digi ?????????????????? + Google,Gadgets + + + + + ZombieSurvivalGadget + Zombie Survival + Google Gadgets: Zombie Survival Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zombie Survival + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Zombie Survival&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Zombie Survival + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zombie Survival + Zombie Survival + Google,Gadgets + + + + + FrenchAudioWordoftheDayGadget + French - Audio Word of the Day + Google Gadgets: French - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + French - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=French - Audio Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=French - Audio Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + French - Audio Word of the Day + French - Audio Word of the Day + Google,Gadgets + + + + + KonnectorsGadget + Konnectors + Google Gadgets: Konnectors Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Konnectors + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Konnectors&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Konnectors + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Konnectors + Konnectors + Google,Gadgets + + + + + HighWindAreacomNoticiasGadget + HighWindArea.com (Noticias) + Google Gadgets: HighWindArea.com (Noticias) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HighWindArea.com (Noticias) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HighWindArea.com (Noticias)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HighWindArea.com (Noticias) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HighWindArea.com (Noticias) + HighWindArea.com (Noticias) + Google,Gadgets + + + + + Bubba39sWatchGadget + Bubba's Watch + Google Gadgets: Bubba's Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bubba's Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bubba's Watch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bubba's Watch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bubba's Watch + Bubba's Watch + Google,Gadgets + + + + + MSNWeatherGadget + MSN Weather + Google Gadgets: MSN Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MSN Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MSN Weather&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MSN Weather + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MSN Weather + MSN Weather + Google,Gadgets + + + + + BestsellerGamesGadget + Bestseller Games + Google Gadgets: Bestseller Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bestseller Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bestseller Games&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bestseller Games + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bestseller Games + Bestseller Games + Google,Gadgets + + + + + TheDailyLindaGadget + The Daily Linda + Google Gadgets: The Daily Linda Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Daily Linda + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Daily Linda&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Daily Linda + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Daily Linda + The Daily Linda + Google,Gadgets + + + + + AmigaHardwareDatabaseGadget + Amiga Hardware Database + Google Gadgets: Amiga Hardware Database Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amiga Hardware Database + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amiga Hardware Database&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amiga Hardware Database + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amiga Hardware Database + Amiga Hardware Database + Google,Gadgets + + + + + MothGadget + Moth + Google Gadgets: Moth Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Moth + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Moth&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Moth + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Moth + Moth + Google,Gadgets + + + + + JumpingTrollGadget + Jumping Troll + Google Gadgets: Jumping Troll Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jumping Troll + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jumping Troll&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jumping Troll + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jumping Troll + Jumping Troll + Google,Gadgets + + + + + CrucifixionSceneoftheWeekGadget + Crucifixion Scene of the Week + Google Gadgets: Crucifixion Scene of the Week Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crucifixion Scene of the Week + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Crucifixion Scene of the Week&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Crucifixion Scene of the Week + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crucifixion Scene of the Week + Crucifixion Scene of the Week + Google,Gadgets + + + + + WyaWidgetGadget + WyaWidget + Google Gadgets: WyaWidget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WyaWidget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WyaWidget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WyaWidget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WyaWidget + WyaWidget + Google,Gadgets + + + + + HarvardBusinessReviewGadget + Harvard Business Review + Google Gadgets: Harvard Business Review Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Harvard Business Review + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Harvard Business Review&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Harvard Business Review + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Harvard Business Review + Harvard Business Review + Google,Gadgets + + + + + BlogdriveTemplatesGadget + Blogdrive Templates + Google Gadgets: Blogdrive Templates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blogdrive Templates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blogdrive Templates&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blogdrive Templates + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blogdrive Templates + Blogdrive Templates + Google,Gadgets + + + + + UnfocusedNetImagesGadget + Unfocused.Net : Images + Google Gadgets: Unfocused.Net : Images Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Unfocused.Net : Images + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Unfocused.Net : Images&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Unfocused.Net : Images + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Unfocused.Net : Images + Unfocused.Net : Images + Google,Gadgets + + + + + SearchEbayGadget + Search Ebay + Google Gadgets: Search Ebay Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Ebay + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search Ebay&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search Ebay + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Ebay + Search Ebay + Google,Gadgets + + + + + ReadTheQuranorgGadget + ReadTheQuran.org + Google Gadgets: ReadTheQuran.org Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ReadTheQuran.org + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ReadTheQuran.org&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ReadTheQuran.org + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ReadTheQuran.org + ReadTheQuran.org + Google,Gadgets + + + + + CanadianDomaincaSearchToolGadget + Canadian Domain (.ca) Search Tool + Google Gadgets: Canadian Domain (.ca) Search Tool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Canadian Domain (.ca) Search Tool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Canadian Domain (.ca) Search Tool&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Canadian Domain (.ca) Search Tool + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Canadian Domain (.ca) Search Tool + Canadian Domain (.ca) Search Tool + Google,Gadgets + + + + + VCariousTravelGuidesGadget + VCarious: Travel Guides + Google Gadgets: VCarious: Travel Guides Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + VCarious: Travel Guides + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=VCarious: Travel Guides&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=VCarious: Travel Guides + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + VCarious: Travel Guides + VCarious: Travel Guides + Google,Gadgets + + + + + BankwatchcommunityGadget + Bankwatch community + Google Gadgets: Bankwatch community Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bankwatch community + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bankwatch community&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bankwatch community + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bankwatch community + Bankwatch community + Google,Gadgets + + + + + deliciousBookmarksGadget + del.icio.us Bookmarks + Google Gadgets: del.icio.us Bookmarks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + del.icio.us Bookmarks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=del.icio.us Bookmarks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=del.icio.us Bookmarks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + del.icio.us Bookmarks + del.icio.us Bookmarks + Google,Gadgets + + + + + DuowanWOWSearchEngineGadget + Duowan WOW Search Engine + Google Gadgets: Duowan WOW Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Duowan WOW Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Duowan WOW Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Duowan WOW Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Duowan WOW Search Engine + Duowan WOW Search Engine + Google,Gadgets + + + + + SlideshowGadget + Slideshow + Google Gadgets: Slideshow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Slideshow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Slideshow&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Slideshow + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Slideshow + Slideshow + Google,Gadgets + + + + + MontereyBayAquariumLivePenguinWebCamGadget + Monterey Bay Aquarium Live Penguin Web Cam + Google Gadgets: Monterey Bay Aquarium Live Penguin Web Cam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Monterey Bay Aquarium Live Penguin Web Cam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Monterey Bay Aquarium Live Penguin Web Cam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Monterey Bay Aquarium Live Penguin Web Cam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Monterey Bay Aquarium Live Penguin Web Cam + Monterey Bay Aquarium Live Penguin Web Cam + Google,Gadgets + + + + + JasandAHalfGadget + Jas and A Half + Google Gadgets: Jas and A Half Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jas and A Half + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jas and A Half&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jas and A Half + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jas and A Half + Jas and A Half + Google,Gadgets + + + + + NativeAmericanStudiesGadget + Native American Studies + Google Gadgets: Native American Studies Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Native American Studies + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Native American Studies&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Native American Studies + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Native American Studies + Native American Studies + Google,Gadgets + + + + + DailyMeGadget + Daily Me + Google Gadgets: Daily Me Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Me + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Me&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Me + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Me + Daily Me + Google,Gadgets + + + + + FlashLudoGadget + Flash Ludo + Google Gadgets: Flash Ludo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Ludo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flash Ludo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flash Ludo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Ludo + Flash Ludo + Google,Gadgets + + + + + AJokeADayGadget + A Joke A Day + Google Gadgets: A Joke A Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A Joke A Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=A Joke A Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=A Joke A Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A Joke A Day + A Joke A Day + Google,Gadgets + + + + + JovemNerdNewsGadget + Jovem Nerd - News + Google Gadgets: Jovem Nerd - News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jovem Nerd - News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jovem Nerd - News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jovem Nerd - News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jovem Nerd - News + Jovem Nerd - News + Google,Gadgets + + + + + EPTTournamentsGadget + EPT Tournaments + Google Gadgets: EPT Tournaments Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EPT Tournaments + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=EPT Tournaments&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=EPT Tournaments + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EPT Tournaments + EPT Tournaments + Google,Gadgets + + + + + FinanceandbusinessfundasChaitanyaGadget + Finance and business fundas - Chaitanya + Google Gadgets: Finance and business fundas - Chaitanya Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Finance and business fundas - Chaitanya + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Finance and business fundas - Chaitanya&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Finance and business fundas - Chaitanya + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Finance and business fundas - Chaitanya + Finance and business fundas - Chaitanya + Google,Gadgets + + + + + TexasHold39emOddsCalculatorGadget + Texas Hold'em Odds Calculator + Google Gadgets: Texas Hold'em Odds Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Texas Hold'em Odds Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Texas Hold'em Odds Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Texas Hold'em Odds Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Texas Hold'em Odds Calculator + Texas Hold'em Odds Calculator + Google,Gadgets + + + + + MOSSSearchGadget + MOSS Search + Google Gadgets: MOSS Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MOSS Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MOSS Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MOSS Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MOSS Search + MOSS Search + Google,Gadgets + + + + + SundsvallstoratorgetwebcamGadget + Sundsvall stora torget webcam + Google Gadgets: Sundsvall stora torget webcam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sundsvall stora torget webcam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sundsvall stora torget webcam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sundsvall stora torget webcam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sundsvall stora torget webcam + Sundsvall stora torget webcam + Google,Gadgets + + + + + GeocachingSearchEngineGadget + Geocaching Search Engine + Google Gadgets: Geocaching Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Geocaching Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Geocaching Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Geocaching Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Geocaching Search Engine + Geocaching Search Engine + Google,Gadgets + + + + + HaberBankasiComHaberlerGazeteBalklarYerelHaberlerGadget + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + Google Gadgets: HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + Google,Gadgets + + + + + JayampLaura39sthirdanniversaryGadget + Jay & Laura's third anniversary + Google Gadgets: Jay & Laura's third anniversary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jay & Laura's third anniversary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jay & Laura's third anniversary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jay & Laura's third anniversary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jay & Laura's third anniversary + Jay & Laura's third anniversary + Google,Gadgets + + + + + GoogleRankingCheckGadget + Google Ranking Check + Google Gadgets: Google Ranking Check Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Ranking Check + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Ranking Check&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Ranking Check + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Ranking Check + Google Ranking Check + Google,Gadgets + + + + + CurrencyChartsGadget + Currency Charts + Google Gadgets: Currency Charts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Currency Charts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Currency Charts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Currency Charts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Currency Charts + Currency Charts + Google,Gadgets + + + + + TargetHeartRateCalculatorGadget + Target Heart Rate Calculator + Google Gadgets: Target Heart Rate Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Target Heart Rate Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Target Heart Rate Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate Calculator + Target Heart Rate Calculator + Google,Gadgets + + + + + QuitometroonlineGadget + Quitometro on-line + Google Gadgets: Quitometro on-line Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quitometro on-line + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quitometro on-line&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quitometro on-line + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quitometro on-line + Quitometro on-line + Google,Gadgets + + + + + MYBIRTHDAYGadget + MY BIRTHDAY!!!! + Google Gadgets: MY BIRTHDAY!!!! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MY BIRTHDAY!!!! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MY BIRTHDAY!!!!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MY BIRTHDAY!!!! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MY BIRTHDAY!!!! + MY BIRTHDAY!!!! + Google,Gadgets + + + + + PokemonGadget + Pokemon + Google Gadgets: Pokemon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pokemon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pokemon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pokemon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pokemon + Pokemon + Google,Gadgets + + + + + ImmobilienSucheGadget + Immobilien-Suche + Google Gadgets: Immobilien-Suche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Immobilien-Suche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Immobilien-Suche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Immobilien-Suche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Immobilien-Suche + Immobilien-Suche + Google,Gadgets + + + + + AnatomyofMeGadget + Anatomy of Me + Google Gadgets: Anatomy of Me Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Anatomy of Me + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Anatomy of Me&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Anatomy of Me + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Anatomy of Me + Anatomy of Me + Google,Gadgets + + + + + Pacmania3fromAlawarcomGadget + Pacmania 3 from Alawar.com + Google Gadgets: Pacmania 3 from Alawar.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pacmania 3 from Alawar.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pacmania 3 from Alawar.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pacmania 3 from Alawar.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pacmania 3 from Alawar.com + Pacmania 3 from Alawar.com + Google,Gadgets + + + + + RocheDeutschlandMeldungenGadget + Roche Deutschland - Meldungen + Google Gadgets: Roche Deutschland - Meldungen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Roche Deutschland - Meldungen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Roche Deutschland - Meldungen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Roche Deutschland - Meldungen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Roche Deutschland - Meldungen + Roche Deutschland - Meldungen + Google,Gadgets + + + + + NewsreelNewsfromReutersGadget + Newsreel News from Reuters + Google Gadgets: Newsreel News from Reuters Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel News from Reuters + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel News from Reuters&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel News from Reuters + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel News from Reuters + Newsreel News from Reuters + Google,Gadgets + + + + + Score3frGadget + Score3.fr + Google Gadgets: Score3.fr Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Score3.fr + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Score3.fr&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Score3.fr + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Score3.fr + Score3.fr + Google,Gadgets + + + + + LifeInsuranceGlossaryGadget + Life Insurance Glossary + Google Gadgets: Life Insurance Glossary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Life Insurance Glossary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Life Insurance Glossary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Life Insurance Glossary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Life Insurance Glossary + Life Insurance Glossary + Google,Gadgets + + + + + MiniclipGameBeckhamGoldenballsGadget + Miniclip Game - Beckham Goldenballs + Google Gadgets: Miniclip Game - Beckham Goldenballs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Beckham Goldenballs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Beckham Goldenballs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Beckham Goldenballs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Beckham Goldenballs + Miniclip Game - Beckham Goldenballs + Google,Gadgets + + + + + CARLDefenseNewsandInfoGadget + CARL Defense News and Info + Google Gadgets: CARL Defense News and Info Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CARL Defense News and Info + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CARL Defense News and Info&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CARL Defense News and Info + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CARL Defense News and Info + CARL Defense News and Info + Google,Gadgets + + + + + MyAuctionsGadgetforTradeMeGadget + My Auctions Gadget for TradeMe + Google Gadgets: My Auctions Gadget for TradeMe Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Auctions Gadget for TradeMe + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Auctions Gadget for TradeMe&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Auctions Gadget for TradeMe + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Auctions Gadget for TradeMe + My Auctions Gadget for TradeMe + Google,Gadgets + + + + + HealthCareSearchToolsClothedVisualDxHealthGadget + Health Care Search Tools (Clothed) - VisualDxHealth + Google Gadgets: Health Care Search Tools (Clothed) - VisualDxHealth Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Health Care Search Tools (Clothed) - VisualDxHealth + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Health Care Search Tools (Clothed) - VisualDxHealth&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Health Care Search Tools (Clothed) - VisualDxHealth + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Health Care Search Tools (Clothed) - VisualDxHealth + Health Care Search Tools (Clothed) - VisualDxHealth + Google,Gadgets + + + + + MichiganCaucusBlueSearchGadget + Michigan Caucus Blue Search + Google Gadgets: Michigan Caucus Blue Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Michigan Caucus Blue Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Michigan Caucus Blue Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Michigan Caucus Blue Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Michigan Caucus Blue Search + Michigan Caucus Blue Search + Google,Gadgets + + + + + ZillowSummaryInformationGadget + Zillow Summary Information + Google Gadgets: Zillow Summary Information Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zillow Summary Information + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Zillow Summary Information&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Zillow Summary Information + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zillow Summary Information + Zillow Summary Information + Google,Gadgets + + + + + SpoolSearcherv10Gadget + SpoolSearcher v1.0 + Google Gadgets: SpoolSearcher v1.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SpoolSearcher v1.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SpoolSearcher v1.0&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SpoolSearcher v1.0 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SpoolSearcher v1.0 + SpoolSearcher v1.0 + Google,Gadgets + + + + + SEOSearchEngineGadget + SEO Search Engine + Google Gadgets: SEO Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SEO Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SEO Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SEO Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SEO Search Engine + SEO Search Engine + Google,Gadgets + + + + + Supergames24comMahJonggGadget + Supergames24.com - Mah Jongg + Google Gadgets: Supergames24.com - Mah Jongg Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Supergames24.com - Mah Jongg + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Supergames24.com - Mah Jongg&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Supergames24.com - Mah Jongg + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Supergames24.com - Mah Jongg + Supergames24.com - Mah Jongg + Google,Gadgets + + + + + MixcardGadget + Mixcard + Google Gadgets: Mixcard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mixcard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mixcard&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mixcard + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mixcard + Mixcard + Google,Gadgets + + + + + CortlandCountryMusicParkEventsGadget + Cortland Country Music Park Events + Google Gadgets: Cortland Country Music Park Events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cortland Country Music Park Events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cortland Country Music Park Events&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cortland Country Music Park Events + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cortland Country Music Park Events + Cortland Country Music Park Events + Google,Gadgets + + + + + LuxuriousBusinessSolutionsGadget + Luxurious Business Solutions + Google Gadgets: Luxurious Business Solutions Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Luxurious Business Solutions + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Luxurious Business Solutions&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Luxurious Business Solutions + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Luxurious Business Solutions + Luxurious Business Solutions + Google,Gadgets + + + + + DefenderGadget + Defender + Google Gadgets: Defender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Defender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Defender&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Defender + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Defender + Defender + Google,Gadgets + + + + + ZaksCornerGadget + Zaks Corner + Google Gadgets: Zaks Corner Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zaks Corner + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Zaks Corner&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Zaks Corner + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zaks Corner + Zaks Corner + Google,Gadgets + + + + + KatstatusGadget + Kat-status + Google Gadgets: Kat-status Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kat-status + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Kat-status&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Kat-status + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kat-status + Kat-status + Google,Gadgets + + + + + ItalianAudioWordoftheDayGadget + Italian - Audio Word of the Day + Google Gadgets: Italian - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Italian - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Italian - Audio Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Italian - Audio Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Italian - Audio Word of the Day + Italian - Audio Word of the Day + Google,Gadgets + + + + + TheOnlineYellowPagesGadget + The Online Yellow Pages + Google Gadgets: The Online Yellow Pages Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Online Yellow Pages + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Online Yellow Pages&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Online Yellow Pages + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Online Yellow Pages + The Online Yellow Pages + Google,Gadgets + + + + + MusicalatNewsGadget + Musical.at News + Google Gadgets: Musical.at News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musical.at News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Musical.at News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Musical.at News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musical.at News + Musical.at News + Google,Gadgets + + + + + QuoteoftheDayByNeilWattsGadget + Quote of the Day - By: Neil Watts + Google Gadgets: Quote of the Day - By: Neil Watts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quote of the Day - By: Neil Watts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quote of the Day - By: Neil Watts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quote of the Day - By: Neil Watts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quote of the Day - By: Neil Watts + Quote of the Day - By: Neil Watts + Google,Gadgets + + + + + GoogleSearchAssistantGadget + Google Search Assistant + Google Gadgets: Google Search Assistant Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Search Assistant + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Search Assistant&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Search Assistant + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Search Assistant + Google Search Assistant + Google,Gadgets + + + + + NetflixQuickAccessGadget + Netflix Quick Access + Google Gadgets: Netflix Quick Access Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Netflix Quick Access + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Netflix Quick Access&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Netflix Quick Access + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Netflix Quick Access + Netflix Quick Access + Google,Gadgets + + + + + RetropolissearchGadget + Retropolis search + Google Gadgets: Retropolis search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Retropolis search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Retropolis search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Retropolis search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Retropolis search + Retropolis search + Google,Gadgets + + + + + GoldandFruitfunSlotGadget + Gold and Fruit fun Slot + Google Gadgets: Gold and Fruit fun Slot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gold and Fruit fun Slot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gold and Fruit fun Slot&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gold and Fruit fun Slot + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gold and Fruit fun Slot + Gold and Fruit fun Slot + Google,Gadgets + + + + + OrologioeCalendarioGadget + Orologio e Calendario + Google Gadgets: Orologio e Calendario Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orologio e Calendario + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Orologio e Calendario&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Orologio e Calendario + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orologio e Calendario + Orologio e Calendario + Google,Gadgets + + + + + AlexGadget + Alex + Google Gadgets: Alex Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alex + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Alex&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Alex + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alex + Alex + Google,Gadgets + + + + + UNIXTimeStampConverterGadget + UNIX Time Stamp Converter + Google Gadgets: UNIX Time Stamp Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UNIX Time Stamp Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=UNIX Time Stamp Converter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=UNIX Time Stamp Converter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UNIX Time Stamp Converter + UNIX Time Stamp Converter + Google,Gadgets + + + + + DealkoPremiereOneDayDealsGadget + Dealko::Premiere One Day Deals + Google Gadgets: Dealko::Premiere One Day Deals Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dealko::Premiere One Day Deals + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dealko::Premiere One Day Deals&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dealko::Premiere One Day Deals + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dealko::Premiere One Day Deals + Dealko::Premiere One Day Deals + Google,Gadgets + + + + + ScrabblewordlookupGadget + Scrabble word lookup + Google Gadgets: Scrabble word lookup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Scrabble word lookup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Scrabble word lookup&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Scrabble word lookup + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Scrabble word lookup + Scrabble word lookup + Google,Gadgets + + + + + BravisaSellwithoutOwningGadget + Bravisa - Sell without Owning + Google Gadgets: Bravisa - Sell without Owning Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bravisa - Sell without Owning + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bravisa - Sell without Owning&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bravisa - Sell without Owning + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bravisa - Sell without Owning + Bravisa - Sell without Owning + Google,Gadgets + + + + + HotmailGadget + Hotmail + Google Gadgets: Hotmail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hotmail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hotmail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hotmail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hotmail + Hotmail + Google,Gadgets + + + + + LevelKingGadget + Level King + Google Gadgets: Level King Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Level King + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Level King&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Level King + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Level King + Level King + Google,Gadgets + + + + + FileFindbyjinjinGadget + FileFind by jinjin + Google Gadgets: FileFind by jinjin Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FileFind by jinjin + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FileFind by jinjin&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FileFind by jinjin + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FileFind by jinjin + FileFind by jinjin + Google,Gadgets + + + + + PoemoftheDayGadget + Poem of the Day + Google Gadgets: Poem of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Poem of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Poem of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Poem of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Poem of the Day + Poem of the Day + Google,Gadgets + + + + + MobBotMobileVerbotBetaGadget + MobBot - Mobile Verbot (Beta) + Google Gadgets: MobBot - Mobile Verbot (Beta) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MobBot - Mobile Verbot (Beta) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MobBot - Mobile Verbot (Beta)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MobBot - Mobile Verbot (Beta) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MobBot - Mobile Verbot (Beta) + MobBot - Mobile Verbot (Beta) + Google,Gadgets + + + + + SparklineStockChartsGadget + Sparkline Stock Charts + Google Gadgets: Sparkline Stock Charts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sparkline Stock Charts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sparkline Stock Charts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sparkline Stock Charts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sparkline Stock Charts + Sparkline Stock Charts + Google,Gadgets + + + + + AbbatheFoxGadget + Abba the Fox + Google Gadgets: Abba the Fox Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Abba the Fox + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Abba the Fox&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Abba the Fox + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Abba the Fox + Abba the Fox + Google,Gadgets + + + + + TIMEQuotesoftheDayGadget + TIME: Quotes of the Day + Google Gadgets: TIME: Quotes of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TIME: Quotes of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TIME: Quotes of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TIME: Quotes of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TIME: Quotes of the Day + TIME: Quotes of the Day + Google,Gadgets + + + + + PoserfromefrontierGadget + Poser from e frontier + Google Gadgets: Poser from e frontier Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Poser from e frontier + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Poser from e frontier&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Poser from e frontier + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Poser from e frontier + Poser from e frontier + Google,Gadgets + + + + + YahooBuzzIndexMoversOverallGadget + Yahoo! Buzz Index Movers Overall. + Google Gadgets: Yahoo! Buzz Index Movers Overall. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Buzz Index Movers Overall. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo! Buzz Index Movers Overall.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo! Buzz Index Movers Overall. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Buzz Index Movers Overall. + Yahoo! Buzz Index Movers Overall. + Google,Gadgets + + + + + ChessIGbetaGadget + ChessIG (beta) + Google Gadgets: ChessIG (beta) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ChessIG (beta) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ChessIG (beta)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ChessIG (beta) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ChessIG (beta) + ChessIG (beta) + Google,Gadgets + + + + + 01jobcomRecherched39emploiparmotsclsGadget + 01job.com - Recherche d'emploi par mots cl s + Google Gadgets: 01job.com - Recherche d'emploi par mots cl s Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 01job.com - Recherche d'emploi par mots cl s + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=01job.com - Recherche d'emploi par mots cl s&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=01job.com - Recherche d'emploi par mots cl s + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 01job.com - Recherche d'emploi par mots cl s + 01job.com - Recherche d'emploi par mots cl s + Google,Gadgets + + + + + OnlineShoppingCouponCodesGadget + Online Shopping Coupon Codes + Google Gadgets: Online Shopping Coupon Codes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Online Shopping Coupon Codes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Online Shopping Coupon Codes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Online Shopping Coupon Codes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Online Shopping Coupon Codes + Online Shopping Coupon Codes + Google,Gadgets + + + + + KitKatJamQuickLoginGadget + KitKatJam Quick Login + Google Gadgets: KitKatJam Quick Login Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + KitKatJam Quick Login + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=KitKatJam Quick Login&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=KitKatJam Quick Login + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + KitKatJam Quick Login + KitKatJam Quick Login + Google,Gadgets + + + + + NewScientistBreakingNewsGadget + New Scientist - Breaking News + Google Gadgets: New Scientist - Breaking News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Scientist - Breaking News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=New Scientist - Breaking News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=New Scientist - Breaking News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Scientist - Breaking News + New Scientist - Breaking News + Google,Gadgets + + + + + TemplesofRussiaGadget + Temples of Russia + Google Gadgets: Temples of Russia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Temples of Russia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Temples of Russia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Temples of Russia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Temples of Russia + Temples of Russia + Google,Gadgets + + + + + SearchForFlightsHotelsandRentalCarsatCheapTicketscomGadget + Search For Flights, Hotels, and Rental Cars at CheapTickets.com + Google Gadgets: Search For Flights, Hotels, and Rental Cars at CheapTickets.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search For Flights, Hotels, and Rental Cars at CheapTickets.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search For Flights, Hotels, and Rental Cars at CheapTickets.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search For Flights, Hotels, and Rental Cars at CheapTickets.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search For Flights, Hotels, and Rental Cars at CheapTickets.com + Search For Flights, Hotels, and Rental Cars at CheapTickets.com + Google,Gadgets + + + + + RandomLandscapePhotographybyVaughnTeegardenGadget + Random Landscape Photography by Vaughn Teegarden + Google Gadgets: Random Landscape Photography by Vaughn Teegarden Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Landscape Photography by Vaughn Teegarden + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Landscape Photography by Vaughn Teegarden&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Landscape Photography by Vaughn Teegarden + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Landscape Photography by Vaughn Teegarden + Random Landscape Photography by Vaughn Teegarden + Google,Gadgets + + + + + ASEAIXSearchEngineGadget + ASE (AIX Search Engine) + Google Gadgets: ASE (AIX Search Engine) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ASE (AIX Search Engine) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ASE (AIX Search Engine)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ASE (AIX Search Engine) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ASE (AIX Search Engine) + ASE (AIX Search Engine) + Google,Gadgets + + + + + MiniclipGameTennisAceGadget + Miniclip Game - Tennis Ace + Google Gadgets: Miniclip Game - Tennis Ace Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Miniclip Game - Tennis Ace + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Miniclip Game - Tennis Ace&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Miniclip Game - Tennis Ace + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Miniclip Game - Tennis Ace + Miniclip Game - Tennis Ace + Google,Gadgets + + + + + ShoutboxNLGadget + Shoutbox NL + Google Gadgets: Shoutbox NL Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shoutbox NL + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Shoutbox NL&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Shoutbox NL + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shoutbox NL + Shoutbox NL + Google,Gadgets + + + + + RipThatPageComSearchingRippedGadget + RipThatPage.Com: Searching Ripped + Google Gadgets: RipThatPage.Com: Searching Ripped Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RipThatPage.Com: Searching Ripped + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RipThatPage.Com: Searching Ripped&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RipThatPage.Com: Searching Ripped + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RipThatPage.Com: Searching Ripped + RipThatPage.Com: Searching Ripped + Google,Gadgets + + + + + BodyFatEstimateYMCAFormulaCalculatorbyBizCalcscomGadget + Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com + Google Gadgets: Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com + Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com + Google,Gadgets + + + + + AnniversaryGadget + Anniversary + Google Gadgets: Anniversary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Anniversary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Anniversary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Anniversary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Anniversary + Anniversary + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-new-ja/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-news/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-news/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-news/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-news + war + 0.3 + Google Gadgets News Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-news + + Property changes on: googlegadgets/trunk/googlegadgets-news/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,8999 @@ + + + + + + BreakingNewsfromMSNBCGadget + Breaking News from MSNBC + Google Gadgets: Breaking News from MSNBC Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Breaking News from MSNBC + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cs.washington.edu/homes/gym/google_gadget/breakingnews_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cs.washington.edu/homes/gym/google_gadget/breakingnews_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Breaking News from MSNBC + Breaking News from MSNBC + Google,Gadgets + + + + + NewsreelCNNNewsGadget + Newsreel CNN News + Google Gadgets: Newsreel CNN News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel CNN News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-cnn.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-cnn.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel CNN News + Newsreel CNN News + Google,Gadgets + + + + + DIGGGadget + DIGG + Google Gadgets: DIGG Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DIGG + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://digg.com/goog/ig.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://digg.com/goog/ig.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DIGG + DIGG + Google,Gadgets + + + + + HetWeerGadget + Het Weer + Google Gadgets: Het Weer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Het Weer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://weather.technetium.be/google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://weather.technetium.be/google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Het Weer + Het Weer + Google,Gadgets + + + + + TheWeatherChannelGadget + The Weather Channel + Google Gadgets: The Weather Channel Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Weather Channel + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.weather.com/services/gadgets/googlegadget/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.weather.com/services/gadgets/googlegadget/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Weather Channel + The Weather Channel + Google,Gadgets + + + + + myWeatherGadget + myWeather + Google Gadgets: myWeather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + myWeather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.notkewl.com/myWeather/myWeather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.notkewl.com/myWeather/myWeather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + myWeather + myWeather + Google,Gadgets + + + + + DiggnewsGadget + Digg news + Google Gadgets: Digg news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Digg news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.helvetet.se/gmodules/digg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.helvetet.se/gmodules/digg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Digg news + Digg news + Google,Gadgets + + + + + NewsHitechGadget + News - Hi-tech + Google Gadgets: News - Hi-tech Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News - Hi-tech + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://xml.my-install.com/news_122.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://xml.my-install.com/news_122.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News - Hi-tech + News - Hi-tech + Google,Gadgets + + + + + FlightStatusFlightStatscomGadget + Flight Status - FlightStats.com + Google Gadgets: Flight Status - FlightStats.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flight Status - FlightStats.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.flightstats.com/go/FlightStatus/AddGoogleHomePageFlightStatus.module&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.flightstats.com/go/FlightStatus/AddGoogleHomePageFlightStatus.module + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flight Status - FlightStats.com + Flight Status - FlightStats.com + Google,Gadgets + + + + + LiveCricketScoresGadget + Live Cricket Scores + Google Gadgets: Live Cricket Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Cricket Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://shantanuthatte.googlepages.com/scores.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://shantanuthatte.googlepages.com/scores.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Cricket Scores + Live Cricket Scores + Google,Gadgets + + + + + WeatherMapGadget + Weather Map + Google Gadgets: Weather Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/weathermap.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/weathermap.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Map + Weather Map + Google,Gadgets + + + + + DepressionNewsGadget + Depression News + Google Gadgets: Depression News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Depression News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/depression_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://psychcentral.com/gadgets/depression_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Depression News + Depression News + Google,Gadgets + + + + + MedindiaHealthNewsGadget + Medindia Health News + Google Gadgets: Medindia Health News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Medindia Health News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.medindia.net/first.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.medindia.net/first.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Medindia Health News + Medindia Health News + Google,Gadgets + + + + + MotorCitiesEditor39sPicksGadget + MotorCities Editor's Picks + Google Gadgets: MotorCities Editor's Picks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MotorCities Editor's Picks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/editors-pick.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.motorcities.com/newadditions/editors-pick.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MotorCities Editor's Picks + MotorCities Editor's Picks + Google,Gadgets + + + + + KQEDPublicRadioGadget + KQED Public Radio + Google Gadgets: KQED Public Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + KQED Public Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.kqed.org/includes/external/googleRadioGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.kqed.org/includes/external/googleRadioGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + KQED Public Radio + KQED Public Radio + Google,Gadgets + + + + + WeatherInternationalGadget + Weather International + Google Gadgets: Weather International Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather International + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/f_alpeggiani/weather_module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geocities.com/f_alpeggiani/weather_module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather International + Weather International + Google,Gadgets + + + + + MentalHealthNewsGadget + Mental Health News + Google Gadgets: Mental Health News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mental Health News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/psychcentral_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://psychcentral.com/gadgets/psychcentral_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mental Health News + Mental Health News + Google,Gadgets + + + + + LocalWeatherGadget + Local Weather + Google Gadgets: Local Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://boolean.googlepages.com/localweather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://boolean.googlepages.com/localweather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Weather + Local Weather + Google,Gadgets + + + + + LocalNWSWeatherRadarGadget + Local NWS Weather Radar + Google Gadgets: Local NWS Weather Radar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local NWS Weather Radar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.incidentlog.com/radar/radar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.incidentlog.com/radar/radar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local NWS Weather Radar + Local NWS Weather Radar + Google,Gadgets + + + + + ChildrenParentingNewsGadget + Children/Parenting News + Google Gadgets: Children/Parenting News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Children/Parenting News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/children_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://psychcentral.com/gadgets/children_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Children/Parenting News + Children/Parenting News + Google,Gadgets + + + + + DailyDermatologyNewsGadget + Daily Dermatology News + Google Gadgets: Daily Dermatology News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Dermatology News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rosacea-remedy.com/rosacea-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rosacea-remedy.com/rosacea-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Dermatology News + Daily Dermatology News + Google,Gadgets + + + + + NBAPlayoffHighlightsVideoGadget + NBA Playoff Highlights Video + Google Gadgets: NBA Playoff Highlights Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Playoff Highlights Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Playoff Highlights Video + NBA Playoff Highlights Video + Google,Gadgets + + + + + USStreamflowConditionsGadget + US Streamflow Conditions + Google Gadgets: US Streamflow Conditions Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + US Streamflow Conditions + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://water.usgs.gov/waterwatch/googles/real.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://water.usgs.gov/waterwatch/googles/real.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + US Streamflow Conditions + US Streamflow Conditions + Google,Gadgets + + + + + PPSPhysicianCMEGadget + PPS: Physician CME + Google Gadgets: PPS: Physician CME Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PPS: Physician CME + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ppscme.org/feeds/googlefeed_main.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ppscme.org/feeds/googlefeed_main.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PPS: Physician CME + PPS: Physician CME + Google,Gadgets + + + + + MedicalUpdatesfromyourAmericanCancerSocietyGadget + Medical Updates from your American Cancer Society + Google Gadgets: Medical Updates from your American Cancer Society Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Medical Updates from your American Cancer Society + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://labs.cancer.org/news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://labs.cancer.org/news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Medical Updates from your American Cancer Society + Medical Updates from your American Cancer Society + Google,Gadgets + + + + + FederatedMediaGadget + Federated Media + Google Gadgets: Federated Media Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Federated Media + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006773355088375657172/cse/brrzirvxye8/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006773355088375657172/cse/brrzirvxye8/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Federated Media + Federated Media + Google,Gadgets + + + + + RainandShineForecastGadget + Rain and Shine Forecast + Google Gadgets: Rain and Shine Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rain and Shine Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://futurama.googlepages.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://futurama.googlepages.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rain and Shine Forecast + Rain and Shine Forecast + Google,Gadgets + + + + + NewsreelFoxNewsGadget + Newsreel Fox News + Google Gadgets: Newsreel Fox News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Fox News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-fox.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-fox.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Fox News + Newsreel Fox News + Google,Gadgets + + + + + AGWeatherGadget + AGWeather + Google Gadgets: AGWeather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AGWeather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://alex.gavrishev.googlepages.com/anod_weather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://alex.gavrishev.googlepages.com/anod_weather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AGWeather + AGWeather + Google,Gadgets + + + + + THEWORLDExploreTheNewsandTheWorldGadget + THE WORLD - Explore The News and The World + Google Gadgets: THE WORLD - Explore The News and The World Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + THE WORLD - Explore The News and The World + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/nuzsgadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://nuzs.com/nuzsgadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + THE WORLD - Explore The News and The World + THE WORLD - Explore The News and The World + Google,Gadgets + + + + + WeatherStationGadget + Weather Station + Google Gadgets: Weather Station Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Station + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Station + Weather Station + Google,Gadgets + + + + + CramerholicHeadlinesGadget + Cramerholic Headlines + Google Gadgets: Cramerholic Headlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cramerholic Headlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://webninjainc.com/gadget/start.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://webninjainc.com/gadget/start.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cramerholic Headlines + Cramerholic Headlines + Google,Gadgets + + + + + WeatherBonkLiveConditionsMapGadget + Weather Bonk Live Conditions Map + Google Gadgets: Weather Bonk Live Conditions Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Bonk Live Conditions Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.weatherbonk.com/utils/gadgets/weatherBonkGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.weatherbonk.com/utils/gadgets/weatherBonkGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Bonk Live Conditions Map + Weather Bonk Live Conditions Map + Google,Gadgets + + + + + ExtremeWeatherThisWeekGadget + Extreme Weather This Week + Google Gadgets: Extreme Weather This Week Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Extreme Weather This Week + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.weatherbill.com/static/widget/google-ewt.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.weatherbill.com/static/widget/google-ewt.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Extreme Weather This Week + Extreme Weather This Week + Google,Gadgets + + + + + MoodNewsGadget + Mood News + Google Gadgets: Mood News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mood News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.latedecember.com/sites/moodnews/moodnewsghm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.latedecember.com/sites/moodnews/moodnewsghm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mood News + Mood News + Google,Gadgets + + + + + HeadlineMapNewsonGoogleMapGadget + HeadlineMap: News on Google Map + Google Gadgets: HeadlineMap: News on Google Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HeadlineMap: News on Google Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.headlinemap.com/google/map.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.headlinemap.com/google/map.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HeadlineMap: News on Google Map + HeadlineMap: News on Google Map + Google,Gadgets + + + + + LocalMissingChildrenGadget + Local Missing Children + Google Gadgets: Local Missing Children Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Missing Children + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/missing-kids-local.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/missing-kids-local.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Missing Children + Local Missing Children + Google,Gadgets + + + + + MoodNewsGoodNewsGadget + Mood News - Good News + Google Gadgets: Mood News - Good News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mood News - Good News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.latedecember.co.uk/sites/moodnews/goodmoodnewsghm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.latedecember.co.uk/sites/moodnews/goodmoodnewsghm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mood News - Good News + Mood News - Good News + Google,Gadgets + + + + + NewsreelYahooNewsGadget + Newsreel Yahoo News + Google Gadgets: Newsreel Yahoo News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Yahoo News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-yahoo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-yahoo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Yahoo News + Newsreel Yahoo News + Google,Gadgets + + + + + NABBYGadget + NABBY + Google Gadgets: NABBY Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NABBY + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ikarosu.net/util/perl/weather/tenki.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ikarosu.net/util/perl/weather/tenki.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NABBY + NABBY + Google,Gadgets + + + + + FranchisingNetworkGadget + Franchising Network + Google Gadgets: Franchising Network Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Franchising Network + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.franchising-network.de/feed.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.franchising-network.de/feed.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Franchising Network + Franchising Network + Google,Gadgets + + + + + WundergroundWeatherGadget + Wunderground Weather + Google Gadgets: Wunderground Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wunderground Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wunderground.com/google/stationmap.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wunderground.com/google/stationmap.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wunderground Weather + Wunderground Weather + Google,Gadgets + + + + + UFCArticlesGadget + UFC Articles + Google Gadgets: UFC Articles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UFC Articles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://amazingjoe.googlepages.com/ufc_gg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://amazingjoe.googlepages.com/ufc_gg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UFC Articles + UFC Articles + Google,Gadgets + + + + + CricketWorldCupNewsGadget + Cricket World Cup News + Google Gadgets: Cricket World Cup News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://selva.narayanan.googlepages.com/worldcup.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://selva.narayanan.googlepages.com/worldcup.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup News + Cricket World Cup News + Google,Gadgets + + + + + TropicalStormsGadget + Tropical Storms + Google Gadgets: Tropical Storms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tropical Storms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.solar.ifa.hawaii.edu/Tropical/storm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.solar.ifa.hawaii.edu/Tropical/storm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tropical Storms + Tropical Storms + Google,Gadgets + + + + + DiggcomTopin24hoursGadget + Digg.com - Top in 24 hours + Google Gadgets: Digg.com - Top in 24 hours Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Digg.com - Top in 24 hours + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://dannyjoo.googlepages.com/diggstop24.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://dannyjoo.googlepages.com/diggstop24.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Digg.com - Top in 24 hours + Digg.com - Top in 24 hours + Google,Gadgets + + + + + USWeatherMapGadget + US Weather Map + Google Gadgets: US Weather Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + US Weather Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://scotepi.net/google/weather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://scotepi.net/google/weather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + US Weather Map + US Weather Map + Google,Gadgets + + + + + WeatherForecastsGadget + Weather Forecasts + Google Gadgets: Weather Forecasts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Forecasts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/weather/weather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/weather/weather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Forecasts + Weather Forecasts + Google,Gadgets + + + + + meteosiGadget + meteo-si + Google Gadgets: meteo-si Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + meteo-si + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.meteo-si.com/meteo-si.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.meteo-si.com/meteo-si.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + meteo-si + meteo-si + Google,Gadgets + + + + + PWResourceWrestlingNewsGadget + PWResource Wrestling News + Google Gadgets: PWResource Wrestling News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PWResource Wrestling News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pwresource.com/pwrgoogle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pwresource.com/pwrgoogle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PWResource Wrestling News + PWResource Wrestling News + Google,Gadgets + + + + + NewsreelSportsGadget + Newsreel Sports + Google Gadgets: Newsreel Sports Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Sports + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-sport.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-sport.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Sports + Newsreel Sports + Google,Gadgets + + + + + ReutersPodcastPlayerPPGadget + Reuters Podcast Player (PP) + Google Gadgets: Reuters Podcast Player (PP) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Reuters Podcast Player (PP) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/1rpp1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://padmanijain.googlepages.com/1rpp1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Reuters Podcast Player (PP) + Reuters Podcast Player (PP) + Google,Gadgets + + + + + FBI39s10MostWantedGadget + FBI's 10 Most Wanted + Google Gadgets: FBI's 10 Most Wanted Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FBI's 10 Most Wanted + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://boolean.googlepages.com/wanted.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://boolean.googlepages.com/wanted.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FBI's 10 Most Wanted + FBI's 10 Most Wanted + Google,Gadgets + + + + + DailyHumorbyGiglishGadget + Daily Humor by Giglish + Google Gadgets: Daily Humor by Giglish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Humor by Giglish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.giglish.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.giglish.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Humor by Giglish + Daily Humor by Giglish + Google,Gadgets + + + + + WeatherPluscomWidgetGadget + WeatherPlus.com Widget + Google Gadgets: WeatherPlus.com Widget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WeatherPlus.com Widget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.weatherplus.com/_wxp/xml/GoogleStaticWidget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.weatherplus.com/_wxp/xml/GoogleStaticWidget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WeatherPlus.com Widget + WeatherPlus.com Widget + Google,Gadgets + + + + + WeatherChannelInteractiveMapGadget + Weather Channel Interactive Map + Google Gadgets: Weather Channel Interactive Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Channel Interactive Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://drbeagledotcom.googlepages.com/weather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://drbeagledotcom.googlepages.com/weather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Channel Interactive Map + Weather Channel Interactive Map + Google,Gadgets + + + + + USWeatherRadarGadget + US Weather Radar + Google Gadgets: US Weather Radar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + US Weather Radar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gmapsflighttracker.com/ghp/gmaps-us-weather-radar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gmapsflighttracker.com/ghp/gmaps-us-weather-radar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + US Weather Radar + US Weather Radar + Google,Gadgets + + + + + NationalMissingChildrenAlertsGadget + National Missing Children Alerts + Google Gadgets: National Missing Children Alerts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Missing Children Alerts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/missing-kids.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/missing-kids.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Missing Children Alerts + National Missing Children Alerts + Google,Gadgets + + + + + NewScientistBreakingNewsGadget + New Scientist - Breaking News + Google Gadgets: New Scientist - Breaking News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Scientist - Breaking News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.newscientist.com/indie/module/NewScientist-BreakingNews.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.newscientist.com/indie/module/NewScientist-BreakingNews.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Scientist - Breaking News + New Scientist - Breaking News + Google,Gadgets + + + + + MortgageAndRealEstateNewsGadget + Mortgage And Real Estate News + Google Gadgets: Mortgage And Real Estate News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage And Real Estate News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage And Real Estate News + Mortgage And Real Estate News + Google,Gadgets + + + + + SkiandSnowReportGadget + Ski and Snow Report + Google Gadgets: Ski and Snow Report Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ski and Snow Report + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.skireport.com/gadget/&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.skireport.com/gadget/ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ski and Snow Report + Ski and Snow Report + Google,Gadgets + + + + + WeatherGadget + Weather + Google Gadgets: Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thorntonoh.com/xml/ClevelandWeather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thorntonoh.com/xml/ClevelandWeather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather + Weather + Google,Gadgets + + + + + ReutersNewsinPicturesGadget + Reuters News in Pictures + Google Gadgets: Reuters News in Pictures Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Reuters News in Pictures + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/reuters/news-in-pictures.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/reuters/news-in-pictures.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Reuters News in Pictures + Reuters News in Pictures + Google,Gadgets + + + + + NewsreelABCNewsGadget + Newsreel ABC News + Google Gadgets: Newsreel ABC News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel ABC News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-abc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-abc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel ABC News + Newsreel ABC News + Google,Gadgets + + + + + WeatherbyWeathercomGadget + Weather by Weather.com + Google Gadgets: Weather by Weather.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather by Weather.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://timcwebman.googlepages.com/weather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://timcwebman.googlepages.com/weather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather by Weather.com + Weather by Weather.com + Google,Gadgets + + + + + NewsreelBBCNewsGadget + Newsreel BBC News + Google Gadgets: Newsreel BBC News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel BBC News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-bbc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-bbc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel BBC News + Newsreel BBC News + Google,Gadgets + + + + + AccuWeathercomHurricaneWatchGadget + AccuWeather.com Hurricane Watch + Google Gadgets: AccuWeather.com Hurricane Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AccuWeather.com Hurricane Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gwidget.accuweather.com/adcbin/google-widget/HurricaneGG.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gwidget.accuweather.com/adcbin/google-widget/HurricaneGG.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AccuWeather.com Hurricane Watch + AccuWeather.com Hurricane Watch + Google,Gadgets + + + + + News8AustinAllergyForecastGadget + News 8 Austin Allergy Forecast + Google Gadgets: News 8 Austin Allergy Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News 8 Austin Allergy Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://blakewest.googlepages.com/news8allergy.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://blakewest.googlepages.com/news8allergy.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News 8 Austin Allergy Forecast + News 8 Austin Allergy Forecast + Google,Gadgets + + + + + TopNewsGadget + Top News + Google Gadgets: Top News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Top News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/news/news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/news/news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Top News + Top News + Google,Gadgets + + + + + Haber34Gadget + Haber34 + Google Gadgets: Haber34 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Haber34 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.haber34.com/google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.haber34.com/google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Haber34 + Haber34 + Google,Gadgets + + + + + CaribbeannewspapersearchGadget + Caribbean newspaper search + Google Gadgets: Caribbean newspaper search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Caribbean newspaper search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002275625191349162002/cse/w-heq-1o_g8/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002275625191349162002/cse/w-heq-1o_g8/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Caribbean newspaper search + Caribbean newspaper search + Google,Gadgets + + + + + 3DWeathermapGadget + 3D Weather map + Google Gadgets: 3D Weather map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3D Weather map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://freeearth.poly9.com/_weather/weather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://freeearth.poly9.com/_weather/weather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3D Weather map + 3D Weather map + Google,Gadgets + + + + + AmericanIdolNewsFromEWcomGadget + American Idol?News From EW.com + Google Gadgets: American Idol?News From EW.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + American Idol?News From EW.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/gadgads/aidol/aidol.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/gadgads/aidol/aidol.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + American Idol?News From EW.com + American Idol?News From EW.com + Google,Gadgets + + + + + DavidKochforPresident2008Gadget + David Koch for President, 2008 + Google Gadgets: David Koch for President, 2008 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + David Koch for President, 2008 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://dakoch.googlepages.com/dave.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://dakoch.googlepages.com/dave.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + David Koch for President, 2008 + David Koch for President, 2008 + Google,Gadgets + + + + + NAGASAKI39sWeatherGadget + NAGASAKI's Weather + Google Gadgets: NAGASAKI's Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NAGASAKI's Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ikarosu.net/util/perl/weather/nagasaki_tenki.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ikarosu.net/util/perl/weather/nagasaki_tenki.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NAGASAKI's Weather + NAGASAKI's Weather + Google,Gadgets + + + + + preciseNewsDailyGadget + preciseNews Daily + Google Gadgets: preciseNews Daily Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseNews Daily + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/daily.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.preciseNews.us/pt/gadgets/daily.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseNews Daily + preciseNews Daily + Google,Gadgets + + + + + EatingDisordersNewsGadget + Eating Disorders News + Google Gadgets: Eating Disorders News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eating Disorders News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/eating_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://psychcentral.com/gadgets/eating_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eating Disorders News + Eating Disorders News + Google,Gadgets + + + + + MediaUKmedianewsGadget + Media UK: media news + Google Gadgets: Media UK: media news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Media UK: media news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mediauk.com/content/google_ig_news.muk&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mediauk.com/content/google_ig_news.muk + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Media UK: media news + Media UK: media news + Google,Gadgets + + + + + callcenterGadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/answering.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://call-centre.thuriam.com/gadgets/answering.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + LotteryandLottoResultsGadget + Lottery and Lotto Results + Google Gadgets: Lottery and Lotto Results Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lottery and Lotto Results + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.lotteryxmlfeed.com/gadget/lottery-lotto-results/lottery-result-display.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.lotteryxmlfeed.com/gadget/lottery-lotto-results/lottery-result-display.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lottery and Lotto Results + Lottery and Lotto Results + Google,Gadgets + + + + + preciseNewsTabsGadget + preciseNews Tabs + Google Gadgets: preciseNews Tabs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseNews Tabs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/tabs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.preciseNews.us/pt/gadgets/tabs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseNews Tabs + preciseNews Tabs + Google,Gadgets + + + + + EnvironmentCanada39sWeatherLinkv1420061017184333Gadget + Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) + Google Gadgets: Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://schultzter.googlepages.com/WeatherLink.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://schultzter.googlepages.com/WeatherLink.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) + Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) + Google,Gadgets + + + + + preciseBusinessGadget + preciseBusiness + Google Gadgets: preciseBusiness Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseBusiness + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/business.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.preciseNews.us/pt/gadgets/business.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseBusiness + preciseBusiness + Google,Gadgets + + + + + FloodAdvisoryGadgetGadget + Flood Advisory Gadget + Google Gadgets: Flood Advisory Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flood Advisory Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/flood_advisory/flood_advisory.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://broadcast-weather.net/gadget/flood_advisory/flood_advisory.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flood Advisory Gadget + Flood Advisory Gadget + Google,Gadgets + + + + + NewsreelUnitedPressInternationalGadget + Newsreel United Press International + Google Gadgets: Newsreel United Press International Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel United Press International + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-upi.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-upi.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel United Press International + Newsreel United Press International + Google,Gadgets + + + + + TornadoWarningGadgetGadget + Tornado Warning Gadget + Google Gadgets: Tornado Warning Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tornado Warning Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/tornado_warnings/tornado_warning.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://broadcast-weather.net/gadget/tornado_warnings/tornado_warning.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tornado Warning Gadget + Tornado Warning Gadget + Google,Gadgets + + + + + IrishweatherforecastGadget + Irish weather forecast + Google Gadgets: Irish weather forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Irish weather forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bcri.ucc.ie/~vk1/met.ie.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bcri.ucc.ie/~vk1/met.ie.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Irish weather forecast + Irish weather forecast + Google,Gadgets + + + + + TheFreeFoodGadgetforUNFGadget + The Free Food Gadget for UNF + Google Gadgets: The Free Food Gadget for UNF Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Free Food Gadget for UNF + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://j.monsorno.googlepages.com/food.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://j.monsorno.googlepages.com/food.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Free Food Gadget for UNF + The Free Food Gadget for UNF + Google,Gadgets + + + + + SmogReportGadget + Smog Report + Google Gadgets: Smog Report Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Smog Report + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mattandjoy.com/smogreport/smogreport.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mattandjoy.com/smogreport/smogreport.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Smog Report + Smog Report + Google,Gadgets + + + + + TIMEQuoteoftheDayGadget + TIME Quote of the Day + Google Gadgets: TIME Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TIME Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/cnn/time-quote-of-the-day.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/cnn/time-quote-of-the-day.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TIME Quote of the Day + TIME Quote of the Day + Google,Gadgets + + + + + BBCwhat39sonnownextGadget + BBC what's on now/next + Google Gadgets: BBC what's on now/next Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BBC what's on now/next + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://backstage.menti.name/google/nownext.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://backstage.menti.name/google/nownext.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BBC what's on now/next + BBC what's on now/next + Google,Gadgets + + + + + ClassicalArtEventsGadget + Classical Art Events + Google Gadgets: Classical Art Events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Classical Art Events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.classicalrealist.org/Google/controls/UpcomingEvents/Xml/Gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.classicalrealist.org/Google/controls/UpcomingEvents/Xml/Gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Classical Art Events + Classical Art Events + Google,Gadgets + + + + + NewsreelGadget + Newsreel + Google Gadgets: Newsreel Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel + Newsreel + Google,Gadgets + + + + + NewsreelOddNewsGadget + Newsreel Odd News + Google Gadgets: Newsreel Odd News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Odd News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-odd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-odd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Odd News + Newsreel Odd News + Google,Gadgets + + + + + callcenter1Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/access.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://call-centre.thuriam.com/access.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + SevereWeatherWarningGadgetGadget + Severe Weather Warning Gadget + Google Gadgets: Severe Weather Warning Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Severe Weather Warning Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/severe_weather/severe_weather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://broadcast-weather.net/gadget/severe_weather/severe_weather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Severe Weather Warning Gadget + Severe Weather Warning Gadget + Google,Gadgets + + + + + HeadlinesfromtheGreenBlogosphereGadget + Headlines from the Green Blogosphere + Google Gadgets: Headlines from the Green Blogosphere Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Headlines from the Green Blogosphere + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.firstsustainable.com/greenbloggers.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.firstsustainable.com/greenbloggers.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Headlines from the Green Blogosphere + Headlines from the Green Blogosphere + Google,Gadgets + + + + + EVEOnlineDevBlogsGadget + EVE Online Dev Blogs + Google Gadgets: EVE Online Dev Blogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EVE Online Dev Blogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.i868.co.uk/eve/devblogs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.i868.co.uk/eve/devblogs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EVE Online Dev Blogs + EVE Online Dev Blogs + Google,Gadgets + + + + + Socializerbyweb2announcercomGadget + Socializer by web2announcer.com + Google Gadgets: Socializer by web2announcer.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Socializer by web2announcer.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://web2announcer.com/gm/socializer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://web2announcer.com/gm/socializer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Socializer by web2announcer.com + Socializer by web2announcer.com + Google,Gadgets + + + + + BrazilMissingChildrenAlertsGadget + Brazil Missing Children Alerts + Google Gadgets: Brazil Missing Children Alerts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Brazil Missing Children Alerts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/missing-kids/brasil/missing-kids.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://go-go-gadgets.com/missing-kids/brasil/missing-kids.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Brazil Missing Children Alerts + Brazil Missing Children Alerts + Google,Gadgets + + + + + MarineObservationsNearYouGadget + Marine Observations Near You + Google Gadgets: Marine Observations Near You Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Marine Observations Near You + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mikeg101.googlepages.com/nearby_stations_tabs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mikeg101.googlepages.com/nearby_stations_tabs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Marine Observations Near You + Marine Observations Near You + Google,Gadgets + + + + + preciseEntertainmentGadget + preciseEntertainment + Google Gadgets: preciseEntertainment Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseEntertainment + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/entertainment.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.preciseNews.us/pt/gadgets/entertainment.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseEntertainment + preciseEntertainment + Google,Gadgets + + + + + newsGadget + news + Google Gadgets: news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://peakoil.com/google_gadget_energynews.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://peakoil.com/google_gadget_energynews.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + news + news + Google,Gadgets + + + + + RedOrbitVideoNewsGadget + RedOrbit Video News + Google Gadgets: RedOrbit Video News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RedOrbit Video News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://master.redorbit.com/modules/news/googlehome/video.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://master.redorbit.com/modules/news/googlehome/video.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RedOrbit Video News + RedOrbit Video News + Google,Gadgets + + + + + MLBScoreboardGadget + MLB Scoreboard + Google Gadgets: MLB Scoreboard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MLB Scoreboard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://tgrinberg.googlepages.com/mlbmodule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://tgrinberg.googlepages.com/mlbmodule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MLB Scoreboard + MLB Scoreboard + Google,Gadgets + + + + + SearchNewsSearchGadget + Search News Search + Google Gadgets: Search News Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search News Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001647362868805548177/cse/ggixaeakrr4/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001647362868805548177/cse/ggixaeakrr4/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search News Search + Search News Search + Google,Gadgets + + + + + BipolarNewsGadget + Bipolar News + Google Gadgets: Bipolar News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bipolar News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/bipolar_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://psychcentral.com/gadgets/bipolar_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bipolar News + Bipolar News + Google,Gadgets + + + + + CGIndustryNewsGadget + CGIndustry News + Google Gadgets: CGIndustry News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CGIndustry News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_Gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cg-india.com/cgi_Gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CGIndustry News + CGIndustry News + Google,Gadgets + + + + + 511orgDrivingTimesGadget + 511.org Driving Times + Google Gadgets: 511.org Driving Times Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 511.org Driving Times + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.xfactorial.com/gadgets/drivingtimes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.xfactorial.com/gadgets/drivingtimes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 511.org Driving Times + 511.org Driving Times + Google,Gadgets + + + + + callcenter2Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/annual-registration.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://call-centre.thuriam.com/gadgets/annual-registration.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + Torino2006OlympicMedalsGadget + Torino 2006 Olympic Medals + Google Gadgets: Torino 2006 Olympic Medals Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torino 2006 Olympic Medals + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.counttonine.com/olympics.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.counttonine.com/olympics.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torino 2006 Olympic Medals + Torino 2006 Olympic Medals + Google,Gadgets + + + + + TVRagecomTVGuideGadget + TVRage.com - TV Guide + Google Gadgets: TVRage.com - TV Guide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TVRage.com - TV Guide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://czech.fox.googlepages.com/tvragesearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://czech.fox.googlepages.com/tvragesearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TVRage.com - TV Guide + TVRage.com - TV Guide + Google,Gadgets + + + + + HaveeruGadget + Haveeru + Google Gadgets: Haveeru Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Haveeru + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://geocities.com/shaamil11/Blogging/haveeru.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://geocities.com/shaamil11/Blogging/haveeru.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Haveeru + Haveeru + Google,Gadgets + + + + + CGIndustryNews1Gadget + CGIndustry News + Google Gadgets: CGIndustry News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CGIndustry News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cg-india.com/cgi_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CGIndustry News + CGIndustry News + Google,Gadgets + + + + + GrandprixRacingNewsGadget + Grandprix Racing News + Google Gadgets: Grandprix Racing News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Grandprix Racing News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.grandprix-live.com/gadgets/gplive.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.grandprix-live.com/gadgets/gplive.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Grandprix Racing News + Grandprix Racing News + Google,Gadgets + + + + + BorderWaitTimesGadget + Border Wait Times + Google Gadgets: Border Wait Times Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Border Wait Times + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://kokuda.googlepages.com/borderwaittimes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://kokuda.googlepages.com/borderwaittimes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Border Wait Times + Border Wait Times + Google,Gadgets + + + + + AtlanticFreePressGadget + Atlantic Free Press + Google Gadgets: Atlantic Free Press Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Atlantic Free Press + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.atlanticfreepress.com/xml/atlanticfreepress.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.atlanticfreepress.com/xml/atlanticfreepress.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Atlantic Free Press + Atlantic Free Press + Google,Gadgets + + + + + ColoradoSkiReportGadget + Colorado Ski Report + Google Gadgets: Colorado Ski Report Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Colorado Ski Report + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pyrzak.com/google/colorado_snow.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pyrzak.com/google/colorado_snow.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Colorado Ski Report + Colorado Ski Report + Google,Gadgets + + + + + NewsreelHealthNewsGadget + Newsreel Health News + Google Gadgets: Newsreel Health News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Health News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-health.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-health.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Health News + Newsreel Health News + Google,Gadgets + + + + + preciseHeadlinesGadget + preciseHeadlines + Google Gadgets: preciseHeadlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseHeadlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.precisenews.us/pt/gadgets/headlines.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.precisenews.us/pt/gadgets/headlines.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseHeadlines + preciseHeadlines + Google,Gadgets + + + + + NISCSouthAfricaGadget + NISC South Africa + Google Gadgets: NISC South Africa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NISC South Africa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nisc.co.za/services/nisc.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nisc.co.za/services/nisc.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NISC South Africa + NISC South Africa + Google,Gadgets + + + + + MuslimsInternetSearchGadget + Muslims Internet Search + Google Gadgets: Muslims Internet Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Muslims Internet Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.2muslims.com/google_xml/islamic_search.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.2muslims.com/google_xml/islamic_search.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Muslims Internet Search + Muslims Internet Search + Google,Gadgets + + + + + NewsreelMSNBCNewsGadget + Newsreel MSNBC News + Google Gadgets: Newsreel MSNBC News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel MSNBC News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-msn.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-msn.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel MSNBC News + Newsreel MSNBC News + Google,Gadgets + + + + + HawaiiNewsLocalGadget + Hawaii News - Local + Google Gadgets: Hawaii News - Local Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hawaii News - Local + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://bsongsong.googlepages.com/hawaiinews.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://bsongsong.googlepages.com/hawaiinews.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hawaii News - Local + Hawaii News - Local + Google,Gadgets + + + + + SummitSceneSnowGadget + SummitScene Snow + Google Gadgets: SummitScene Snow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SummitScene Snow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://summitscene.googlepages.com/summitscene-snow.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://summitscene.googlepages.com/summitscene-snow.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SummitScene Snow + SummitScene Snow + Google,Gadgets + + + + + NewsreelNYTimesGadget + Newsreel NY Times + Google Gadgets: Newsreel NY Times Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel NY Times + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-nytimes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-nytimes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel NY Times + Newsreel NY Times + Google,Gadgets + + + + + GlobalGiantsGadget + Global Giants + Google Gadgets: Global Giants Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Global Giants + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.globalgiants.com/GoogleGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.globalgiants.com/GoogleGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Global Giants + Global Giants + Google,Gadgets + + + + + NewsElectionsFrancaise2007Gadget + News Elections Francaise 2007 + Google Gadgets: News Elections Francaise 2007 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News Elections Francaise 2007 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.peopolitik.com/gadget_peopolitik_01.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.peopolitik.com/gadget_peopolitik_01.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News Elections Francaise 2007 + News Elections Francaise 2007 + Google,Gadgets + + + + + GossipGadget + Gossip + Google Gadgets: Gossip Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gossip + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nypost.com/googlegadgets/gossip_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nypost.com/googlegadgets/gossip_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gossip + Gossip + Google,Gadgets + + + + + HotTrendsGadgetGadget + Hot Trends Gadget + Google Gadgets: Hot Trends Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hot Trends Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.gadgetsearch.net/hottrends.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.gadgetsearch.net/hottrends.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hot Trends Gadget + Hot Trends Gadget + Google,Gadgets + + + + + soFemininecoukCelebritynewsGadget + soFeminine.co.uk - Celebrity news + Google Gadgets: soFeminine.co.uk - Celebrity news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + soFeminine.co.uk - Celebrity news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.sofeminine.co.uk/world/stars/gadget/google.xml.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.sofeminine.co.uk/world/stars/gadget/google.xml.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + soFeminine.co.uk - Celebrity news + soFeminine.co.uk - Celebrity news + Google,Gadgets + + + + + ZionistcomGadget + Zionist.com + Google Gadgets: Zionist.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zionist.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.zionist.com/zcomfeed2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.zionist.com/zcomfeed2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zionist.com + Zionist.com + Google,Gadgets + + + + + BayAreaTrafficGadget + Bay Area Traffic + Google Gadgets: Bay Area Traffic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bay Area Traffic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://boolean.googlepages.com/traffic.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://boolean.googlepages.com/traffic.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bay Area Traffic + Bay Area Traffic + Google,Gadgets + + + + + JeniusLatestPostGadget + Jenius - Latest Post + Google Gadgets: Jenius - Latest Post Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jenius - Latest Post + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jenius.phrebh.com/latestpost.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jenius.phrebh.com/latestpost.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jenius - Latest Post + Jenius - Latest Post + Google,Gadgets + + + + + GRONLANDRECORDSNEWSGadget + GRONLAND RECORDS NEWS + Google Gadgets: GRONLAND RECORDS NEWS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRONLAND RECORDS NEWS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.groenland.com/gw/groenland.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.groenland.com/gw/groenland.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRONLAND RECORDS NEWS + GRONLAND RECORDS NEWS + Google,Gadgets + + + + + MeteoxRealtimerainfallradarGadget + Meteox - Realtime rainfall radar + Google Gadgets: Meteox - Realtime rainfall radar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Meteox - Realtime rainfall radar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www2.buienradar.nl/radar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www2.buienradar.nl/radar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Meteox - Realtime rainfall radar + Meteox - Realtime rainfall radar + Google,Gadgets + + + + + NewsElectionsFrancaise20071Gadget + News Elections Francaise 2007 + Google Gadgets: News Elections Francaise 2007 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News Elections Francaise 2007 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.peopolitik.com/gadgets-web-2-0/elections-francaises-2007/gadget_peopolitik_01.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.peopolitik.com/gadgets-web-2-0/elections-francaises-2007/gadget_peopolitik_01.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News Elections Francaise 2007 + News Elections Francaise 2007 + Google,Gadgets + + + + + YouTubeJapanesefeaturedvideoGadget + YouTube::Japanese featured video + Google Gadgets: YouTube::Japanese featured video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube::Japanese featured video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hoosoo.tv/en-video.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hoosoo.tv/en-video.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube::Japanese featured video + YouTube::Japanese featured video + Google,Gadgets + + + + + CustomizednewsGadget + Customized news + Google Gadgets: Customized news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Customized news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://eliebf.googlepages.com/Eli.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://eliebf.googlepages.com/Eli.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Customized news + Customized news + Google,Gadgets + + + + + NewsreelCBSNewsGadget + Newsreel CBS News + Google Gadgets: Newsreel CBS News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel CBS News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-cbs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-cbs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel CBS News + Newsreel CBS News + Google,Gadgets + + + + + NWSkiWeatherSnowForecastGadget + NW Ski Weather Snow Forecast + Google Gadgets: NW Ski Weather Snow Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NW Ski Weather Snow Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.powderdrop.com/powderdrop.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.powderdrop.com/powderdrop.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NW Ski Weather Snow Forecast + NW Ski Weather Snow Forecast + Google,Gadgets + + + + + PodcasterNewsLatest5podcastsGadget + PodcasterNews Latest 5 podcasts + Google Gadgets: PodcasterNews Latest 5 podcasts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PodcasterNews Latest 5 podcasts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.podcasternews.com/google/podcasternews.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.podcasternews.com/google/podcasternews.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PodcasterNews Latest 5 podcasts + PodcasterNews Latest 5 podcasts + Google,Gadgets + + + + + DailySpanishNewsInEnglishGadget + Daily Spanish News In English + Google Gadgets: Daily Spanish News In English Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Spanish News In English + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.spanish-review.com/module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.spanish-review.com/module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Spanish News In English + Daily Spanish News In English + Google,Gadgets + + + + + OrkutNewsGadget + Orkut News + Google Gadgets: Orkut News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orkut News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://pthegroup.googlepages.com/OrkutNews.XML&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://pthegroup.googlepages.com/OrkutNews.XML + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orkut News + Orkut News + Google,Gadgets + + + + + callcenter3Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/academic.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://call-centre.thuriam.com/academic.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + CricketWorldCupScoresGadget + Cricket World Cup Scores + Google Gadgets: Cricket World Cup Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/cricket_scores.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/cricket_scores.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup Scores + Cricket World Cup Scores + Google,Gadgets + + + + + MeteoxRealtimerainfallradar1Gadget + Meteox - Realtime rainfall radar + Google Gadgets: Meteox - Realtime rainfall radar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Meteox - Realtime rainfall radar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www2.meteox.com/radar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www2.meteox.com/radar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Meteox - Realtime rainfall radar + Meteox - Realtime rainfall radar + Google,Gadgets + + + + + ADHDNewsGadget + ADHD News + Google Gadgets: ADHD News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ADHD News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/adhd_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://psychcentral.com/gadgets/adhd_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ADHD News + ADHD News + Google,Gadgets + + + + + SchizophreniaNewsGadget + Schizophrenia News + Google Gadgets: Schizophrenia News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Schizophrenia News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/schizophrenia_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://psychcentral.com/gadgets/schizophrenia_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Schizophrenia News + Schizophrenia News + Google,Gadgets + + + + + preciseBlogsGadget + preciseBlogs + Google Gadgets: preciseBlogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseBlogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/blogs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.preciseNews.us/pt/gadgets/blogs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseBlogs + preciseBlogs + Google,Gadgets + + + + + CricketWorldCupNews1Gadget + Cricket World Cup News + Google Gadgets: Cricket World Cup News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/cricket_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/cricket_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup News + Cricket World Cup News + Google,Gadgets + + + + + AustralianweatherGadget + Australian weather + Google Gadgets: Australian weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Australian weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://bomweathergadget.googlecode.com/svn/trunk/bom.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://bomweathergadget.googlecode.com/svn/trunk/bom.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Australian weather + Australian weather + Google,Gadgets + + + + + NewspaperindexFreshpapersGadget + Newspaperindex - Fresh papers + Google Gadgets: Newspaperindex - Fresh papers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newspaperindex - Fresh papers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.newspaperindex.com/freshpapers.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.newspaperindex.com/freshpapers.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newspaperindex - Fresh papers + Newspaperindex - Fresh papers + Google,Gadgets + + + + + CaliforniaISOStatusGadget + California ISO Status + Google Gadgets: California ISO Status Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + California ISO Status + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://david.prinzing.googlepages.com/caiso.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://david.prinzing.googlepages.com/caiso.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + California ISO Status + California ISO Status + Google,Gadgets + + + + + GoogleNewscloudbyNewzingoGadget + Google News cloud by Newzingo + Google Gadgets: Google News cloud by Newzingo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google News cloud by Newzingo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://newzingo.com/tagcloud/google_module&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://newzingo.com/tagcloud/google_module + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google News cloud by Newzingo + Google News cloud by Newzingo + Google,Gadgets + + + + + NABBYWeeklyWeatherforJAPANGadget + NABBY Weekly Weather for JAPAN + Google Gadgets: NABBY Weekly Weather for JAPAN Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NABBY Weekly Weather for JAPAN + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ikarosu.net/util/perl/weather/tenki_en.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ikarosu.net/util/perl/weather/tenki_en.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NABBY Weekly Weather for JAPAN + NABBY Weekly Weather for JAPAN + Google,Gadgets + + + + + preciseHeadlines1Gadget + preciseHeadlines + Google Gadgets: preciseHeadlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseHeadlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/headlines.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.preciseNews.us/pt/gadgets/headlines.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseHeadlines + preciseHeadlines + Google,Gadgets + + + + + callcenter4Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + MarineObservationsNearYourLocationGadget + Marine Observations Near Your Location + Google Gadgets: Marine Observations Near Your Location Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Marine Observations Near Your Location + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mikeg101.googlepages.com/nearby_stations.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mikeg101.googlepages.com/nearby_stations.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Marine Observations Near Your Location + Marine Observations Near Your Location + Google,Gadgets + + + + + GlobalSurfForecastsGadget + Global Surf Forecasts + Google Gadgets: Global Surf Forecasts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Global Surf Forecasts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://globalsurfari.com/gs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://globalsurfari.com/gs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Global Surf Forecasts + Global Surf Forecasts + Google,Gadgets + + + + + AAFESNEWSGadget + AAFES NEWS + Google Gadgets: AAFES NEWS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AAFES NEWS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.aafes.com/pa/news/google/news_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.aafes.com/pa/news/google/news_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AAFES NEWS + AAFES NEWS + Google,Gadgets + + + + + GreenVehicleNewscomDailyNewsGadget + GreenVehicleNews.com - Daily News + Google Gadgets: GreenVehicleNews.com - Daily News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GreenVehicleNews.com - Daily News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.greenvehiclenews.com/gvn_google_gadget4.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.greenvehiclenews.com/gvn_google_gadget4.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GreenVehicleNews.com - Daily News + GreenVehicleNews.com - Daily News + Google,Gadgets + + + + + QuanticoWeatherGadget + Quantico Weather + Google Gadgets: Quantico Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quantico Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.quantico.usmc.mil/weather/weather_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.quantico.usmc.mil/weather/weather_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quantico Weather + Quantico Weather + Google,Gadgets + + + + + DynaWeatherConditionsv11Gadget + DynaWeather Conditions v1.1 + Google Gadgets: DynaWeather Conditions v1.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DynaWeather Conditions v1.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.dynaweather.com/current.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.dynaweather.com/current.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DynaWeather Conditions v1.1 + DynaWeather Conditions v1.1 + Google,Gadgets + + + + + PAWWeatherSSECGadget + PAW Weather (SSEC) + Google Gadgets: PAW Weather (SSEC) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PAW Weather (SSEC) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ssec.wisc.edu/data/paw/googlegadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ssec.wisc.edu/data/paw/googlegadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PAW Weather (SSEC) + PAW Weather (SSEC) + Google,Gadgets + + + + + UKThreatLevelGadget + UK Threat Level + Google Gadgets: UK Threat Level Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UK Threat Level + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ben.mcwhinnie.googlepages.com/ukthreatlevel.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ben.mcwhinnie.googlepages.com/ukthreatlevel.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UK Threat Level + UK Threat Level + Google,Gadgets + + + + + FMIWeatherGadget + FMI Weather + Google Gadgets: FMI Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FMI Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://grinsted.googlepages.com/fmiweather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://grinsted.googlepages.com/fmiweather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FMI Weather + FMI Weather + Google,Gadgets + + + + + preciseOpinionGadget + preciseOpinion + Google Gadgets: preciseOpinion Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseOpinion + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/opinion.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.preciseNews.us/pt/gadgets/opinion.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseOpinion + preciseOpinion + Google,Gadgets + + + + + IntheNewsGadget + In the News + Google Gadgets: In the News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + In the News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/news-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.thefreedictionary.com/_/WoD/news-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + In the News + In the News + Google,Gadgets + + + + + ShoutmouthNewsGadgetGadget + Shoutmouth News Gadget + Google Gadgets: Shoutmouth News Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shoutmouth News Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.shoutmouth.com/index.php/base/gadgetnewsxml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.shoutmouth.com/index.php/base/gadgetnewsxml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shoutmouth News Gadget + Shoutmouth News Gadget + Google,Gadgets + + + + + NewsreelNewsfromReutersGadget + Newsreel News from Reuters + Google Gadgets: Newsreel News from Reuters Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel News from Reuters + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-reuters.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-reuters.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel News from Reuters + Newsreel News from Reuters + Google,Gadgets + + + + + NewsGadget + News + Google Gadgets: News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://Saint.Patricius.googlepages.com/eq2news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://Saint.Patricius.googlepages.com/eq2news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News + News + Google,Gadgets + + + + + AnxietyNewsGadget + Anxiety News + Google Gadgets: Anxiety News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Anxiety News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/anxiety_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://psychcentral.com/gadgets/anxiety_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Anxiety News + Anxiety News + Google,Gadgets + + + + + UVIndexForecastGadget + UV Index Forecast + Google Gadgets: UV Index Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UV Index Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.aromatic.org/google/uv.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.aromatic.org/google/uv.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UV Index Forecast + UV Index Forecast + Google,Gadgets + + + + + HurricaneAdvisoryGadgetGadget + Hurricane Advisory Gadget + Google Gadgets: Hurricane Advisory Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hurricane Advisory Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/hurricane_advisories/hurricane_advisories.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://broadcast-weather.net/gadget/hurricane_advisories/hurricane_advisories.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hurricane Advisory Gadget + Hurricane Advisory Gadget + Google,Gadgets + + + + + WeatherListingstheweathernetworkcomGadget + Weather Listings - theweathernetwork.com + Google Gadgets: Weather Listings - theweathernetwork.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Listings - theweathernetwork.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.BWebCentral.com/weathergg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.BWebCentral.com/weathergg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Listings - theweathernetwork.com + Weather Listings - theweathernetwork.com + Google,Gadgets + + + + + ScienceandPoliticsNewsGadget + Science and Politics News + Google Gadgets: Science and Politics News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Science and Politics News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://alexander.atallah.googlepages.com/scientificpoliticalnewsv2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://alexander.atallah.googlepages.com/scientificpoliticalnewsv2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Science and Politics News + Science and Politics News + Google,Gadgets + + + + + NationalWeatherRadarAndWMSMapsGadget + National Weather Radar And WMS Maps + Google Gadgets: National Weather Radar And WMS Maps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Weather Radar And WMS Maps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jrhollis.googlepages.com/wms_maps_radar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jrhollis.googlepages.com/wms_maps_radar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Weather Radar And WMS Maps + National Weather Radar And WMS Maps + Google,Gadgets + + + + + GladoocomjobsinIndiaGadget + Gladoo.com ? jobs in India + Google Gadgets: Gladoo.com ? jobs in India Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gladoo.com ? jobs in India + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://surendernitj.googlepages.com/gladoo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://surendernitj.googlepages.com/gladoo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gladoo.com ? jobs in India + Gladoo.com ? jobs in India + Google,Gadgets + + + + + Suite101Gadget + Suite101 + Google Gadgets: Suite101 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Suite101 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.suite101.com/gadget/gadget.cfm&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.suite101.com/gadget/gadget.cfm + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Suite101 + Suite101 + Google,Gadgets + + + + + NoticiasGadget + Noticias + Google Gadgets: Noticias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://band.com.br/rss/gadgets/noticias.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://band.com.br/rss/gadgets/noticias.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias + Noticias + Google,Gadgets + + + + + AustralianWeatherRadarGadget + Australian Weather Radar + Google Gadgets: Australian Weather Radar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Australian Weather Radar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.projectcomputing.com/resources/ausWeather.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.projectcomputing.com/resources/ausWeather.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Australian Weather Radar + Australian Weather Radar + Google,Gadgets + + + + + JavaQueriesGadget + Java Queries + Google Gadgets: Java Queries Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Java Queries + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://r.ashish.m.googlepages.com/javaqueries.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://r.ashish.m.googlepages.com/javaqueries.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Java Queries + Java Queries + Google,Gadgets + + + + + NOAABuoysListMarineObservationsGadget + NOAA Buoys List (Marine Observations) + Google Gadgets: NOAA Buoys List (Marine Observations) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NOAA Buoys List (Marine Observations) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://krombholz.googlepages.com/buoys.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://krombholz.googlepages.com/buoys.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NOAA Buoys List (Marine Observations) + NOAA Buoys List (Marine Observations) + Google,Gadgets + + + + + LotteryResultsGadget + Lottery Results + Google Gadgets: Lottery Results Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lottery Results + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.lotterycorp.net/lotteryresults.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.lotterycorp.net/lotteryresults.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lottery Results + Lottery Results + Google,Gadgets + + + + + YouMeWiiGadget + You Me Wii + Google Gadgets: You Me Wii Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + You Me Wii + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.youmewii.com/wii.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.youmewii.com/wii.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + You Me Wii + You Me Wii + Google,Gadgets + + + + + PhysOrgcomnewsGadget + PhysOrg.com news + Google Gadgets: PhysOrg.com news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PhysOrg.com news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.physorg.com/ig/IGPhysOrg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.physorg.com/ig/IGPhysOrg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PhysOrg.com news + PhysOrg.com news + Google,Gadgets + + + + + TVRagecomTVScheduleGadget + TVRage.com - TV Schedule + Google Gadgets: TVRage.com - TV Schedule Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TVRage.com - TV Schedule + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://czech.fox.googlepages.com/tvrageschedule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://czech.fox.googlepages.com/tvrageschedule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TVRage.com - TV Schedule + TVRage.com - TV Schedule + Google,Gadgets + + + + + RedOrbitNewsGadget + RedOrbit News + Google Gadgets: RedOrbit News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RedOrbit News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://master.redorbit.com/modules/news/googlehome/news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://master.redorbit.com/modules/news/googlehome/news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RedOrbit News + RedOrbit News + Google,Gadgets + + + + + LondonUndergroundTubeStatusGadget + London Underground Tube Status + Google Gadgets: London Underground Tube Status Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + London Underground Tube Status + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hutchison.org/tube_module/tube.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hutchison.org/tube_module/tube.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + London Underground Tube Status + London Underground Tube Status + Google,Gadgets + + + + + TuttocellularenetGadget + Tuttocellulare.net + Google Gadgets: Tuttocellulare.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tuttocellulare.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tuttocellulare.net/cellulari.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tuttocellulare.net/cellulari.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tuttocellulare.net + Tuttocellulare.net + Google,Gadgets + + + + + xmlGadget + xml + Google Gadgets: xml Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + xml + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://odia.terra.com.br/rss/xml/aa.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://odia.terra.com.br/rss/xml/aa.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + xml + xml + Google,Gadgets + + + + + auFeminincomNewsbeautGadget + auFeminin.com - News beaut? + Google Gadgets: auFeminin.com - News beaut? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + auFeminin.com - News beaut? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.aufeminin.com/world/edito/news/gadget/google.xml.asp%3Frub%3Dbeaute&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.aufeminin.com/world/edito/news/gadget/google.xml.asp%3Frub%3Dbeaute + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + auFeminin.com - News beaut? + auFeminin.com - News beaut? + Google,Gadgets + + + + + Today39sJapaneseNewspapersGadget + - Today's Japanese Newspapers + Google Gadgets: - Today's Japanese Newspapers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + - Today's Japanese Newspapers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.newspaperindex.com/todays-japanese-newspapers.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.newspaperindex.com/todays-japanese-newspapers.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + - Today's Japanese Newspapers + - Today's Japanese Newspapers + Google,Gadgets + + + + + cinemunityKinofilmGadget + cinemunity Kinofilm + Google Gadgets: cinemunity Kinofilm Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + cinemunity Kinofilm + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tripple.net/contator/rssxmlgadget.asp%3Fnewsfeed%3Dcinemunity%2BKinofilm&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tripple.net/contator/rssxmlgadget.asp%3Fnewsfeed%3Dcinemunity%2BKinofilm + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + cinemunity Kinofilm + cinemunity Kinofilm + Google,Gadgets + + + + + JournalEnvironnementGadget + Journal Environnement + Google Gadgets: Journal Environnement Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Journal Environnement + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.uni-vert.org/module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.uni-vert.org/module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Journal Environnement + Journal Environnement + Google,Gadgets + + + + + GagdetWebwereldnlGadget + Gagdet Webwereld.nl + Google Gadgets: Gagdet Webwereld.nl Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gagdet Webwereld.nl + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/webwereld.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://whizzgadgets.googlepages.com/webwereld.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gagdet Webwereld.nl + Gagdet Webwereld.nl + Google,Gadgets + + + + + heuteonlinechGadget + heute-online.ch + Google Gadgets: heute-online.ch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + heute-online.ch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ww2.heute-online.ch/heute/ticker/google/cloud.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ww2.heute-online.ch/heute/ticker/google/cloud.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + heute-online.ch + heute-online.ch + Google,Gadgets + + + + + NBAScoreboardGadget + NBA Scoreboard + Google Gadgets: NBA Scoreboard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Scoreboard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/p/Google/EaQomn_MJZp4my.aLJotn3nKMZspySiWKsotmiqXLs4klymCKJp5yy6bK58pnH7KK5p5yg/clearspring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://publish.clearspring.com/current/p/Google/EaQomn_MJZp4my.aLJotn3nKMZspySiWKsotmiqXLs4klymCKJp5yy6bK58pnH7KK5p5yg/clearspring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Scoreboard + NBA Scoreboard + Google,Gadgets + + + + + ActualitesGadget + Actualites + Google Gadgets: Actualites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Actualites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.peopolitik.com/lepen-stock/lepen-stock_peopolitik.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.peopolitik.com/lepen-stock/lepen-stock_peopolitik.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Actualites + Actualites + Google,Gadgets + + + + + AgronotizieitSettimanaleditecnicaeconomiaeinnovazioneinagricolturaGadget + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Google Gadgets: Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://agronotizie.imagelinenetwork.com/rss/googlegadget.cfm&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://agronotizie.imagelinenetwork.com/rss/googlegadget.cfm + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Google,Gadgets + + + + + ElectionsPrsidentielles2007ComptereboursGadget + Elections Pr?sidentielles 2007 - Compte ? rebours + Google Gadgets: Elections Pr?sidentielles 2007 - Compte ? rebours Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Elections Pr?sidentielles 2007 - Compte ? rebours + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.elections-presidentielles-2007.net/feeds/google-compte-rebours.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.elections-presidentielles-2007.net/feeds/google-compte-rebours.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Elections Pr?sidentielles 2007 - Compte ? rebours + Elections Pr?sidentielles 2007 - Compte ? rebours + Google,Gadgets + + + + + JornalismoGadget + Jornalismo + Google Gadgets: Jornalismo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jornalismo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://band.com.br/rss/gadgets/jornalismo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://band.com.br/rss/gadgets/jornalismo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jornalismo + Jornalismo + Google,Gadgets + + + + + TelricaVideosGadget + Tel?rica Videos + Google Gadgets: Tel?rica Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tel?rica Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.telurica.com/google-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.telurica.com/google-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tel?rica Videos + Tel?rica Videos + Google,Gadgets + + + + + ScooplivedesinfospouretparvousGadget + Scooplive - des infos pour et par vous + Google Gadgets: Scooplive - des infos pour et par vous Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Scooplive - des infos pour et par vous + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.scooplive.com/Rss/gadget_0_1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.scooplive.com/Rss/gadget_0_1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Scooplive - des infos pour et par vous + Scooplive - des infos pour et par vous + Google,Gadgets + + + + + 24NewsruGadget + 24News.ru - + Google Gadgets: 24News.ru - Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24News.ru - + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://24news.ru/export/googlegadget.phtml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://24news.ru/export/googlegadget.phtml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24News.ru - + 24News.ru - + Google,Gadgets + + + + + LeVifL39ExpressActualitGadget + Le Vif/L'Express: Actualit? + Google Gadgets: Le Vif/L'Express: Actualit? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Le Vif/L'Express: Actualit? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.levif.be/ggtlv2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.levif.be/ggtlv2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Le Vif/L'Express: Actualit? + Le Vif/L'Express: Actualit? + Google,Gadgets + + + + + F1Gadget + F1 + Google Gadgets: F1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/f1-j.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sport.sakura.ne.jp/gg/f1-j.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1 + F1 + Google,Gadgets + + + + + StorbylivdkNyesteeventsGadget + Storbyliv.dk :: Nyeste events + Google Gadgets: Storbyliv.dk :: Nyeste events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Storbyliv.dk :: Nyeste events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.storbyliv.dk/sbl.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.storbyliv.dk/sbl.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Storbyliv.dk :: Nyeste events + Storbyliv.dk :: Nyeste events + Google,Gadgets + + + + + WeersverwachtingGadget + Weersverwachting + Google Gadgets: Weersverwachting Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weersverwachting + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.30minutelunchbreak.com/gadgets/weer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.30minutelunchbreak.com/gadgets/weer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weersverwachting + Weersverwachting + Google,Gadgets + + + + + iNVESTORFACTSindividuelleMeldungenGadget + iNVESTOR-FACTS individuelle Meldungen + Google Gadgets: iNVESTOR-FACTS individuelle Meldungen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS individuelle Meldungen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_rss_ind.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investor-facts.de/anzeige/google_rss_ind.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS individuelle Meldungen + iNVESTOR-FACTS individuelle Meldungen + Google,Gadgets + + + + + FenerbaheHaberveVideoGadget + Fenerbah?e Haber ve Video + Google Gadgets: Fenerbah?e Haber ve Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fenerbah?e Haber ve Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/fenerbahce.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/fenerbahce.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fenerbah?e Haber ve Video + Fenerbah?e Haber ve Video + Google,Gadgets + + + + + WikipenGadget + Wikipen + Google Gadgets: Wikipen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://wikipen-gadgets.googlecode.com/svn/wikipen.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://wikipen-gadgets.googlecode.com/svn/wikipen.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipen + Wikipen + Google,Gadgets + + + + + KayserimnethaberleriGadget + Kayserim.net haberleri + Google Gadgets: Kayserim.net haberleri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kayserim.net haberleri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.kayserim.net/igoogle.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.kayserim.net/igoogle.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kayserim.net haberleri + Kayserim.net haberleri + Google,Gadgets + + + + + RocheDeutschlandMeldungenGadget + Roche Deutschland - Meldungen + Google Gadgets: Roche Deutschland - Meldungen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Roche Deutschland - Meldungen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.roche.de/presse/rss.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.roche.de/presse/rss.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Roche Deutschland - Meldungen + Roche Deutschland - Meldungen + Google,Gadgets + + + + + FotografiaperRomaGadget + Fotografia per Roma + Google Gadgets: Fotografia per Roma Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fotografia per Roma + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.fotografiaperroma.info/public/feed.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.fotografiaperroma.info/public/feed.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fotografia per Roma + Fotografia per Roma + Google,Gadgets + + + + + ResimliFlashHaberlerGadget + Resimli Flash Haberler + Google Gadgets: Resimli Flash Haberler Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resimli Flash Haberler + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/flashhaber.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/flashhaber.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resimli Flash Haberler + Resimli Flash Haberler + Google,Gadgets + + + + + PinpositionnetGolfnachrichtenGadget + Pinposition.net - Golfnachrichten + Google Gadgets: Pinposition.net - Golfnachrichten Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pinposition.net - Golfnachrichten + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pinposition.net/pinpo_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pinposition.net/pinpo_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pinposition.net - Golfnachrichten + Pinposition.net - Golfnachrichten + Google,Gadgets + + + + + iNVESTORFACTSBrsenZeitungGadget + iNVESTOR-FACTS - B?rsen-Zeitung + Google Gadgets: iNVESTOR-FACTS - B?rsen-Zeitung Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS - B?rsen-Zeitung + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_bz.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.investor-facts.de/anzeige/google_bz.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS - B?rsen-Zeitung + iNVESTOR-FACTS - B?rsen-Zeitung + Google,Gadgets + + + + + HaberBankasiComHaberlerGazeteBalklarYerelHaberlerGadget + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + Google Gadgets: HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://haberbankasi.com/tools/ig.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://haberbankasi.com/tools/ig.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + Google,Gadgets + + + + + DivulgazioneScientificaitGadget + DivulgazioneScientifica.it + Google Gadgets: DivulgazioneScientifica.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DivulgazioneScientifica.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.greedybrain.com/divulgazione/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.greedybrain.com/divulgazione/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DivulgazioneScientifica.it + DivulgazioneScientifica.it + Google,Gadgets + + + + + roKultcomRomanianBlogsGadget + roKult.com - Romanian Blogs + Google Gadgets: roKult.com - Romanian Blogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + roKult.com - Romanian Blogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rokult.com/rokultBlogs_Google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rokult.com/rokultBlogs_Google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + roKult.com - Romanian Blogs + roKult.com - Romanian Blogs + Google,Gadgets + + + + + BBCRussiancomGadget + BBCRussian.com ? + Google Gadgets: BBCRussian.com ? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BBCRussian.com ? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/bbc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/bbc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BBCRussian.com ? + BBCRussian.com ? + Google,Gadgets + + + + + MusicalatNewsGadget + Musical.at News + Google Gadgets: Musical.at News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musical.at News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tripple.net/contator/rssxmlgadget.asp%3Fnewsfeed%3DMusical.at%2BNews&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tripple.net/contator/rssxmlgadget.asp%3Fnewsfeed%3DMusical.at%2BNews + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musical.at News + Musical.at News + Google,Gadgets + + + + + AktuelleLottozahlenGadget + Aktuelle Lottozahlen + Google Gadgets: Aktuelle Lottozahlen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aktuelle Lottozahlen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.lotto-gadget.de/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.lotto-gadget.de/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aktuelle Lottozahlen + Aktuelle Lottozahlen + Google,Gadgets + + + + + AllepeilingenopeenrijGadget + Alle peilingen op een rij + Google Gadgets: Alle peilingen op een rij Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alle peilingen op een rij + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ruut.dds.nl/peil.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ruut.dds.nl/peil.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alle peilingen op een rij + Alle peilingen op een rij + Google,Gadgets + + + + + ProgrammazioneitGadget + Programmazione.it + Google Gadgets: Programmazione.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Programmazione.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://programmazione.it/gadget/PITFeedReader.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://programmazione.it/gadget/PITFeedReader.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Programmazione.it + Programmazione.it + Google,Gadgets + + + + + YouTubeGadget + YouTube:: + Google Gadgets: YouTube:: Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube:: + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.hoosoo.tv/jp-video.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.hoosoo.tv/jp-video.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube:: + YouTube:: + Google,Gadgets + + + + + roKultcomBancuriRomanestiGadget + roKult.com - Bancuri Romanesti + Google Gadgets: roKult.com - Bancuri Romanesti Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + roKult.com - Bancuri Romanesti + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rokult.com/rokultBancuri_Google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rokult.com/rokultBancuri_Google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + roKult.com - Bancuri Romanesti + roKult.com - Bancuri Romanesti + Google,Gadgets + + + + + ODiaOnLineltimasnotciasGadget + O Dia OnLine - ?ltimas not?cias + Google Gadgets: O Dia OnLine - ?ltimas not?cias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + O Dia OnLine - ?ltimas not?cias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://odia.terra.com.br/rss/xml/odia.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://odia.terra.com.br/rss/xml/odia.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + O Dia OnLine - ?ltimas not?cias + O Dia OnLine - ?ltimas not?cias + Google,Gadgets + + + + + FMSourceenGadget + FMSource (en) + Google Gadgets: FMSource (en) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FMSource (en) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014935031213781989694/cse/n-rkcwnclbq/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/014935031213781989694/cse/n-rkcwnclbq/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FMSource (en) + FMSource (en) + Google,Gadgets + + + + + F1NewsFeedReaderGadget + F1 News Feed Reader + Google Gadgets: F1 News Feed Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1 News Feed Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/f1-e.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sport.sakura.ne.jp/gg/f1-e.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1 News Feed Reader + F1 News Feed Reader + Google,Gadgets + + + + + PrevisotoTempoGadget + Previs?o to Tempo + Google Gadgets: Previs?o to Tempo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Previs?o to Tempo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.joaquim.org/tempo/tempo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.joaquim.org/tempo/tempo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Previs?o to Tempo + Previs?o to Tempo + Google,Gadgets + + + + + roKultcomRomanianPortalGadget + roKult.com - Romanian Portal + Google Gadgets: roKult.com - Romanian Portal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + roKult.com - Romanian Portal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rokult.com/rokult.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rokult.com/rokult.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + roKult.com - Romanian Portal + roKult.com - Romanian Portal + Google,Gadgets + + + + + SixtyMinutesNewsGadget + Sixty Minutes News + Google Gadgets: Sixty Minutes News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sixty Minutes News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.camdex.nl/rss/sixtymin.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.camdex.nl/rss/sixtymin.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sixty Minutes News + Sixty Minutes News + Google,Gadgets + + + + + LiveradioNLGadget + Live radio NL + Google Gadgets: Live radio NL Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live radio NL + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.camdex.nl/tvlive/liveradio.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.camdex.nl/tvlive/liveradio.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live radio NL + Live radio NL + Google,Gadgets + + + + + GalatasarayHaberveVideoGadget + Galatasaray Haber ve Video + Google Gadgets: Galatasaray Haber ve Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Galatasaray Haber ve Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/galatasaray.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/galatasaray.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Galatasaray Haber ve Video + Galatasaray Haber ve Video + Google,Gadgets + + + + + Noticias1Gadget + Noticias + Google Gadgets: Noticias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.fmu.br/rss/google.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.fmu.br/rss/google.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias + Noticias + Google,Gadgets + + + + + ActividadessmicaPortugalGadget + Actividade s?smica Portugal + Google Gadgets: Actividade s?smica Portugal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Actividade s?smica Portugal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.joaquim.org/tempo/sismo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.joaquim.org/tempo/sismo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Actividade s?smica Portugal + Actividade s?smica Portugal + Google,Gadgets + + + + + WallStreetcelmaicititcotidianonlinedebusinessdinRomaniaGadget + Wall-Street ? cel mai citit cotidian online de business din Romania + Google Gadgets: Wall-Street ? cel mai citit cotidian online de business din Romania Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wall-Street ? cel mai citit cotidian online de business din Romania + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wall-street.ro/wsg_main.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wall-street.ro/wsg_main.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wall-Street ? cel mai citit cotidian online de business din Romania + Wall-Street ? cel mai citit cotidian online de business din Romania + Google,Gadgets + + + + + HavaDurumuGadget + Hava Durumu + Google Gadgets: Hava Durumu Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hava Durumu + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/hava-durumu.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/hava-durumu.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hava Durumu + Hava Durumu + Google,Gadgets + + + + + ArcoirisTVGadget + ArcoirisTV + Google Gadgets: ArcoirisTV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ArcoirisTV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.arcoiris.tv/download/google/arcoiris_small_it.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.arcoiris.tv/download/google/arcoiris_small_it.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ArcoirisTV + ArcoirisTV + Google,Gadgets + + + + + auFeminincomNewscultureGadget + auFeminin.com - News culture + Google Gadgets: auFeminin.com - News culture Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + auFeminin.com - News culture + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.aufeminin.com/world/edito/news/gadget/google.xml.asp%3Frub%3Dculture&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.aufeminin.com/world/edito/news/gadget/google.xml.asp%3Frub%3Dculture + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + auFeminin.com - News culture + auFeminin.com - News culture + Google,Gadgets + + + + + DeutscheTVSenderGadget + Deutsche TV Sender + Google Gadgets: Deutsche TV Sender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deutsche TV Sender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.30minutelunchbreak.com/gadgets/livetvde.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.30minutelunchbreak.com/gadgets/livetvde.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deutsche TV Sender + Deutsche TV Sender + Google,Gadgets + + + + + FlitsGadget + Flits! + Google Gadgets: Flits! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flits! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.30minutelunchbreak.com/gadgets/flits.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.30minutelunchbreak.com/gadgets/flits.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flits! + Flits! + Google,Gadgets + + + + + ltimasnotciasGadget + ?ltimas not?cias + Google Gadgets: ?ltimas not?cias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ?ltimas not?cias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pernambuco.com/rss/gadgets/gadget_ultimas.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pernambuco.com/rss/gadgets/gadget_ultimas.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ?ltimas not?cias + ?ltimas not?cias + Google,Gadgets + + + + + ActualidadenGloobalnetGadget + Actualidad en Gloobal.net + Google Gadgets: Actualidad en Gloobal.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Actualidad en Gloobal.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.gloobal.net/gloobal_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.gloobal.net/gloobal_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Actualidad en Gloobal.net + Actualidad en Gloobal.net + Google,Gadgets + + + + + findodeNachrichtenGadget + findo.de - Nachrichten + Google Gadgets: findo.de - Nachrichten Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + findo.de - Nachrichten + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.findo.de/api/google_gadget3.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.findo.de/api/google_gadget3.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + findo.de - Nachrichten + findo.de - Nachrichten + Google,Gadgets + + + + + anunturoAnunturiGratuiteGadget + anuntu.ro - Anunturi Gratuite + Google Gadgets: anuntu.ro - Anunturi Gratuite Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + anuntu.ro - Anunturi Gratuite + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.anuntu.ro/picogadgetg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.anuntu.ro/picogadgetg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + anuntu.ro - Anunturi Gratuite + anuntu.ro - Anunturi Gratuite + Google,Gadgets + + + + + FyensStiftstidendeGadget + Fyens Stiftstidende + Google Gadgets: Fyens Stiftstidende Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fyens Stiftstidende + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.fyens.dk/external/googlegadget/fyens_neewsfeed_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.fyens.dk/external/googlegadget/fyens_neewsfeed_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fyens Stiftstidende + Fyens Stiftstidende + Google,Gadgets + + + + + NoticiasdeMacworldGadget + Noticias de Macworld + Google Gadgets: Noticias de Macworld Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de Macworld + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.idg.es/gadgets/macworld.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.idg.es/gadgets/macworld.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de Macworld + Noticias de Macworld + Google,Gadgets + + + + + LiveCamCopacabanaCOMGadget + LiveCam Copacabana.COM + Google Gadgets: LiveCam Copacabana.COM Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LiveCam Copacabana.COM + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://copacabana.com/livecam.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://copacabana.com/livecam.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LiveCam Copacabana.COM + LiveCam Copacabana.COM + Google,Gadgets + + + + + WettersatellitEuropaGadget + Wettersatellit Europa + Google Gadgets: Wettersatellit Europa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wettersatellit Europa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1027885/D4272245498238581781&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/a/1027885/D4272245498238581781 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wettersatellit Europa + Wettersatellit Europa + Google,Gadgets + + + + + GazeteveTrkeHaberSihirbazGadget + Gazete ve T?rk?e Haber Sihirbaz + Google Gadgets: Gazete ve T?rk?e Haber Sihirbaz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gazete ve T?rk?e Haber Sihirbaz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/haberbaz.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/haberbaz.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gazete ve T?rk?e Haber Sihirbaz + Gazete ve T?rk?e Haber Sihirbaz + Google,Gadgets + + + + + motoGPGadget + motoGP + Google Gadgets: motoGP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + motoGP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/motogp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sport.sakura.ne.jp/gg/motogp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + motoGP + motoGP + Google,Gadgets + + + + + LangeoognewsdeGadget + Langeoognews.de + Google Gadgets: Langeoognews.de Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Langeoognews.de + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.torsten-weiler.de/google/gadget/langeoognews.de.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.torsten-weiler.de/google/gadget/langeoognews.de.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Langeoognews.de + Langeoognews.de + Google,Gadgets + + + + + DvizveBorsaVerileriGadget + D?viz ve Borsa Verileri + Google Gadgets: D?viz ve Borsa Verileri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + D?viz ve Borsa Verileri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/piyasa.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/piyasa.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + D?viz ve Borsa Verileri + D?viz ve Borsa Verileri + Google,Gadgets + + + + + TemponasCapitaisBrasileirasGadget + Tempo nas Capitais Brasileiras + Google Gadgets: Tempo nas Capitais Brasileiras Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tempo nas Capitais Brasileiras + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://igmodulos.googlepages.com/climatempo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://igmodulos.googlepages.com/climatempo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tempo nas Capitais Brasileiras + Tempo nas Capitais Brasileiras + Google,Gadgets + + + + + KnackNieuwsportaalGadget + Knack: Nieuwsportaal + Google Gadgets: Knack: Nieuwsportaal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Knack: Nieuwsportaal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.knack.be/ggtkv2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.knack.be/ggtkv2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Knack: Nieuwsportaal + Knack: Nieuwsportaal + Google,Gadgets + + + + + WettersatellitEuropa1Gadget + Wettersatellit Europa + Google Gadgets: Wettersatellit Europa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wettersatellit Europa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.clasohm.com/google-modules/alpenverein-sat.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.clasohm.com/google-modules/alpenverein-sat.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wettersatellit Europa + Wettersatellit Europa + Google,Gadgets + + + + + HetweerGadget + Het weer + Google Gadgets: Het weer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Het weer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www2.buienradar.nl/hetweer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www2.buienradar.nl/hetweer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Het weer + Het weer + Google,Gadgets + + + + + JobnetworkitAnnuncidilavoroGadget + Jobnetwork.it - Annunci di lavoro + Google Gadgets: Jobnetwork.it - Annunci di lavoro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jobnetwork.it - Annunci di lavoro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.jobnetwork.it/google_gadget/JobNetwork.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.jobnetwork.it/google_gadget/JobNetwork.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jobnetwork.it - Annunci di lavoro + Jobnetwork.it - Annunci di lavoro + Google,Gadgets + + + + + AgronotizieitSettimanaleditecnicaeconomiaeinnovazioneinagricoltura1Gadget + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Google Gadgets: Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.agronotizie.it/rss/googlegadget.cfm&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.agronotizie.it/rss/googlegadget.cfm + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Google,Gadgets + + + + + NoticiasdeltimahoradeABCesGadget + Noticias de ?ltima hora de ABC.es + Google Gadgets: Noticias de ?ltima hora de ABC.es Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de ?ltima hora de ABC.es + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.abc.es/informacion/miniabc/noticiasabcticker.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.abc.es/informacion/miniabc/noticiasabcticker.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de ?ltima hora de ABC.es + Noticias de ?ltima hora de ABC.es + Google,Gadgets + + + + + ilmangioneitrecensionidelgiornoGadget + ilmangione.it - recensioni del giorno + Google Gadgets: ilmangione.it - recensioni del giorno Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ilmangione.it - recensioni del giorno + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ilmangione.it/images/doc/google_mangione.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ilmangione.it/images/doc/google_mangione.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ilmangione.it - recensioni del giorno + ilmangione.it - recensioni del giorno + Google,Gadgets + + + + + ITGadget + - IT + Google Gadgets: - IT Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + - IT + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.iza.ne.jp/gadget/google/iza_news_it_reader.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.iza.ne.jp/gadget/google/iza_news_it_reader.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + - IT + - IT + Google,Gadgets + + + + + Actualites1Gadget + Actualites + Google Gadgets: Actualites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Actualites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.peopolitik.com/bayrou-stock/bayrou-stock_peopolitik.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.peopolitik.com/bayrou-stock/bayrou-stock_peopolitik.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Actualites + Actualites + Google,Gadgets + + + + + eastereggsGadget + eastereggs + Google Gadgets: eastereggs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + eastereggs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.eastereggs.svensoltmann.de/promo/google-gadget/eastereggs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.eastereggs.svensoltmann.de/promo/google-gadget/eastereggs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + eastereggs + eastereggs + Google,Gadgets + + + + + ElectionsPrsidentielle2007SondageGadget + Elections Pr?sidentielle 2007 - Sondage + Google Gadgets: Elections Pr?sidentielle 2007 - Sondage Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Elections Pr?sidentielle 2007 - Sondage + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.elections-presidentielles-2007.net/feeds/google-tete-sondage.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.elections-presidentielles-2007.net/feeds/google-tete-sondage.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Elections Pr?sidentielle 2007 - Sondage + Elections Pr?sidentielle 2007 - Sondage + Google,Gadgets + + + + + RTNewsRuGadget + RTNews.Ru + Google Gadgets: RTNews.Ru Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RTNews.Ru + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rtnews.ru/news-rss/gg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rtnews.ru/news-rss/gg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RTNews.Ru + RTNews.Ru + Google,Gadgets + + + + + RegionSkneSenasteNyttGadget + Region Sk?ne -Senaste Nytt + Google Gadgets: Region Sk?ne -Senaste Nytt Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Region Sk?ne -Senaste Nytt + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lagstrom.googlepages.com/skane_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lagstrom.googlepages.com/skane_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Region Sk?ne -Senaste Nytt + Region Sk?ne -Senaste Nytt + Google,Gadgets + + + + + MtodeSteMargueritesurMerGadget + M?t?o de Ste Marguerite sur Mer + Google Gadgets: M?t?o de Ste Marguerite sur Mer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + M?t?o de Ste Marguerite sur Mer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ste-marguerite-sur-mer.fr/Ste_Marguerite_Meteo.asp&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ste-marguerite-sur-mer.fr/Ste_Marguerite_Meteo.asp + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + M?t?o de Ste Marguerite sur Mer + M?t?o de Ste Marguerite sur Mer + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-news-ja/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-news-ja/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-news-ja/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-news-ja + war + 0.3 + Google Gadgets News For Japanese Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-news-ja + + Property changes on: googlegadgets/trunk/googlegadgets-news-ja/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,8933 @@ + + + + + + YouTubeGadget + YouTube::?????????????????? + Google Gadgets: YouTube::?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube::?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=YouTube::話題のビデオ&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=YouTube::話題のビデオ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube::?????????????????? + YouTube::?????????????????? + Google,Gadgets + + + + + WeatherMapGadget + Weather Map + Google Gadgets: Weather Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Map + Weather Map + Google,Gadgets + + + + + Today39sJapaneseNewspapersGadget + ????????????????????? - Today's Japanese Newspapers + Google Gadgets: ????????????????????? - Today's Japanese Newspapers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????????????? - Today's Japanese Newspapers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=新しい日本新聞 - Today's Japanese Newspapers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=新しい日本新聞 - Today's Japanese Newspapers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????????????? - Today's Japanese Newspapers + ????????????????????? - Today's Japanese Newspapers + Google,Gadgets + + + + + F1Gadget + F1???????????????????????????????????? + Google Gadgets: F1???????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1???????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=F1ニュースフィードリーダー&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=F1ニュースフィードリーダー + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1???????????????????????????????????? + F1???????????????????????????????????? + Google,Gadgets + + + + + F1NewsFeedReaderGadget + F1 News Feed Reader + Google Gadgets: F1 News Feed Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1 News Feed Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=F1 News Feed Reader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=F1 News Feed Reader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1 News Feed Reader + F1 News Feed Reader + Google,Gadgets + + + + + NABBYGadget + NABBY?????????????????? + Google Gadgets: NABBY?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NABBY?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NABBY週間天気予報&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NABBY週間天気予報 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NABBY?????????????????? + NABBY?????????????????? + Google,Gadgets + + + + + motoGPGadget + motoGP???????????????????????????????????? + Google Gadgets: motoGP???????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + motoGP???????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=motoGPニュースフィードリーダー&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=motoGPニュースフィードリーダー + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + motoGP???????????????????????????????????? + motoGP???????????????????????????????????? + Google,Gadgets + + + + + ITGadget + ????????????????????? - ???IT??? + Google Gadgets: ????????????????????? - ???IT??? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????????????? - ???IT??? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=イザ!ニュース - 【IT】&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=イザ!ニュース - 【IT】 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????????????? - ???IT??? + ????????????????????? - ???IT??? + Google,Gadgets + + + + + TuttocellularenetGadget + Tuttocellulare.net + Google Gadgets: Tuttocellulare.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tuttocellulare.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tuttocellulare.net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tuttocellulare.net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tuttocellulare.net + Tuttocellulare.net + Google,Gadgets + + + + + xmlGadget + xml + Google Gadgets: xml Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + xml + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + xml + xml + Google,Gadgets + + + + + auFeminincomNewsbeautGadget + auFeminin.com - News beaut + Google Gadgets: auFeminin.com - News beaut Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + auFeminin.com - News beaut + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=auFeminin.com - News beaut &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=auFeminin.com - News beaut + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + auFeminin.com - News beaut + auFeminin.com - News beaut + Google,Gadgets + + + + + LiveCricketScoresGadget + Live Cricket Scores + Google Gadgets: Live Cricket Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Cricket Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live Cricket Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live Cricket Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Cricket Scores + Live Cricket Scores + Google,Gadgets + + + + + MortgageAndRealEstateNewsGadget + Mortgage And Real Estate News + Google Gadgets: Mortgage And Real Estate News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage And Real Estate News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage And Real Estate News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage And Real Estate News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage And Real Estate News + Mortgage And Real Estate News + Google,Gadgets + + + + + FederatedMediaGadget + Federated Media + Google Gadgets: Federated Media Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Federated Media + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Federated Media&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Federated Media + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Federated Media + Federated Media + Google,Gadgets + + + + + cinemunityKinofilmGadget + cinemunity Kinofilm + Google Gadgets: cinemunity Kinofilm Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + cinemunity Kinofilm + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=cinemunity Kinofilm&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=cinemunity Kinofilm + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + cinemunity Kinofilm + cinemunity Kinofilm + Google,Gadgets + + + + + JournalEnvironnementGadget + Journal Environnement + Google Gadgets: Journal Environnement Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Journal Environnement + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Journal Environnement&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Journal Environnement + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Journal Environnement + Journal Environnement + Google,Gadgets + + + + + GagdetWebwereldnlGadget + Gagdet Webwereld.nl + Google Gadgets: Gagdet Webwereld.nl Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gagdet Webwereld.nl + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gagdet Webwereld.nl&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gagdet Webwereld.nl + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gagdet Webwereld.nl + Gagdet Webwereld.nl + Google,Gadgets + + + + + Haber34Gadget + Haber34 + Google Gadgets: Haber34 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Haber34 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Haber34&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Haber34 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Haber34 + Haber34 + Google,Gadgets + + + + + heuteonlinechGadget + heute-online.ch + Google Gadgets: heute-online.ch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + heute-online.ch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=heute-online.ch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=heute-online.ch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + heute-online.ch + heute-online.ch + Google,Gadgets + + + + + NewsreelYahooNewsGadget + Newsreel Yahoo News + Google Gadgets: Newsreel Yahoo News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Yahoo News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel Yahoo News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel Yahoo News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Yahoo News + Newsreel Yahoo News + Google,Gadgets + + + + + CaribbeannewspapersearchGadget + Caribbean newspaper search + Google Gadgets: Caribbean newspaper search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Caribbean newspaper search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Caribbean newspaper search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Caribbean newspaper search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Caribbean newspaper search + Caribbean newspaper search + Google,Gadgets + + + + + NewsreelBBCNewsGadget + Newsreel BBC News + Google Gadgets: Newsreel BBC News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel BBC News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel BBC News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel BBC News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel BBC News + Newsreel BBC News + Google,Gadgets + + + + + 3DWeathermapGadget + 3D Weather map + Google Gadgets: 3D Weather map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3D Weather map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=3D Weather map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=3D Weather map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3D Weather map + 3D Weather map + Google,Gadgets + + + + + NBAScoreboardGadget + NBA Scoreboard + Google Gadgets: NBA Scoreboard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Scoreboard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NBA Scoreboard&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NBA Scoreboard + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Scoreboard + NBA Scoreboard + Google,Gadgets + + + + + DIGGGadget + DIGG + Google Gadgets: DIGG Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DIGG + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DIGG&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DIGG + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DIGG + DIGG + Google,Gadgets + + + + + ActualitesGadget + Actualites + Google Gadgets: Actualites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Actualites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Actualites&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Actualites + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Actualites + Actualites + Google,Gadgets + + + + + AmericanIdolNewsFromEWcomGadget + American Idol News From EW.com + Google Gadgets: American Idol News From EW.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + American Idol News From EW.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=American Idol News From EW.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=American Idol News From EW.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + American Idol News From EW.com + American Idol News From EW.com + Google,Gadgets + + + + + AccuWeathercomHurricaneWatchGadget + AccuWeather.com Hurricane Watch + Google Gadgets: AccuWeather.com Hurricane Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AccuWeather.com Hurricane Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AccuWeather.com Hurricane Watch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AccuWeather.com Hurricane Watch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AccuWeather.com Hurricane Watch + AccuWeather.com Hurricane Watch + Google,Gadgets + + + + + DavidKochforPresident2008Gadget + David Koch for President, 2008 + Google Gadgets: David Koch for President, 2008 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + David Koch for President, 2008 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=David Koch for President, 2008&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=David Koch for President, 2008 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + David Koch for President, 2008 + David Koch for President, 2008 + Google,Gadgets + + + + + AgronotizieitSettimanaleditecnicaeconomiaeinnovazioneinagricolturaGadget + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Google Gadgets: Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Google,Gadgets + + + + + WeatherInternationalGadget + Weather International + Google Gadgets: Weather International Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather International + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather International&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather International + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather International + Weather International + Google,Gadgets + + + + + ElectionsPrsidentielles2007ComptereboursGadget + Elections Pr sidentielles 2007 - Compte rebours + Google Gadgets: Elections Pr sidentielles 2007 - Compte rebours Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Elections Pr sidentielles 2007 - Compte rebours + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Elections Pr sidentielles 2007 - Compte rebours&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Elections Pr sidentielles 2007 - Compte rebours + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Elections Pr sidentielles 2007 - Compte rebours + Elections Pr sidentielles 2007 - Compte rebours + Google,Gadgets + + + + + JornalismoGadget + Jornalismo + Google Gadgets: Jornalismo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jornalismo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jornalismo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jornalismo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jornalismo + Jornalismo + Google,Gadgets + + + + + NBAPlayoffHighlightsVideoGadget + NBA Playoff Highlights Video + Google Gadgets: NBA Playoff Highlights Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Playoff Highlights Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NBA Playoff Highlights Video&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NBA Playoff Highlights Video + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Playoff Highlights Video + NBA Playoff Highlights Video + Google,Gadgets + + + + + NAGASAKI39sWeatherGadget + NAGASAKI's Weather + Google Gadgets: NAGASAKI's Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NAGASAKI's Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NAGASAKI's Weather&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NAGASAKI's Weather + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NAGASAKI's Weather + NAGASAKI's Weather + Google,Gadgets + + + + + TelricaVideosGadget + Tel rica Videos + Google Gadgets: Tel rica Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tel rica Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tel rica Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tel rica Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tel rica Videos + Tel rica Videos + Google,Gadgets + + + + + RainandShineForecastGadget + Rain and Shine Forecast + Google Gadgets: Rain and Shine Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rain and Shine Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Rain and Shine Forecast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Rain and Shine Forecast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rain and Shine Forecast + Rain and Shine Forecast + Google,Gadgets + + + + + preciseNewsDailyGadget + preciseNews Daily + Google Gadgets: preciseNews Daily Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseNews Daily + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseNews Daily&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseNews Daily + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseNews Daily + preciseNews Daily + Google,Gadgets + + + + + EatingDisordersNewsGadget + Eating Disorders News + Google Gadgets: Eating Disorders News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eating Disorders News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Eating Disorders News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Eating Disorders News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eating Disorders News + Eating Disorders News + Google,Gadgets + + + + + LocalWeatherGadget + Local Weather + Google Gadgets: Local Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Local Weather&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Local Weather + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Weather + Local Weather + Google,Gadgets + + + + + MediaUKmedianewsGadget + Media UK: media news + Google Gadgets: Media UK: media news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Media UK: media news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Media UK: media news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Media UK: media news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Media UK: media news + Media UK: media news + Google,Gadgets + + + + + ScooplivedesinfospouretparvousGadget + Scooplive - des infos pour et par vous + Google Gadgets: Scooplive - des infos pour et par vous Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Scooplive - des infos pour et par vous + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Scooplive - des infos pour et par vous&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Scooplive - des infos pour et par vous + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Scooplive - des infos pour et par vous + Scooplive - des infos pour et par vous + Google,Gadgets + + + + + callcenterGadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=call-center&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=call-center + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + LotteryandLottoResultsGadget + Lottery and Lotto Results + Google Gadgets: Lottery and Lotto Results Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lottery and Lotto Results + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lottery and Lotto Results&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lottery and Lotto Results + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lottery and Lotto Results + Lottery and Lotto Results + Google,Gadgets + + + + + preciseNewsTabsGadget + preciseNews Tabs + Google Gadgets: preciseNews Tabs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseNews Tabs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseNews Tabs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseNews Tabs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseNews Tabs + preciseNews Tabs + Google,Gadgets + + + + + WeatherPluscomWidgetGadget + WeatherPlus.com Widget + Google Gadgets: WeatherPlus.com Widget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WeatherPlus.com Widget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WeatherPlus.com Widget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WeatherPlus.com Widget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WeatherPlus.com Widget + WeatherPlus.com Widget + Google,Gadgets + + + + + 24NewsruGadget + 24News.ru - ?????????????? ?????????????? ?????? + Google Gadgets: 24News.ru - ?????????????? ?????????????? ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24News.ru - ?????????????? ?????????????? ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=24News.ru - Главные новости дня&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=24News.ru - Главные новости дня + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24News.ru - ?????????????? ?????????????? ?????? + 24News.ru - ?????????????? ?????????????? ?????? + Google,Gadgets + + + + + EnvironmentCanada39sWeatherLinkv1420061017184333Gadget + Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) + Google Gadgets: Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) + Environment Canada's WeatherLink v1.4 (2006/10/17 18:43:33) + Google,Gadgets + + + + + LeVifL39ExpressActualitGadget + Le Vif/L'Express: Actualit + Google Gadgets: Le Vif/L'Express: Actualit Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Le Vif/L'Express: Actualit + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Le Vif/L'Express: Actualit &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Le Vif/L'Express: Actualit + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Le Vif/L'Express: Actualit + Le Vif/L'Express: Actualit + Google,Gadgets + + + + + preciseBusinessGadget + preciseBusiness + Google Gadgets: preciseBusiness Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseBusiness + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseBusiness&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseBusiness + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseBusiness + preciseBusiness + Google,Gadgets + + + + + FloodAdvisoryGadgetGadget + Flood Advisory Gadget + Google Gadgets: Flood Advisory Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flood Advisory Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flood Advisory Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flood Advisory Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flood Advisory Gadget + Flood Advisory Gadget + Google,Gadgets + + + + + PPSPhysicianCMEGadget + PPS: Physician CME + Google Gadgets: PPS: Physician CME Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PPS: Physician CME + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PPS: Physician CME&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PPS: Physician CME + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PPS: Physician CME + PPS: Physician CME + Google,Gadgets + + + + + StorbylivdkNyesteeventsGadget + Storbyliv.dk :: Nyeste events + Google Gadgets: Storbyliv.dk :: Nyeste events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Storbyliv.dk :: Nyeste events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Storbyliv.dk :: Nyeste events&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Storbyliv.dk :: Nyeste events + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Storbyliv.dk :: Nyeste events + Storbyliv.dk :: Nyeste events + Google,Gadgets + + + + + WeersverwachtingGadget + Weersverwachting + Google Gadgets: Weersverwachting Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weersverwachting + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weersverwachting&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weersverwachting + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weersverwachting + Weersverwachting + Google,Gadgets + + + + + iNVESTORFACTSindividuelleMeldungenGadget + iNVESTOR-FACTS individuelle Meldungen + Google Gadgets: iNVESTOR-FACTS individuelle Meldungen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS individuelle Meldungen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iNVESTOR-FACTS individuelle Meldungen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iNVESTOR-FACTS individuelle Meldungen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS individuelle Meldungen + iNVESTOR-FACTS individuelle Meldungen + Google,Gadgets + + + + + FenerbaheHaberveVideoGadget + Fenerbah e Haber ve Video + Google Gadgets: Fenerbah e Haber ve Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fenerbah e Haber ve Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fenerbah e Haber ve Video&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fenerbah e Haber ve Video + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fenerbah e Haber ve Video + Fenerbah e Haber ve Video + Google,Gadgets + + + + + NewsreelUnitedPressInternationalGadget + Newsreel United Press International + Google Gadgets: Newsreel United Press International Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel United Press International + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel United Press International&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel United Press International + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel United Press International + Newsreel United Press International + Google,Gadgets + + + + + USWeatherMapGadget + US Weather Map + Google Gadgets: US Weather Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + US Weather Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=US Weather Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=US Weather Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + US Weather Map + US Weather Map + Google,Gadgets + + + + + TopNewsGadget + Top News + Google Gadgets: Top News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Top News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Top News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Top News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Top News + Top News + Google,Gadgets + + + + + TornadoWarningGadgetGadget + Tornado Warning Gadget + Google Gadgets: Tornado Warning Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tornado Warning Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tornado Warning Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tornado Warning Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tornado Warning Gadget + Tornado Warning Gadget + Google,Gadgets + + + + + WikipenGadget + Wikipen + Google Gadgets: Wikipen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wikipen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wikipen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipen + Wikipen + Google,Gadgets + + + + + TheWeatherChannelGadget + The Weather Channel + Google Gadgets: The Weather Channel Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Weather Channel + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Weather Channel&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Weather Channel + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Weather Channel + The Weather Channel + Google,Gadgets + + + + + IrishweatherforecastGadget + Irish weather forecast + Google Gadgets: Irish weather forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Irish weather forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Irish weather forecast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Irish weather forecast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Irish weather forecast + Irish weather forecast + Google,Gadgets + + + + + TheFreeFoodGadgetforUNFGadget + The Free Food Gadget for UNF + Google Gadgets: The Free Food Gadget for UNF Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Free Food Gadget for UNF + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Free Food Gadget for UNF&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Free Food Gadget for UNF + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Free Food Gadget for UNF + The Free Food Gadget for UNF + Google,Gadgets + + + + + SmogReportGadget + Smog Report + Google Gadgets: Smog Report Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Smog Report + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Smog Report&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Smog Report + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Smog Report + Smog Report + Google,Gadgets + + + + + KayserimnethaberleriGadget + Kayserim.net haberleri + Google Gadgets: Kayserim.net haberleri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kayserim.net haberleri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Kayserim.net haberleri&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Kayserim.net haberleri + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kayserim.net haberleri + Kayserim.net haberleri + Google,Gadgets + + + + + TIMEQuoteoftheDayGadget + TIME Quote of the Day + Google Gadgets: TIME Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TIME Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TIME Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TIME Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TIME Quote of the Day + TIME Quote of the Day + Google,Gadgets + + + + + RocheDeutschlandMeldungenGadget + Roche Deutschland - Meldungen + Google Gadgets: Roche Deutschland - Meldungen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Roche Deutschland - Meldungen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Roche Deutschland - Meldungen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Roche Deutschland - Meldungen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Roche Deutschland - Meldungen + Roche Deutschland - Meldungen + Google,Gadgets + + + + + FotografiaperRomaGadget + Fotografia per Roma + Google Gadgets: Fotografia per Roma Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fotografia per Roma + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fotografia per Roma&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fotografia per Roma + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fotografia per Roma + Fotografia per Roma + Google,Gadgets + + + + + ResimliFlashHaberlerGadget + Resimli Flash Haberler + Google Gadgets: Resimli Flash Haberler Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resimli Flash Haberler + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Resimli Flash Haberler&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Resimli Flash Haberler + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resimli Flash Haberler + Resimli Flash Haberler + Google,Gadgets + + + + + BBCwhat39sonnownextGadget + BBC what's on now/next + Google Gadgets: BBC what's on now/next Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BBC what's on now/next + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BBC what's on now/next&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BBC what's on now/next + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BBC what's on now/next + BBC what's on now/next + Google,Gadgets + + + + + ClassicalArtEventsGadget + Classical Art Events + Google Gadgets: Classical Art Events Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Classical Art Events + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Classical Art Events&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Classical Art Events + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Classical Art Events + Classical Art Events + Google,Gadgets + + + + + MoodNewsGadget + Mood News + Google Gadgets: Mood News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mood News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mood News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mood News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mood News + Mood News + Google,Gadgets + + + + + NewsreelGadget + Newsreel + Google Gadgets: Newsreel Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel + Newsreel + Google,Gadgets + + + + + NewsreelOddNewsGadget + Newsreel Odd News + Google Gadgets: Newsreel Odd News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Odd News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel Odd News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel Odd News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Odd News + Newsreel Odd News + Google,Gadgets + + + + + callcenter1Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=call-center&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=call-center + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + SevereWeatherWarningGadgetGadget + Severe Weather Warning Gadget + Google Gadgets: Severe Weather Warning Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Severe Weather Warning Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Severe Weather Warning Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Severe Weather Warning Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Severe Weather Warning Gadget + Severe Weather Warning Gadget + Google,Gadgets + + + + + HeadlinesfromtheGreenBlogosphereGadget + Headlines from the Green Blogosphere + Google Gadgets: Headlines from the Green Blogosphere Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Headlines from the Green Blogosphere + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Headlines from the Green Blogosphere&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Headlines from the Green Blogosphere + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Headlines from the Green Blogosphere + Headlines from the Green Blogosphere + Google,Gadgets + + + + + PinpositionnetGolfnachrichtenGadget + Pinposition.net - Golfnachrichten + Google Gadgets: Pinposition.net - Golfnachrichten Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pinposition.net - Golfnachrichten + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pinposition.net - Golfnachrichten&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pinposition.net - Golfnachrichten + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pinposition.net - Golfnachrichten + Pinposition.net - Golfnachrichten + Google,Gadgets + + + + + iNVESTORFACTSBrsenZeitungGadget + iNVESTOR-FACTS - B rsen-Zeitung + Google Gadgets: iNVESTOR-FACTS - B rsen-Zeitung Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iNVESTOR-FACTS - B rsen-Zeitung + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iNVESTOR-FACTS - B rsen-Zeitung&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iNVESTOR-FACTS - B rsen-Zeitung + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iNVESTOR-FACTS - B rsen-Zeitung + iNVESTOR-FACTS - B rsen-Zeitung + Google,Gadgets + + + + + EVEOnlineDevBlogsGadget + EVE Online Dev Blogs + Google Gadgets: EVE Online Dev Blogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + EVE Online Dev Blogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=EVE Online Dev Blogs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=EVE Online Dev Blogs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + EVE Online Dev Blogs + EVE Online Dev Blogs + Google,Gadgets + + + + + HaberBankasiComHaberlerGazeteBalklarYerelHaberlerGadget + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + Google Gadgets: HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + HaberBankasi.Com Haberler Gazete Ba l klar Yerel Haberler + Google,Gadgets + + + + + KQEDPublicRadioGadget + KQED Public Radio + Google Gadgets: KQED Public Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + KQED Public Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=KQED Public Radio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=KQED Public Radio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + KQED Public Radio + KQED Public Radio + Google,Gadgets + + + + + Socializerbyweb2announcercomGadget + Socializer by web2announcer.com + Google Gadgets: Socializer by web2announcer.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Socializer by web2announcer.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Socializer by web2announcer.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Socializer by web2announcer.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Socializer by web2announcer.com + Socializer by web2announcer.com + Google,Gadgets + + + + + BrazilMissingChildrenAlertsGadget + Brazil Missing Children Alerts + Google Gadgets: Brazil Missing Children Alerts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Brazil Missing Children Alerts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Brazil Missing Children Alerts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Brazil Missing Children Alerts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Brazil Missing Children Alerts + Brazil Missing Children Alerts + Google,Gadgets + + + + + DivulgazioneScientificaitGadget + DivulgazioneScientifica.it + Google Gadgets: DivulgazioneScientifica.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DivulgazioneScientifica.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DivulgazioneScientifica.it&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DivulgazioneScientifica.it + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DivulgazioneScientifica.it + DivulgazioneScientifica.it + Google,Gadgets + + + + + MarineObservationsNearYouGadget + Marine Observations Near You + Google Gadgets: Marine Observations Near You Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Marine Observations Near You + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Marine Observations Near You&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Marine Observations Near You + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Marine Observations Near You + Marine Observations Near You + Google,Gadgets + + + + + roKultcomRomanianBlogsGadget + roKult.com - Romanian Blogs + Google Gadgets: roKult.com - Romanian Blogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + roKult.com - Romanian Blogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=roKult.com - Romanian Blogs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=roKult.com - Romanian Blogs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + roKult.com - Romanian Blogs + roKult.com - Romanian Blogs + Google,Gadgets + + + + + preciseEntertainmentGadget + preciseEntertainment + Google Gadgets: preciseEntertainment Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseEntertainment + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseEntertainment&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseEntertainment + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseEntertainment + preciseEntertainment + Google,Gadgets + + + + + newsGadget + news + Google Gadgets: news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + news + news + Google,Gadgets + + + + + RedOrbitVideoNewsGadget + RedOrbit Video News + Google Gadgets: RedOrbit Video News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RedOrbit Video News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RedOrbit Video News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RedOrbit Video News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RedOrbit Video News + RedOrbit Video News + Google,Gadgets + + + + + SkiandSnowReportGadget + Ski and Snow Report + Google Gadgets: Ski and Snow Report Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ski and Snow Report + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ski and Snow Report&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ski and Snow Report + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ski and Snow Report + Ski and Snow Report + Google,Gadgets + + + + + BBCRussiancomGadget + BBCRussian.com ? ???????????? + Google Gadgets: BBCRussian.com ? ???????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BBCRussian.com ? ???????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BBCRussian.com | Россия&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BBCRussian.com | Россия + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BBCRussian.com ? ???????????? + BBCRussian.com ? ???????????? + Google,Gadgets + + + + + MLBScoreboardGadget + MLB Scoreboard + Google Gadgets: MLB Scoreboard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MLB Scoreboard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MLB Scoreboard&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MLB Scoreboard + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MLB Scoreboard + MLB Scoreboard + Google,Gadgets + + + + + SearchNewsSearchGadget + Search News Search + Google Gadgets: Search News Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search News Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search News Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search News Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search News Search + Search News Search + Google,Gadgets + + + + + AGWeatherGadget + AGWeather + Google Gadgets: AGWeather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AGWeather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AGWeather&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AGWeather + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AGWeather + AGWeather + Google,Gadgets + + + + + BipolarNewsGadget + Bipolar News + Google Gadgets: Bipolar News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bipolar News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bipolar News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bipolar News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bipolar News + Bipolar News + Google,Gadgets + + + + + MusicalatNewsGadget + Musical.at News + Google Gadgets: Musical.at News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Musical.at News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Musical.at News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Musical.at News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Musical.at News + Musical.at News + Google,Gadgets + + + + + CGIndustryNewsGadget + CGIndustry News + Google Gadgets: CGIndustry News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CGIndustry News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CGIndustry News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CGIndustry News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CGIndustry News + CGIndustry News + Google,Gadgets + + + + + 511orgDrivingTimesGadget + 511.org Driving Times + Google Gadgets: 511.org Driving Times Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 511.org Driving Times + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=511.org Driving Times&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=511.org Driving Times + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 511.org Driving Times + 511.org Driving Times + Google,Gadgets + + + + + AktuelleLottozahlenGadget + Aktuelle Lottozahlen + Google Gadgets: Aktuelle Lottozahlen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aktuelle Lottozahlen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Aktuelle Lottozahlen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Aktuelle Lottozahlen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aktuelle Lottozahlen + Aktuelle Lottozahlen + Google,Gadgets + + + + + callcenter2Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=call-center&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=call-center + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + Torino2006OlympicMedalsGadget + Torino 2006 Olympic Medals + Google Gadgets: Torino 2006 Olympic Medals Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torino 2006 Olympic Medals + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Torino 2006 Olympic Medals&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Torino 2006 Olympic Medals + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torino 2006 Olympic Medals + Torino 2006 Olympic Medals + Google,Gadgets + + + + + TVRagecomTVGuideGadget + TVRage.com - TV Guide + Google Gadgets: TVRage.com - TV Guide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TVRage.com - TV Guide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TVRage.com - TV Guide&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TVRage.com - TV Guide + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TVRage.com - TV Guide + TVRage.com - TV Guide + Google,Gadgets + + + + + DiggnewsGadget + Digg news + Google Gadgets: Digg news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Digg news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Digg news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Digg news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Digg news + Digg news + Google,Gadgets + + + + + HaveeruGadget + Haveeru + Google Gadgets: Haveeru Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Haveeru + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Haveeru&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Haveeru + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Haveeru + Haveeru + Google,Gadgets + + + + + ExtremeWeatherThisWeekGadget + Extreme Weather This Week + Google Gadgets: Extreme Weather This Week Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Extreme Weather This Week + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Extreme Weather This Week&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Extreme Weather This Week + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Extreme Weather This Week + Extreme Weather This Week + Google,Gadgets + + + + + CGIndustryNews1Gadget + CGIndustry News + Google Gadgets: CGIndustry News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CGIndustry News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CGIndustry News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CGIndustry News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CGIndustry News + CGIndustry News + Google,Gadgets + + + + + GrandprixRacingNewsGadget + Grandprix Racing News + Google Gadgets: Grandprix Racing News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Grandprix Racing News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Grandprix Racing News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Grandprix Racing News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Grandprix Racing News + Grandprix Racing News + Google,Gadgets + + + + + USWeatherRadarGadget + US Weather Radar + Google Gadgets: US Weather Radar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + US Weather Radar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=US Weather Radar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=US Weather Radar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + US Weather Radar + US Weather Radar + Google,Gadgets + + + + + AllepeilingenopeenrijGadget + Alle peilingen op een rij + Google Gadgets: Alle peilingen op een rij Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alle peilingen op een rij + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Alle peilingen op een rij&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Alle peilingen op een rij + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alle peilingen op een rij + Alle peilingen op een rij + Google,Gadgets + + + + + NewsreelABCNewsGadget + Newsreel ABC News + Google Gadgets: Newsreel ABC News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel ABC News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel ABC News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel ABC News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel ABC News + Newsreel ABC News + Google,Gadgets + + + + + meteosiGadget + meteo-si + Google Gadgets: meteo-si Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + meteo-si + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=meteo-si&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=meteo-si + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + meteo-si + meteo-si + Google,Gadgets + + + + + ProgrammazioneitGadget + Programmazione.it + Google Gadgets: Programmazione.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Programmazione.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Programmazione.it&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Programmazione.it + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Programmazione.it + Programmazione.it + Google,Gadgets + + + + + roKultcomBancuriRomanestiGadget + roKult.com - Bancuri Romanesti + Google Gadgets: roKult.com - Bancuri Romanesti Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + roKult.com - Bancuri Romanesti + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=roKult.com - Bancuri Romanesti&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=roKult.com - Bancuri Romanesti + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + roKult.com - Bancuri Romanesti + roKult.com - Bancuri Romanesti + Google,Gadgets + + + + + ODiaOnLineltimasnotciasGadget + O Dia OnLine - ltimas not cias + Google Gadgets: O Dia OnLine - ltimas not cias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + O Dia OnLine - ltimas not cias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=O Dia OnLine - ltimas not cias&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=O Dia OnLine - ltimas not cias + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + O Dia OnLine - ltimas not cias + O Dia OnLine - ltimas not cias + Google,Gadgets + + + + + WeatherForecastsGadget + Weather Forecasts + Google Gadgets: Weather Forecasts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Forecasts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Forecasts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Forecasts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Forecasts + Weather Forecasts + Google,Gadgets + + + + + HetWeerGadget + Het Weer + Google Gadgets: Het Weer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Het Weer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Het Weer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Het Weer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Het Weer + Het Weer + Google,Gadgets + + + + + BorderWaitTimesGadget + Border Wait Times + Google Gadgets: Border Wait Times Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Border Wait Times + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Border Wait Times&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Border Wait Times + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Border Wait Times + Border Wait Times + Google,Gadgets + + + + + FMSourceenGadget + FMSource (en) + Google Gadgets: FMSource (en) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FMSource (en) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FMSource (en)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FMSource (en) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FMSource (en) + FMSource (en) + Google,Gadgets + + + + + AtlanticFreePressGadget + Atlantic Free Press + Google Gadgets: Atlantic Free Press Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Atlantic Free Press + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Atlantic Free Press&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Atlantic Free Press + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Atlantic Free Press + Atlantic Free Press + Google,Gadgets + + + + + PrevisotoTempoGadget + Previs o to Tempo + Google Gadgets: Previs o to Tempo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Previs o to Tempo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Previs o to Tempo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Previs o to Tempo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Previs o to Tempo + Previs o to Tempo + Google,Gadgets + + + + + ColoradoSkiReportGadget + Colorado Ski Report + Google Gadgets: Colorado Ski Report Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Colorado Ski Report + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Colorado Ski Report&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Colorado Ski Report + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Colorado Ski Report + Colorado Ski Report + Google,Gadgets + + + + + NewsreelHealthNewsGadget + Newsreel Health News + Google Gadgets: Newsreel Health News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Health News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel Health News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel Health News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Health News + Newsreel Health News + Google,Gadgets + + + + + preciseHeadlinesGadget + preciseHeadlines + Google Gadgets: preciseHeadlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseHeadlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseHeadlines&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseHeadlines + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseHeadlines + preciseHeadlines + Google,Gadgets + + + + + roKultcomRomanianPortalGadget + roKult.com - Romanian Portal + Google Gadgets: roKult.com - Romanian Portal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + roKult.com - Romanian Portal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=roKult.com - Romanian Portal&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=roKult.com - Romanian Portal + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + roKult.com - Romanian Portal + roKult.com - Romanian Portal + Google,Gadgets + + + + + SixtyMinutesNewsGadget + Sixty Minutes News + Google Gadgets: Sixty Minutes News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sixty Minutes News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sixty Minutes News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sixty Minutes News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sixty Minutes News + Sixty Minutes News + Google,Gadgets + + + + + News8AustinAllergyForecastGadget + News 8 Austin Allergy Forecast + Google Gadgets: News 8 Austin Allergy Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News 8 Austin Allergy Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=News 8 Austin Allergy Forecast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=News 8 Austin Allergy Forecast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News 8 Austin Allergy Forecast + News 8 Austin Allergy Forecast + Google,Gadgets + + + + + LiveradioNLGadget + Live radio NL + Google Gadgets: Live radio NL Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live radio NL + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live radio NL&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live radio NL + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live radio NL + Live radio NL + Google,Gadgets + + + + + NISCSouthAfricaGadget + NISC South Africa + Google Gadgets: NISC South Africa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NISC South Africa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NISC South Africa&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NISC South Africa + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NISC South Africa + NISC South Africa + Google,Gadgets + + + + + GalatasarayHaberveVideoGadget + Galatasaray Haber ve Video + Google Gadgets: Galatasaray Haber ve Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Galatasaray Haber ve Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Galatasaray Haber ve Video&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Galatasaray Haber ve Video + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Galatasaray Haber ve Video + Galatasaray Haber ve Video + Google,Gadgets + + + + + NoticiasGadget + Noticias + Google Gadgets: Noticias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias + Noticias + Google,Gadgets + + + + + ActividadessmicaPortugalGadget + Actividade s smica Portugal + Google Gadgets: Actividade s smica Portugal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Actividade s smica Portugal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Actividade s smica Portugal&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Actividade s smica Portugal + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Actividade s smica Portugal + Actividade s smica Portugal + Google,Gadgets + + + + + LocalNWSWeatherRadarGadget + Local NWS Weather Radar + Google Gadgets: Local NWS Weather Radar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local NWS Weather Radar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Local NWS Weather Radar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Local NWS Weather Radar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local NWS Weather Radar + Local NWS Weather Radar + Google,Gadgets + + + + + WallStreetcelmaicititcotidianonlinedebusinessdinRomaniaGadget + Wall-Street cel mai citit cotidian online de business din Romania + Google Gadgets: Wall-Street cel mai citit cotidian online de business din Romania Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wall-Street cel mai citit cotidian online de business din Romania + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wall-Street cel mai citit cotidian online de business din Romania&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wall-Street cel mai citit cotidian online de business din Romania + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wall-Street cel mai citit cotidian online de business din Romania + Wall-Street cel mai citit cotidian online de business din Romania + Google,Gadgets + + + + + FranchisingNetworkGadget + Franchising Network + Google Gadgets: Franchising Network Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Franchising Network + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Franchising Network&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Franchising Network + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Franchising Network + Franchising Network + Google,Gadgets + + + + + HavaDurumuGadget + Hava Durumu + Google Gadgets: Hava Durumu Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hava Durumu + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hava Durumu&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hava Durumu + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hava Durumu + Hava Durumu + Google,Gadgets + + + + + MuslimsInternetSearchGadget + Muslims Internet Search + Google Gadgets: Muslims Internet Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Muslims Internet Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Muslims Internet Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Muslims Internet Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Muslims Internet Search + Muslims Internet Search + Google,Gadgets + + + + + ArcoirisTVGadget + ArcoirisTV + Google Gadgets: ArcoirisTV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ArcoirisTV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ArcoirisTV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ArcoirisTV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ArcoirisTV + ArcoirisTV + Google,Gadgets + + + + + NewsreelMSNBCNewsGadget + Newsreel MSNBC News + Google Gadgets: Newsreel MSNBC News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel MSNBC News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel MSNBC News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel MSNBC News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel MSNBC News + Newsreel MSNBC News + Google,Gadgets + + + + + HawaiiNewsLocalGadget + Hawaii News - Local + Google Gadgets: Hawaii News - Local Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hawaii News - Local + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hawaii News - Local&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hawaii News - Local + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hawaii News - Local + Hawaii News - Local + Google,Gadgets + + + + + THEWORLDExploreTheNewsandTheWorldGadget + THE WORLD - Explore The News and The World + Google Gadgets: THE WORLD - Explore The News and The World Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + THE WORLD - Explore The News and The World + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=THE WORLD - Explore The News and The World&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=THE WORLD - Explore The News and The World + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + THE WORLD - Explore The News and The World + THE WORLD - Explore The News and The World + Google,Gadgets + + + + + SummitSceneSnowGadget + SummitScene Snow + Google Gadgets: SummitScene Snow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SummitScene Snow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SummitScene Snow&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SummitScene Snow + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SummitScene Snow + SummitScene Snow + Google,Gadgets + + + + + NewsreelNYTimesGadget + Newsreel NY Times + Google Gadgets: Newsreel NY Times Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel NY Times + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel NY Times&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel NY Times + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel NY Times + Newsreel NY Times + Google,Gadgets + + + + + GlobalGiantsGadget + Global Giants + Google Gadgets: Global Giants Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Global Giants + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Global Giants&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Global Giants + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Global Giants + Global Giants + Google,Gadgets + + + + + auFeminincomNewscultureGadget + auFeminin.com - News culture + Google Gadgets: auFeminin.com - News culture Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + auFeminin.com - News culture + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=auFeminin.com - News culture&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=auFeminin.com - News culture + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + auFeminin.com - News culture + auFeminin.com - News culture + Google,Gadgets + + + + + HeadlineMapNewsonGoogleMapGadget + HeadlineMap: News on Google Map + Google Gadgets: HeadlineMap: News on Google Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HeadlineMap: News on Google Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HeadlineMap: News on Google Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HeadlineMap: News on Google Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HeadlineMap: News on Google Map + HeadlineMap: News on Google Map + Google,Gadgets + + + + + NewsElectionsFrancaise2007Gadget + News Elections Francaise 2007 + Google Gadgets: News Elections Francaise 2007 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News Elections Francaise 2007 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=News Elections Francaise 2007&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=News Elections Francaise 2007 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News Elections Francaise 2007 + News Elections Francaise 2007 + Google,Gadgets + + + + + DeutscheTVSenderGadget + Deutsche TV Sender + Google Gadgets: Deutsche TV Sender Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Deutsche TV Sender + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Deutsche TV Sender&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Deutsche TV Sender + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Deutsche TV Sender + Deutsche TV Sender + Google,Gadgets + + + + + CricketWorldCupNewsGadget + Cricket World Cup News + Google Gadgets: Cricket World Cup News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cricket World Cup News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cricket World Cup News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup News + Cricket World Cup News + Google,Gadgets + + + + + GossipGadget + Gossip + Google Gadgets: Gossip Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gossip + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gossip&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gossip + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gossip + Gossip + Google,Gadgets + + + + + HotTrendsGadgetGadget + Hot Trends Gadget + Google Gadgets: Hot Trends Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hot Trends Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hot Trends Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hot Trends Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hot Trends Gadget + Hot Trends Gadget + Google,Gadgets + + + + + soFemininecoukCelebritynewsGadget + soFeminine.co.uk - Celebrity news + Google Gadgets: soFeminine.co.uk - Celebrity news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + soFeminine.co.uk - Celebrity news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=soFeminine.co.uk - Celebrity news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=soFeminine.co.uk - Celebrity news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + soFeminine.co.uk - Celebrity news + soFeminine.co.uk - Celebrity news + Google,Gadgets + + + + + ZionistcomGadget + Zionist.com + Google Gadgets: Zionist.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zionist.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Zionist.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Zionist.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zionist.com + Zionist.com + Google,Gadgets + + + + + WundergroundWeatherGadget + Wunderground Weather + Google Gadgets: Wunderground Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wunderground Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wunderground Weather&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wunderground Weather + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wunderground Weather + Wunderground Weather + Google,Gadgets + + + + + BayAreaTrafficGadget + Bay Area Traffic + Google Gadgets: Bay Area Traffic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bay Area Traffic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bay Area Traffic&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bay Area Traffic + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bay Area Traffic + Bay Area Traffic + Google,Gadgets + + + + + FlitsGadget + Flits! + Google Gadgets: Flits! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flits! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flits!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flits! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flits! + Flits! + Google,Gadgets + + + + + JeniusLatestPostGadget + Jenius - Latest Post + Google Gadgets: Jenius - Latest Post Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jenius - Latest Post + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jenius - Latest Post&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jenius - Latest Post + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jenius - Latest Post + Jenius - Latest Post + Google,Gadgets + + + + + ltimasnotciasGadget + ltimas not cias + Google Gadgets: ltimas not cias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ltimas not cias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url= ltimas not cias&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url= ltimas not cias + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ltimas not cias + ltimas not cias + Google,Gadgets + + + + + GRONLANDRECORDSNEWSGadget + GRONLAND RECORDS NEWS + Google Gadgets: GRONLAND RECORDS NEWS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRONLAND RECORDS NEWS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GRONLAND RECORDS NEWS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GRONLAND RECORDS NEWS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRONLAND RECORDS NEWS + GRONLAND RECORDS NEWS + Google,Gadgets + + + + + MotorCitiesEditor39sPicksGadget + MotorCities Editor's Picks + Google Gadgets: MotorCities Editor's Picks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MotorCities Editor's Picks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MotorCities Editor's Picks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MotorCities Editor's Picks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MotorCities Editor's Picks + MotorCities Editor's Picks + Google,Gadgets + + + + + ActualidadenGloobalnetGadget + Actualidad en Gloobal.net + Google Gadgets: Actualidad en Gloobal.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Actualidad en Gloobal.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Actualidad en Gloobal.net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Actualidad en Gloobal.net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Actualidad en Gloobal.net + Actualidad en Gloobal.net + Google,Gadgets + + + + + DailyHumorbyGiglishGadget + Daily Humor by Giglish + Google Gadgets: Daily Humor by Giglish Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Humor by Giglish + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Humor by Giglish&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Humor by Giglish + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Humor by Giglish + Daily Humor by Giglish + Google,Gadgets + + + + + MeteoxRealtimerainfallradarGadget + Meteox - Realtime rainfall radar + Google Gadgets: Meteox - Realtime rainfall radar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Meteox - Realtime rainfall radar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Meteox - Realtime rainfall radar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Meteox - Realtime rainfall radar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Meteox - Realtime rainfall radar + Meteox - Realtime rainfall radar + Google,Gadgets + + + + + NewsElectionsFrancaise20071Gadget + News Elections Francaise 2007 + Google Gadgets: News Elections Francaise 2007 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News Elections Francaise 2007 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=News Elections Francaise 2007&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=News Elections Francaise 2007 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News Elections Francaise 2007 + News Elections Francaise 2007 + Google,Gadgets + + + + + findodeNachrichtenGadget + findo.de - Nachrichten + Google Gadgets: findo.de - Nachrichten Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + findo.de - Nachrichten + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=findo.de - Nachrichten&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=findo.de - Nachrichten + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + findo.de - Nachrichten + findo.de - Nachrichten + Google,Gadgets + + + + + YouTubeJapanesefeaturedvideoGadget + YouTube::Japanese featured video + Google Gadgets: YouTube::Japanese featured video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube::Japanese featured video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=YouTube::Japanese featured video&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=YouTube::Japanese featured video + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube::Japanese featured video + YouTube::Japanese featured video + Google,Gadgets + + + + + CustomizednewsGadget + Customized news + Google Gadgets: Customized news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Customized news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Customized news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Customized news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Customized news + Customized news + Google,Gadgets + + + + + anunturoAnunturiGratuiteGadget + anuntu.ro - Anunturi Gratuite + Google Gadgets: anuntu.ro - Anunturi Gratuite Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + anuntu.ro - Anunturi Gratuite + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=anuntu.ro - Anunturi Gratuite&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=anuntu.ro - Anunturi Gratuite + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + anuntu.ro - Anunturi Gratuite + anuntu.ro - Anunturi Gratuite + Google,Gadgets + + + + + FBI39s10MostWantedGadget + FBI's 10 Most Wanted + Google Gadgets: FBI's 10 Most Wanted Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FBI's 10 Most Wanted + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FBI's 10 Most Wanted&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FBI's 10 Most Wanted + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FBI's 10 Most Wanted + FBI's 10 Most Wanted + Google,Gadgets + + + + + BreakingNewsfromMSNBCGadget + Breaking News from MSNBC + Google Gadgets: Breaking News from MSNBC Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Breaking News from MSNBC + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Breaking News from MSNBC&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Breaking News from MSNBC + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Breaking News from MSNBC + Breaking News from MSNBC + Google,Gadgets + + + + + FyensStiftstidendeGadget + Fyens Stiftstidende + Google Gadgets: Fyens Stiftstidende Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fyens Stiftstidende + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fyens Stiftstidende&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fyens Stiftstidende + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fyens Stiftstidende + Fyens Stiftstidende + Google,Gadgets + + + + + NewsreelCBSNewsGadget + Newsreel CBS News + Google Gadgets: Newsreel CBS News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel CBS News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel CBS News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel CBS News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel CBS News + Newsreel CBS News + Google,Gadgets + + + + + NoticiasdeMacworldGadget + Noticias de Macworld + Google Gadgets: Noticias de Macworld Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de Macworld + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias de Macworld&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias de Macworld + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de Macworld + Noticias de Macworld + Google,Gadgets + + + + + LiveCamCopacabanaCOMGadget + LiveCam Copacabana.COM + Google Gadgets: LiveCam Copacabana.COM Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LiveCam Copacabana.COM + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=LiveCam Copacabana.COM&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=LiveCam Copacabana.COM + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LiveCam Copacabana.COM + LiveCam Copacabana.COM + Google,Gadgets + + + + + NWSkiWeatherSnowForecastGadget + NW Ski Weather Snow Forecast + Google Gadgets: NW Ski Weather Snow Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NW Ski Weather Snow Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NW Ski Weather Snow Forecast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NW Ski Weather Snow Forecast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NW Ski Weather Snow Forecast + NW Ski Weather Snow Forecast + Google,Gadgets + + + + + WettersatellitEuropaGadget + Wettersatellit Europa + Google Gadgets: Wettersatellit Europa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wettersatellit Europa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wettersatellit Europa&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wettersatellit Europa + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wettersatellit Europa + Wettersatellit Europa + Google,Gadgets + + + + + FlightStatusFlightStatscomGadget + Flight Status - FlightStats.com + Google Gadgets: Flight Status - FlightStats.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flight Status - FlightStats.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flight Status - FlightStats.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flight Status - FlightStats.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flight Status - FlightStats.com + Flight Status - FlightStats.com + Google,Gadgets + + + + + CramerholicHeadlinesGadget + Cramerholic Headlines + Google Gadgets: Cramerholic Headlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cramerholic Headlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cramerholic Headlines&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cramerholic Headlines + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cramerholic Headlines + Cramerholic Headlines + Google,Gadgets + + + + + PodcasterNewsLatest5podcastsGadget + PodcasterNews Latest 5 podcasts + Google Gadgets: PodcasterNews Latest 5 podcasts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PodcasterNews Latest 5 podcasts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PodcasterNews Latest 5 podcasts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PodcasterNews Latest 5 podcasts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PodcasterNews Latest 5 podcasts + PodcasterNews Latest 5 podcasts + Google,Gadgets + + + + + GazeteveTrkeHaberSihirbazGadget + Gazete ve T rk e Haber Sihirbaz + Google Gadgets: Gazete ve T rk e Haber Sihirbaz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gazete ve T rk e Haber Sihirbaz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gazete ve T rk e Haber Sihirbaz &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gazete ve T rk e Haber Sihirbaz + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gazete ve T rk e Haber Sihirbaz + Gazete ve T rk e Haber Sihirbaz + Google,Gadgets + + + + + DepressionNewsGadget + Depression News + Google Gadgets: Depression News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Depression News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Depression News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Depression News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Depression News + Depression News + Google,Gadgets + + + + + NewsreelSportsGadget + Newsreel Sports + Google Gadgets: Newsreel Sports Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Sports + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel Sports&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel Sports + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Sports + Newsreel Sports + Google,Gadgets + + + + + DiggcomTopin24hoursGadget + Digg.com - Top in 24 hours + Google Gadgets: Digg.com - Top in 24 hours Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Digg.com - Top in 24 hours + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Digg.com - Top in 24 hours&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Digg.com - Top in 24 hours + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Digg.com - Top in 24 hours + Digg.com - Top in 24 hours + Google,Gadgets + + + + + MoodNewsGoodNewsGadget + Mood News - Good News + Google Gadgets: Mood News - Good News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mood News - Good News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mood News - Good News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mood News - Good News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mood News - Good News + Mood News - Good News + Google,Gadgets + + + + + DailySpanishNewsInEnglishGadget + Daily Spanish News In English + Google Gadgets: Daily Spanish News In English Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Spanish News In English + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Spanish News In English&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Spanish News In English + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Spanish News In English + Daily Spanish News In English + Google,Gadgets + + + + + NewsreelFoxNewsGadget + Newsreel Fox News + Google Gadgets: Newsreel Fox News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Fox News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel Fox News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel Fox News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Fox News + Newsreel Fox News + Google,Gadgets + + + + + OrkutNewsGadget + Orkut News + Google Gadgets: Orkut News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orkut News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Orkut News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Orkut News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orkut News + Orkut News + Google,Gadgets + + + + + callcenter3Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=call-center&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=call-center + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + LangeoognewsdeGadget + Langeoognews.de + Google Gadgets: Langeoognews.de Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Langeoognews.de + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Langeoognews.de&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Langeoognews.de + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Langeoognews.de + Langeoognews.de + Google,Gadgets + + + + + DvizveBorsaVerileriGadget + D viz ve Borsa Verileri + Google Gadgets: D viz ve Borsa Verileri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + D viz ve Borsa Verileri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=D viz ve Borsa Verileri&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=D viz ve Borsa Verileri + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + D viz ve Borsa Verileri + D viz ve Borsa Verileri + Google,Gadgets + + + + + MedindiaHealthNewsGadget + Medindia Health News + Google Gadgets: Medindia Health News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Medindia Health News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Medindia Health News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Medindia Health News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Medindia Health News + Medindia Health News + Google,Gadgets + + + + + MentalHealthNewsGadget + Mental Health News + Google Gadgets: Mental Health News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mental Health News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mental Health News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mental Health News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mental Health News + Mental Health News + Google,Gadgets + + + + + TemponasCapitaisBrasileirasGadget + Tempo nas Capitais Brasileiras + Google Gadgets: Tempo nas Capitais Brasileiras Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tempo nas Capitais Brasileiras + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tempo nas Capitais Brasileiras&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tempo nas Capitais Brasileiras + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tempo nas Capitais Brasileiras + Tempo nas Capitais Brasileiras + Google,Gadgets + + + + + CricketWorldCupScoresGadget + Cricket World Cup Scores + Google Gadgets: Cricket World Cup Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cricket World Cup Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cricket World Cup Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup Scores + Cricket World Cup Scores + Google,Gadgets + + + + + MeteoxRealtimerainfallradar1Gadget + Meteox - Realtime rainfall radar + Google Gadgets: Meteox - Realtime rainfall radar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Meteox - Realtime rainfall radar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Meteox - Realtime rainfall radar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Meteox - Realtime rainfall radar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Meteox - Realtime rainfall radar + Meteox - Realtime rainfall radar + Google,Gadgets + + + + + ADHDNewsGadget + ADHD News + Google Gadgets: ADHD News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ADHD News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ADHD News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ADHD News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ADHD News + ADHD News + Google,Gadgets + + + + + SchizophreniaNewsGadget + Schizophrenia News + Google Gadgets: Schizophrenia News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Schizophrenia News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Schizophrenia News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Schizophrenia News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Schizophrenia News + Schizophrenia News + Google,Gadgets + + + + + ChildrenParentingNewsGadget + Children/Parenting News + Google Gadgets: Children/Parenting News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Children/Parenting News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Children/Parenting News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Children/Parenting News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Children/Parenting News + Children/Parenting News + Google,Gadgets + + + + + KnackNieuwsportaalGadget + Knack: Nieuwsportaal + Google Gadgets: Knack: Nieuwsportaal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Knack: Nieuwsportaal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Knack: Nieuwsportaal&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Knack: Nieuwsportaal + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Knack: Nieuwsportaal + Knack: Nieuwsportaal + Google,Gadgets + + + + + WettersatellitEuropa1Gadget + Wettersatellit Europa + Google Gadgets: Wettersatellit Europa Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wettersatellit Europa + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wettersatellit Europa&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wettersatellit Europa + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wettersatellit Europa + Wettersatellit Europa + Google,Gadgets + + + + + NewScientistBreakingNewsGadget + New Scientist - Breaking News + Google Gadgets: New Scientist - Breaking News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Scientist - Breaking News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=New Scientist - Breaking News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=New Scientist - Breaking News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Scientist - Breaking News + New Scientist - Breaking News + Google,Gadgets + + + + + ReutersPodcastPlayerPPGadget + Reuters Podcast Player (PP) + Google Gadgets: Reuters Podcast Player (PP) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Reuters Podcast Player (PP) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Reuters Podcast Player (PP)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Reuters Podcast Player (PP) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Reuters Podcast Player (PP) + Reuters Podcast Player (PP) + Google,Gadgets + + + + + HetweerGadget + Het weer + Google Gadgets: Het weer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Het weer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Het weer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Het weer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Het weer + Het weer + Google,Gadgets + + + + + WeatherStationGadget + Weather Station + Google Gadgets: Weather Station Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Station + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Station&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Station + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Station + Weather Station + Google,Gadgets + + + + + preciseBlogsGadget + preciseBlogs + Google Gadgets: preciseBlogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseBlogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseBlogs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseBlogs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseBlogs + preciseBlogs + Google,Gadgets + + + + + CricketWorldCupNews1Gadget + Cricket World Cup News + Google Gadgets: Cricket World Cup News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cricket World Cup News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cricket World Cup News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup News + Cricket World Cup News + Google,Gadgets + + + + + USStreamflowConditionsGadget + US Streamflow Conditions + Google Gadgets: US Streamflow Conditions Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + US Streamflow Conditions + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=US Streamflow Conditions&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=US Streamflow Conditions + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + US Streamflow Conditions + US Streamflow Conditions + Google,Gadgets + + + + + JobnetworkitAnnuncidilavoroGadget + Jobnetwork.it - Annunci di lavoro + Google Gadgets: Jobnetwork.it - Annunci di lavoro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Jobnetwork.it - Annunci di lavoro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Jobnetwork.it - Annunci di lavoro&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Jobnetwork.it - Annunci di lavoro + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Jobnetwork.it - Annunci di lavoro + Jobnetwork.it - Annunci di lavoro + Google,Gadgets + + + + + AustralianweatherGadget + Australian weather + Google Gadgets: Australian weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Australian weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Australian weather&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Australian weather + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Australian weather + Australian weather + Google,Gadgets + + + + + AgronotizieitSettimanaleditecnicaeconomiaeinnovazioneinagricoltura1Gadget + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Google Gadgets: Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura + Google,Gadgets + + + + + NoticiasdeltimahoradeABCesGadget + Noticias de ltima hora de ABC.es + Google Gadgets: Noticias de ltima hora de ABC.es Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de ltima hora de ABC.es + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias de ltima hora de ABC.es&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias de ltima hora de ABC.es + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de ltima hora de ABC.es + Noticias de ltima hora de ABC.es + Google,Gadgets + + + + + ilmangioneitrecensionidelgiornoGadget + ilmangione.it - recensioni del giorno + Google Gadgets: ilmangione.it - recensioni del giorno Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ilmangione.it - recensioni del giorno + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ilmangione.it - recensioni del giorno&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ilmangione.it - recensioni del giorno + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ilmangione.it - recensioni del giorno + ilmangione.it - recensioni del giorno + Google,Gadgets + + + + + NewspaperindexFreshpapersGadget + Newspaperindex - Fresh papers + Google Gadgets: Newspaperindex - Fresh papers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newspaperindex - Fresh papers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newspaperindex - Fresh papers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newspaperindex - Fresh papers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newspaperindex - Fresh papers + Newspaperindex - Fresh papers + Google,Gadgets + + + + + CaliforniaISOStatusGadget + California ISO Status + Google Gadgets: California ISO Status Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + California ISO Status + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=California ISO Status&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=California ISO Status + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + California ISO Status + California ISO Status + Google,Gadgets + + + + + GoogleNewscloudbyNewzingoGadget + Google News cloud by Newzingo + Google Gadgets: Google News cloud by Newzingo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google News cloud by Newzingo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google News cloud by Newzingo&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google News cloud by Newzingo + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google News cloud by Newzingo + Google News cloud by Newzingo + Google,Gadgets + + + + + NABBYWeeklyWeatherforJAPANGadget + NABBY Weekly Weather for JAPAN + Google Gadgets: NABBY Weekly Weather for JAPAN Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NABBY Weekly Weather for JAPAN + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NABBY Weekly Weather for JAPAN&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NABBY Weekly Weather for JAPAN + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NABBY Weekly Weather for JAPAN + NABBY Weekly Weather for JAPAN + Google,Gadgets + + + + + UFCArticlesGadget + UFC Articles + Google Gadgets: UFC Articles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UFC Articles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=UFC Articles&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=UFC Articles + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UFC Articles + UFC Articles + Google,Gadgets + + + + + preciseHeadlines1Gadget + preciseHeadlines + Google Gadgets: preciseHeadlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseHeadlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseHeadlines&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseHeadlines + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseHeadlines + preciseHeadlines + Google,Gadgets + + + + + callcenter4Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=call-center&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=call-center + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + MarineObservationsNearYourLocationGadget + Marine Observations Near Your Location + Google Gadgets: Marine Observations Near Your Location Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Marine Observations Near Your Location + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Marine Observations Near Your Location&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Marine Observations Near Your Location + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Marine Observations Near Your Location + Marine Observations Near Your Location + Google,Gadgets + + + + + GlobalSurfForecastsGadget + Global Surf Forecasts + Google Gadgets: Global Surf Forecasts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Global Surf Forecasts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Global Surf Forecasts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Global Surf Forecasts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Global Surf Forecasts + Global Surf Forecasts + Google,Gadgets + + + + + Actualites1Gadget + Actualites + Google Gadgets: Actualites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Actualites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Actualites&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Actualites + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Actualites + Actualites + Google,Gadgets + + + + + eastereggsGadget + eastereggs + Google Gadgets: eastereggs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + eastereggs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=eastereggs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=eastereggs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + eastereggs + eastereggs + Google,Gadgets + + + + + ElectionsPrsidentielle2007SondageGadget + Elections Pr sidentielle 2007 - Sondage + Google Gadgets: Elections Pr sidentielle 2007 - Sondage Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Elections Pr sidentielle 2007 - Sondage + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Elections Pr sidentielle 2007 - Sondage&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Elections Pr sidentielle 2007 - Sondage + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Elections Pr sidentielle 2007 - Sondage + Elections Pr sidentielle 2007 - Sondage + Google,Gadgets + + + + + ReutersNewsinPicturesGadget + Reuters News in Pictures + Google Gadgets: Reuters News in Pictures Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Reuters News in Pictures + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Reuters News in Pictures&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Reuters News in Pictures + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Reuters News in Pictures + Reuters News in Pictures + Google,Gadgets + + + + + AAFESNEWSGadget + AAFES NEWS + Google Gadgets: AAFES NEWS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AAFES NEWS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AAFES NEWS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AAFES NEWS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AAFES NEWS + AAFES NEWS + Google,Gadgets + + + + + RTNewsRuGadget + RTNews.Ru + Google Gadgets: RTNews.Ru Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RTNews.Ru + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RTNews.Ru&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RTNews.Ru + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RTNews.Ru + RTNews.Ru + Google,Gadgets + + + + + GreenVehicleNewscomDailyNewsGadget + GreenVehicleNews.com - Daily News + Google Gadgets: GreenVehicleNews.com - Daily News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GreenVehicleNews.com - Daily News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GreenVehicleNews.com - Daily News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GreenVehicleNews.com - Daily News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GreenVehicleNews.com - Daily News + GreenVehicleNews.com - Daily News + Google,Gadgets + + + + + DailyDermatologyNewsGadget + Daily Dermatology News + Google Gadgets: Daily Dermatology News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Dermatology News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Dermatology News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Dermatology News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Dermatology News + Daily Dermatology News + Google,Gadgets + + + + + MedicalUpdatesfromyourAmericanCancerSocietyGadget + Medical Updates from your American Cancer Society + Google Gadgets: Medical Updates from your American Cancer Society Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Medical Updates from your American Cancer Society + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Medical Updates from your American Cancer Society&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Medical Updates from your American Cancer Society + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Medical Updates from your American Cancer Society + Medical Updates from your American Cancer Society + Google,Gadgets + + + + + QuanticoWeatherGadget + Quantico Weather + Google Gadgets: Quantico Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quantico Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quantico Weather&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quantico Weather + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quantico Weather + Quantico Weather + Google,Gadgets + + + + + WeatherChannelInteractiveMapGadget + Weather Channel Interactive Map + Google Gadgets: Weather Channel Interactive Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Channel Interactive Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Channel Interactive Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Channel Interactive Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Channel Interactive Map + Weather Channel Interactive Map + Google,Gadgets + + + + + RegionSkneSenasteNyttGadget + Region Sk ne -Senaste Nytt + Google Gadgets: Region Sk ne -Senaste Nytt Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Region Sk ne -Senaste Nytt + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Region Sk ne -Senaste Nytt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Region Sk ne -Senaste Nytt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Region Sk ne -Senaste Nytt + Region Sk ne -Senaste Nytt + Google,Gadgets + + + + + WeatherbyWeathercomGadget + Weather by Weather.com + Google Gadgets: Weather by Weather.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather by Weather.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather by Weather.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather by Weather.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather by Weather.com + Weather by Weather.com + Google,Gadgets + + + + + DynaWeatherConditionsv11Gadget + DynaWeather Conditions v1.1 + Google Gadgets: DynaWeather Conditions v1.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DynaWeather Conditions v1.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DynaWeather Conditions v1.1&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DynaWeather Conditions v1.1 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DynaWeather Conditions v1.1 + DynaWeather Conditions v1.1 + Google,Gadgets + + + + + PAWWeatherSSECGadget + PAW Weather (SSEC) + Google Gadgets: PAW Weather (SSEC) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PAW Weather (SSEC) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PAW Weather (SSEC)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PAW Weather (SSEC) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PAW Weather (SSEC) + PAW Weather (SSEC) + Google,Gadgets + + + + + MtodeSteMargueritesurMerGadget + M t o de Ste Marguerite sur Mer + Google Gadgets: M t o de Ste Marguerite sur Mer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + M t o de Ste Marguerite sur Mer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=M t o de Ste Marguerite sur Mer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=M t o de Ste Marguerite sur Mer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + M t o de Ste Marguerite sur Mer + M t o de Ste Marguerite sur Mer + Google,Gadgets + + + + + WeatherBonkLiveConditionsMapGadget + Weather Bonk Live Conditions Map + Google Gadgets: Weather Bonk Live Conditions Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Bonk Live Conditions Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Bonk Live Conditions Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Bonk Live Conditions Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Bonk Live Conditions Map + Weather Bonk Live Conditions Map + Google,Gadgets + + + + + UKThreatLevelGadget + UK Threat Level + Google Gadgets: UK Threat Level Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UK Threat Level + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=UK Threat Level&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=UK Threat Level + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UK Threat Level + UK Threat Level + Google,Gadgets + + + + + NoticiasdeIrabiaGadget + Noticias de Irabia + Google Gadgets: Noticias de Irabia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de Irabia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias de Irabia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias de Irabia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de Irabia + Noticias de Irabia + Google,Gadgets + + + + + FMIWeatherGadget + FMI Weather + Google Gadgets: FMI Weather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FMI Weather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FMI Weather&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FMI Weather + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FMI Weather + FMI Weather + Google,Gadgets + + + + + preciseOpinionGadget + preciseOpinion + Google Gadgets: preciseOpinion Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseOpinion + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseOpinion&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseOpinion + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseOpinion + preciseOpinion + Google,Gadgets + + + + + IntheNewsGadget + In the News + Google Gadgets: In the News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + In the News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=In the News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=In the News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + In the News + In the News + Google,Gadgets + + + + + Scooplivedesinfospouretparvous1Gadget + Scooplive - des infos pour et par vous + Google Gadgets: Scooplive - des infos pour et par vous Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Scooplive - des infos pour et par vous + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Scooplive - des infos pour et par vous&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Scooplive - des infos pour et par vous + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Scooplive - des infos pour et par vous + Scooplive - des infos pour et par vous + Google,Gadgets + + + + + ClasificacinPrimeraDivisinGadget + Clasificaci n Primera Divisi n + Google Gadgets: Clasificaci n Primera Divisi n Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clasificaci n Primera Divisi n + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Clasificaci n Primera Divisi n&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Clasificaci n Primera Divisi n + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clasificaci n Primera Divisi n + Clasificaci n Primera Divisi n + Google,Gadgets + + + + + NEWSrucomGadget + NEWSru.com :: ?? ???????? + Google Gadgets: NEWSru.com :: ?? ???????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NEWSru.com :: ?? ???????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NEWSru.com :: В мире&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NEWSru.com :: В мире + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NEWSru.com :: ?? ???????? + NEWSru.com :: ?? ???????? + Google,Gadgets + + + + + ShoutmouthNewsGadgetGadget + Shoutmouth News Gadget + Google Gadgets: Shoutmouth News Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Shoutmouth News Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Shoutmouth News Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Shoutmouth News Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Shoutmouth News Gadget + Shoutmouth News Gadget + Google,Gadgets + + + + + NewsreelNewsfromReutersGadget + Newsreel News from Reuters + Google Gadgets: Newsreel News from Reuters Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel News from Reuters + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel News from Reuters&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel News from Reuters + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel News from Reuters + Newsreel News from Reuters + Google,Gadgets + + + + + TropicalStormsGadget + Tropical Storms + Google Gadgets: Tropical Storms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tropical Storms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tropical Storms&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tropical Storms + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tropical Storms + Tropical Storms + Google,Gadgets + + + + + NewsGadget + News + Google Gadgets: News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News + News + Google,Gadgets + + + + + AnxietyNewsGadget + Anxiety News + Google Gadgets: Anxiety News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Anxiety News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Anxiety News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Anxiety News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Anxiety News + Anxiety News + Google,Gadgets + + + + + UVIndexForecastGadget + UV Index Forecast + Google Gadgets: UV Index Forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UV Index Forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=UV Index Forecast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=UV Index Forecast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UV Index Forecast + UV Index Forecast + Google,Gadgets + + + + + Allepeilingenopeenrij1Gadget + Alle peilingen op een rij + Google Gadgets: Alle peilingen op een rij Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alle peilingen op een rij + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Alle peilingen op een rij&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Alle peilingen op een rij + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alle peilingen op een rij + Alle peilingen op een rij + Google,Gadgets + + + + + NewsreelCNNNewsGadget + Newsreel CNN News + Google Gadgets: Newsreel CNN News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel CNN News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel CNN News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel CNN News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel CNN News + Newsreel CNN News + Google,Gadgets + + + + + GadgetRadioNLGadget + Gadget Radio (NL) + Google Gadgets: Gadget Radio (NL) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget Radio (NL) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gadget Radio (NL)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gadget Radio (NL) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget Radio (NL) + Gadget Radio (NL) + Google,Gadgets + + + + + HurricaneAdvisoryGadgetGadget + Hurricane Advisory Gadget + Google Gadgets: Hurricane Advisory Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hurricane Advisory Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hurricane Advisory Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hurricane Advisory Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hurricane Advisory Gadget + Hurricane Advisory Gadget + Google,Gadgets + + + + + GagdetNunlGadget + Gagdet Nu.nl + Google Gadgets: Gagdet Nu.nl Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gagdet Nu.nl + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gagdet Nu.nl&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gagdet Nu.nl + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gagdet Nu.nl + Gagdet Nu.nl + Google,Gadgets + + + + + WeatherListingstheweathernetworkcomGadget + Weather Listings - theweathernetwork.com + Google Gadgets: Weather Listings - theweathernetwork.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Listings - theweathernetwork.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Listings - theweathernetwork.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Listings - theweathernetwork.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Listings - theweathernetwork.com + Weather Listings - theweathernetwork.com + Google,Gadgets + + + + + ScienceandPoliticsNewsGadget + Science and Politics News + Google Gadgets: Science and Politics News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Science and Politics News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Science and Politics News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Science and Politics News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Science and Politics News + Science and Politics News + Google,Gadgets + + + + + NationalWeatherRadarAndWMSMapsGadget + National Weather Radar And WMS Maps + Google Gadgets: National Weather Radar And WMS Maps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Weather Radar And WMS Maps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=National Weather Radar And WMS Maps&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=National Weather Radar And WMS Maps + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Weather Radar And WMS Maps + National Weather Radar And WMS Maps + Google,Gadgets + + + + + GladoocomjobsinIndiaGadget + Gladoo.com ? jobs in India + Google Gadgets: Gladoo.com ? jobs in India Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gladoo.com ? jobs in India + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gladoo.com | jobs in India&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gladoo.com | jobs in India + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gladoo.com ? jobs in India + Gladoo.com ? jobs in India + Google,Gadgets + + + + + myWeatherGadget + myWeather + Google Gadgets: myWeather Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + myWeather + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=myWeather&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=myWeather + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + myWeather + myWeather + Google,Gadgets + + + + + NationalMissingChildrenAlertsGadget + National Missing Children Alerts + Google Gadgets: National Missing Children Alerts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + National Missing Children Alerts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=National Missing Children Alerts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=National Missing Children Alerts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + National Missing Children Alerts + National Missing Children Alerts + Google,Gadgets + + + + + Suite101Gadget + Suite101 + Google Gadgets: Suite101 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Suite101 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Suite101&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Suite101 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Suite101 + Suite101 + Google,Gadgets + + + + + Noticias1Gadget + Noticias + Google Gadgets: Noticias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias + Noticias + Google,Gadgets + + + + + EsportesGadget + Esportes + Google Gadgets: Esportes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Esportes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Esportes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Esportes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Esportes + Esportes + Google,Gadgets + + + + + LeggievaiGadget + Leggievai + Google Gadgets: Leggievai Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Leggievai + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Leggievai&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Leggievai + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Leggievai + Leggievai + Google,Gadgets + + + + + AustralianWeatherRadarGadget + Australian Weather Radar + Google Gadgets: Australian Weather Radar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Australian Weather Radar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Australian Weather Radar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Australian Weather Radar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Australian Weather Radar + Australian Weather Radar + Google,Gadgets + + + + + JavaQueriesGadget + Java Queries + Google Gadgets: Java Queries Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Java Queries + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Java Queries&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Java Queries + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Java Queries + Java Queries + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-news-ja/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-sports/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-sports/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-sports/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-sports + war + 0.3 + Google Gadgets Sports Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-sports + + Property changes on: googlegadgets/trunk/googlegadgets-sports/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,3818 @@ + + + + + + LiveSportsScoresGadget + Live Sports Scores + Google Gadgets: Live Sports Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Sports Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.sportsline.com/modules/scoresDOM&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.sportsline.com/modules/scoresDOM + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Sports Scores + Live Sports Scores + Google,Gadgets + + + + + SifyLiveCricketScoresGadget + Sify-Live Cricket Scores + Google Gadgets: Sify-Live Cricket Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sify-Live Cricket Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jijopaulp.googlepages.com/cricketsify.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jijopaulp.googlepages.com/cricketsify.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sify-Live Cricket Scores + Sify-Live Cricket Scores + Google,Gadgets + + + + + WebcamsAlpsskisportsGadget + Webcams Alps: ski - sports + Google Gadgets: Webcams Alps: ski - sports Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams Alps: ski - sports + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.sitewww.ch/widget/ski.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.sitewww.ch/widget/ski.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams Alps: ski - sports + Webcams Alps: ski - sports + Google,Gadgets + + + + + FullBodyAnalysisCalculatorGadget + Full Body Analysis Calculator + Google Gadgets: Full Body Analysis Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Full Body Analysis Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fba.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/fba.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Full Body Analysis Calculator + Full Body Analysis Calculator + Google,Gadgets + + + + + SportsVideosGadget + Sports Videos + Google Gadgets: Sports Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sports Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.sportsline.com/modules/video&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.sportsline.com/modules/video + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sports Videos + Sports Videos + Google,Gadgets + + + + + SportsScoresGadget + Sports Scores + Google Gadgets: Sports Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sports Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://artinbastani.googlepages.com/Scores.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://artinbastani.googlepages.com/Scores.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sports Scores + Sports Scores + Google,Gadgets + + + + + BodyBuilderrandomimageGadget + Body.Builder random image + Google Gadgets: Body.Builder random image Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Body.Builder random image + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://body.builder.hu/googlegadget01.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://body.builder.hu/googlegadget01.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Body.Builder random image + Body.Builder random image + Google,Gadgets + + + + + PhotosfromSIcomGadget + Photos from SI.com + Google Gadgets: Photos from SI.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Photos from SI.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/world_cup.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/world_cup.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Photos from SI.com + Photos from SI.com + Google,Gadgets + + + + + LiveMLBScoresGadget + Live MLB Scores + Google Gadgets: Live MLB Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live MLB Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.milwaukeebrewcrew.com/gadget2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.milwaukeebrewcrew.com/gadget2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live MLB Scores + Live MLB Scores + Google,Gadgets + + + + + TargetHeartRateCalculatorGadget + Target Heart Rate Calculator + Google Gadgets: Target Heart Rate Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/thr.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/thr.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate Calculator + Target Heart Rate Calculator + Google,Gadgets + + + + + AutoAffordabilityCalculatorGadget + Auto Affordability Calculator + Google Gadgets: Auto Affordability Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Affordability Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/auto_affordability.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/auto_affordability.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Affordability Calculator + Auto Affordability Calculator + Google,Gadgets + + + + + NBAPlayoffHighlightsVideoGadget + NBA Playoff Highlights Video + Google Gadgets: NBA Playoff Highlights Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Playoff Highlights Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Playoff Highlights Video + NBA Playoff Highlights Video + Google,Gadgets + + + + + FindDistanceCalculatorGadget + Find Distance Calculator + Google Gadgets: Find Distance Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Distance Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fdist.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/fdist.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Distance Calculator + Find Distance Calculator + Google,Gadgets + + + + + BCSStandingsGadget + BCS Standings + Google Gadgets: BCS Standings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BCS Standings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://conklins.googlepages.com/bcs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://conklins.googlepages.com/bcs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BCS Standings + BCS Standings + Google,Gadgets + + + + + AutoPaymentComparisonCalculatorGadget + Auto Payment Comparison Calculator + Google Gadgets: Auto Payment Comparison Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Payment Comparison Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/apcomp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/apcomp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Payment Comparison Calculator + Auto Payment Comparison Calculator + Google,Gadgets + + + + + WinProbabilityFanGraphscomGadget + Win Probability FanGraphs.com + Google Gadgets: Win Probability FanGraphs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Win Probability FanGraphs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1042475/5611039679301450511&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/a/1042475/5611039679301450511 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Win Probability FanGraphs.com + Win Probability FanGraphs.com + Google,Gadgets + + + + + AirsoftSearchEngineGadget + Airsoft Search Engine + Google Gadgets: Airsoft Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Airsoft Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006837202869456059827/cse/p2bimtzcxwc/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006837202869456059827/cse/p2bimtzcxwc/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Airsoft Search Engine + Airsoft Search Engine + Google,Gadgets + + + + + AsiVancomGadget + AsiVan.com + Google Gadgets: AsiVan.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AsiVan.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.asivan.com/asivan.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.asivan.com/asivan.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AsiVan.com + AsiVan.com + Google,Gadgets + + + + + YourDailyFootballWifeorFanGadget + Your Daily Football Wife or Fan + Google Gadgets: Your Daily Football Wife or Fan Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your Daily Football Wife or Fan + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.soccerwives.eu/gadgets/footballwives.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.soccerwives.eu/gadgets/footballwives.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your Daily Football Wife or Fan + Your Daily Football Wife or Fan + Google,Gadgets + + + + + BaseballPlayeroftheDayGadget + Baseball Player of the Day + Google Gadgets: Baseball Player of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Baseball Player of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/baseball_xotd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/baseball_xotd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Baseball Player of the Day + Baseball Player of the Day + Google,Gadgets + + + + + MyworkoutroutineGadget + My workout routine + Google Gadgets: My workout routine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My workout routine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.xlgain.com/gadgets/routine.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.xlgain.com/gadgets/routine.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My workout routine + My workout routine + Google,Gadgets + + + + + CricketWorldCupNewsGadget + Cricket World Cup News + Google Gadgets: Cricket World Cup News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://selva.narayanan.googlepages.com/worldcup.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://selva.narayanan.googlepages.com/worldcup.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup News + Cricket World Cup News + Google,Gadgets + + + + + BeckettMessageBoardRSSGadget + Beckett Message Board RSS + Google Gadgets: Beckett Message Board RSS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beckett Message Board RSS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.egadgx.com/gadgets/BRSSGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.egadgx.com/gadgets/BRSSGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beckett Message Board RSS + Beckett Message Board RSS + Google,Gadgets + + + + + NFLStandingsGadget + NFL Standings + Google Gadgets: NFL Standings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NFL Standings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.socialplanit.com/NFLStandings.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.socialplanit.com/NFLStandings.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NFL Standings + NFL Standings + Google,Gadgets + + + + + LiveCricketScoresGadget + Live Cricket Scores + Google Gadgets: Live Cricket Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Cricket Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://shantanuthatte.googlepages.com/scores.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://shantanuthatte.googlepages.com/scores.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Cricket Scores + Live Cricket Scores + Google,Gadgets + + + + + CollegeHoopsAPPollGadget + College Hoops AP Poll + Google Gadgets: College Hoops AP Poll Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + College Hoops AP Poll + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://conklins.googlepages.com/hoops.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://conklins.googlepages.com/hoops.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + College Hoops AP Poll + College Hoops AP Poll + Google,Gadgets + + + + + PWResourceWrestlingNewsGadget + PWResource Wrestling News + Google Gadgets: PWResource Wrestling News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PWResource Wrestling News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pwresource.com/pwrgoogle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pwresource.com/pwrgoogle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PWResource Wrestling News + PWResource Wrestling News + Google,Gadgets + + + + + NewsreelSportsGadget + Newsreel Sports + Google Gadgets: Newsreel Sports Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Sports + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-sport.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-sport.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Sports + Newsreel Sports + Google,Gadgets + + + + + SportsPhotosoftheDayGadget + Sports Photos of the Day + Google Gadgets: Sports Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sports Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/sports-photos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phillip132.googlepages.com/sports-photos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sports Photos of the Day + Sports Photos of the Day + Google,Gadgets + + + + + UFCArticlesGadget + UFC Articles + Google Gadgets: UFC Articles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UFC Articles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://amazingjoe.googlepages.com/ufc_gg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://amazingjoe.googlepages.com/ufc_gg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UFC Articles + UFC Articles + Google,Gadgets + + + + + GolfMedicTipoftheDayGadget + Golf Medic - Tip of the Day + Google Gadgets: Golf Medic - Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Golf Medic - Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.golfmedic.net/golftips.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.golfmedic.net/golftips.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Golf Medic - Tip of the Day + Golf Medic - Tip of the Day + Google,Gadgets + + + + + RacinNationcomNASCARNewsGadget + RacinNation.com - NASCAR News + Google Gadgets: RacinNation.com - NASCAR News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RacinNation.com - NASCAR News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.racinnation.com/google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.racinnation.com/google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RacinNation.com - NASCAR News + RacinNation.com - NASCAR News + Google,Gadgets + + + + + CricketSearchGadget + Cricket Search + Google Gadgets: Cricket Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013439550306667110260/cse/6pasfxe_tyo/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/013439550306667110260/cse/6pasfxe_tyo/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket Search + Cricket Search + Google,Gadgets + + + + + TargetHeartRateKarvonenformulaCalculatorGadget + Target Heart Rate (Karvonen formula) Calculator + Google Gadgets: Target Heart Rate (Karvonen formula) Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate (Karvonen formula) Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/thr-k.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/thr-k.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate (Karvonen formula) Calculator + Target Heart Rate (Karvonen formula) Calculator + Google,Gadgets + + + + + MLBScoreboardGadget + MLB Scoreboard + Google Gadgets: MLB Scoreboard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MLB Scoreboard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://tgrinberg.googlepages.com/mlbmodule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://tgrinberg.googlepages.com/mlbmodule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MLB Scoreboard + MLB Scoreboard + Google,Gadgets + + + + + SpeedtoPaceConversionCalculatorGadget + Speed to Pace Conversion Calculator + Google Gadgets: Speed to Pace Conversion Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Speed to Pace Conversion Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/s2p.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/s2p.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Speed to Pace Conversion Calculator + Speed to Pace Conversion Calculator + Google,Gadgets + + + + + CricketWorldCupScoresGadget + Cricket World Cup Scores + Google Gadgets: Cricket World Cup Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/cricket_scores.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/cricket_scores.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup Scores + Cricket World Cup Scores + Google,Gadgets + + + + + ExistingAutoLoanAnalysisCalculatorGadget + Existing Auto Loan Analysis Calculator + Google Gadgets: Existing Auto Loan Analysis Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Existing Auto Loan Analysis Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/eloan_analysis.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/eloan_analysis.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Existing Auto Loan Analysis Calculator + Existing Auto Loan Analysis Calculator + Google,Gadgets + + + + + FantasyFootballAdvicemyFantasyLineupcomGadget + Fantasy Football Advice - myFantasyLineup.com + Google Gadgets: Fantasy Football Advice - myFantasyLineup.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fantasy Football Advice - myFantasyLineup.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.myfantasylineup.com/fantasyfootball/f_widget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.myfantasylineup.com/fantasyfootball/f_widget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fantasy Football Advice - myFantasyLineup.com + Fantasy Football Advice - myFantasyLineup.com + Google,Gadgets + + + + + AutoLoanEarlyPayoffCalculatorGadget + Auto Loan Early Payoff Calculator + Google Gadgets: Auto Loan Early Payoff Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Loan Early Payoff Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/auto_loan_early_payoff.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/auto_loan_early_payoff.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Loan Early Payoff Calculator + Auto Loan Early Payoff Calculator + Google,Gadgets + + + + + MOJOcardzCardSearchGadget + MOJOcardz: Card Search + Google Gadgets: MOJOcardz: Card Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MOJOcardz: Card Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mojocardz.com/gadgets/mcardzsearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mojocardz.com/gadgets/mcardzsearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MOJOcardz: Card Search + MOJOcardz: Card Search + Google,Gadgets + + + + + CBSGamesGadget + CBS Games + Google Gadgets: CBS Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CBS Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.sportsline.com/modules/games&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.sportsline.com/modules/games + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CBS Games + CBS Games + Google,Gadgets + + + + + CricketWorldCupNews1Gadget + Cricket World Cup News + Google Gadgets: Cricket World Cup News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/cricket_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/cricket_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup News + Cricket World Cup News + Google,Gadgets + + + + + ExistingAutoLoanPayoffCalculatorGadget + Existing Auto Loan Payoff Calculator + Google Gadgets: Existing Auto Loan Payoff Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Existing Auto Loan Payoff Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/existing_auto_payoff.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/existing_auto_payoff.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Existing Auto Loan Payoff Calculator + Existing Auto Loan Payoff Calculator + Google,Gadgets + + + + + SteelermaniaGadget + Steelermania + Google Gadgets: Steelermania Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Steelermania + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/Steelers.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.comcast.net/~friday33/Steelers.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Steelermania + Steelermania + Google,Gadgets + + + + + NewsF1byF1GrandPrixitGadget + News F1 by F1GrandPrix.it + Google Gadgets: News F1 by F1GrandPrix.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News F1 by F1GrandPrix.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.f1grandprix.it/newsf1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.f1grandprix.it/newsf1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News F1 by F1GrandPrix.it + News F1 by F1GrandPrix.it + Google,Gadgets + + + + + RunningNewsViewsandBlogsGadget + Running News Views and Blogs + Google Gadgets: Running News Views and Blogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Running News Views and Blogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://completerunning.com/widgets/42.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://completerunning.com/widgets/42.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Running News Views and Blogs + Running News Views and Blogs + Google,Gadgets + + + + + PaceToSpeedConversionCalculatorbyBizCalcscomGadget + Pace To Speed Conversion Calculator by BizCalcs.com + Google Gadgets: Pace To Speed Conversion Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pace To Speed Conversion Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Pace-To-Speed-Conversion.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/GG/Pace-To-Speed-Conversion.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pace To Speed Conversion Calculator by BizCalcs.com + Pace To Speed Conversion Calculator by BizCalcs.com + Google,Gadgets + + + + + DailySportsHistoryGadget + Daily Sports History + Google Gadgets: Daily Sports History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Sports History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.on-this-day.com/rss/gadget-sports.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.on-this-day.com/rss/gadget-sports.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Sports History + Daily Sports History + Google,Gadgets + + + + + PracticeoftheDayGadget + Practice of the Day + Google Gadgets: Practice of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Practice of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.sportplan.net/google/sportplan.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.sportplan.net/google/sportplan.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Practice of the Day + Practice of the Day + Google,Gadgets + + + + + FinalScoresGadget + Final Scores + Google Gadgets: Final Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Final Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/sport/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/sport/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Final Scores + Final Scores + Google,Gadgets + + + + + YouthSoccerNetcomGadget + YouthSoccerNet.com + Google Gadgets: YouthSoccerNet.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouthSoccerNet.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.youthsoccernet.com/YSNModule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.youthsoccernet.com/YSNModule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouthSoccerNet.com + YouthSoccerNet.com + Google,Gadgets + + + + + AsianAthletecomNewsfeedGadget + AsianAthlete.com: Newsfeed + Google Gadgets: AsianAthlete.com: Newsfeed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AsianAthlete.com: Newsfeed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.asianathlete.com/gadgets/aanews.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.asianathlete.com/gadgets/aanews.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AsianAthlete.com: Newsfeed + AsianAthlete.com: Newsfeed + Google,Gadgets + + + + + SB1OnlineTickerGadget + SB-1 Online Ticker + Google Gadgets: SB-1 Online Ticker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SB-1 Online Ticker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mitchkeeler.com/gadgets/sb1ticker/sb1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mitchkeeler.com/gadgets/sb1ticker/sb1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SB-1 Online Ticker + SB-1 Online Ticker + Google,Gadgets + + + + + PacetoSpeedConversionCalculatorGadget + Pace to Speed Conversion Calculator + Google Gadgets: Pace to Speed Conversion Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pace to Speed Conversion Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/p2s.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/p2s.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pace to Speed Conversion Calculator + Pace to Speed Conversion Calculator + Google,Gadgets + + + + + ontricomtrainingsummaryGadget + ontri.com training summary + Google Gadgets: ontri.com training summary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ontri.com training summary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ontri.net/google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ontri.net/google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ontri.com training summary + ontri.com training summary + Google,Gadgets + + + + + FindSpeedAndPaceCalculatorGadget + Find Speed And Pace Calculator + Google Gadgets: Find Speed And Pace Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Speed And Pace Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fsap.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/fsap.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Speed And Pace Calculator + Find Speed And Pace Calculator + Google,Gadgets + + + + + AutoPaymentCalculatorGadget + Auto Payment Calculator + Google Gadgets: Auto Payment Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Payment Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/apc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/apc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Payment Calculator + Auto Payment Calculator + Google,Gadgets + + + + + BeginnerTriathleteGrapherGadget + BeginnerTriathlete Grapher + Google Gadgets: BeginnerTriathlete Grapher Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BeginnerTriathlete Grapher + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://paleodan.com/btlog.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://paleodan.com/btlog.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BeginnerTriathlete Grapher + BeginnerTriathlete Grapher + Google,Gadgets + + + + + SportalLiveGadget + Sportal - Live + Google Gadgets: Sportal - Live Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sportal - Live + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.sportal.de/googlegadgets/live.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.sportal.de/googlegadgets/live.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sportal - Live + Sportal - Live + Google,Gadgets + + + + + WorldCricketMapGadget + World Cricket Map + Google Gadgets: World Cricket Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Cricket Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://software.intervention.com.au/GDS/igCricketMap.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://software.intervention.com.au/GDS/igCricketMap.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Cricket Map + World Cricket Map + Google,Gadgets + + + + + RestingHeartRateAverageCalculatorGadget + Resting Heart Rate Average Calculator + Google Gadgets: Resting Heart Rate Average Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resting Heart Rate Average Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/rhr.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/rhr.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resting Heart Rate Average Calculator + Resting Heart Rate Average Calculator + Google,Gadgets + + + + + PopularCricketVideosGadget + Popular Cricket Videos + Google Gadgets: Popular Cricket Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Cricket Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/widget/gadget_cricket_popular_video.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ulinkx.com/widget/gadget_cricket_popular_video.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Cricket Videos + Popular Cricket Videos + Google,Gadgets + + + + + 1BundesligaGadget + 1. Bundesliga + Google Gadgets: 1. Bundesliga Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 1. Bundesliga + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.socceresque.com/gadgets/tabelle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.socceresque.com/gadgets/tabelle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 1. Bundesliga + 1. Bundesliga + Google,Gadgets + + + + + FindDurationCalculatorGadget + Find Duration Calculator + Google Gadgets: Find Duration Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Duration Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fdc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/fdc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Duration Calculator + Find Duration Calculator + Google,Gadgets + + + + + RotoDestroyercom2007FantasyFootballPlayerRankingsGadget + RotoDestroyer.com 2007 Fantasy Football Player Rankings + Google Gadgets: RotoDestroyer.com 2007 Fantasy Football Player Rankings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RotoDestroyer.com 2007 Fantasy Football Player Rankings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rotodestroyer.com/gadget/nfl/RDnfl.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rotodestroyer.com/gadget/nfl/RDnfl.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RotoDestroyer.com 2007 Fantasy Football Player Rankings + RotoDestroyer.com 2007 Fantasy Football Player Rankings + Google,Gadgets + + + + + SpeedToPaceConversionCalculatorbyBizCalcscomGadget + Speed To Pace Conversion Calculator by BizCalcs.com + Google Gadgets: Speed To Pace Conversion Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Speed To Pace Conversion Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/Speed-To-Pace-Conversion.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/gg/Speed-To-Pace-Conversion.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Speed To Pace Conversion Calculator by BizCalcs.com + Speed To Pace Conversion Calculator by BizCalcs.com + Google,Gadgets + + + + + preciseSportsGadget + preciseSports + Google Gadgets: preciseSports Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseSports + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/sports.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.preciseNews.us/pt/gadgets/sports.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseSports + preciseSports + Google,Gadgets + + + + + NFLFootballNewsampAnalysisGadget + NFL Football News & Analysis + Google Gadgets: NFL Football News & Analysis Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NFL Football News & Analysis + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012097448745616243396/cse/5mjy378y6pu/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012097448745616243396/cse/5mjy378y6pu/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NFL Football News & Analysis + NFL Football News & Analysis + Google,Gadgets + + + + + FindDurationCalculatorbyBizCalcscomGadget + Find Duration Calculator by BizCalcs.com + Google Gadgets: Find Duration Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Duration Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.BizCalcs.com/GG/Find-Duration.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.BizCalcs.com/GG/Find-Duration.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Duration Calculator by BizCalcs.com + Find Duration Calculator by BizCalcs.com + Google,Gadgets + + + + + FindSpeedAndPaceCalculatorbyBizCalcscomGadget + Find Speed And Pace Calculator by BizCalcs.com + Google Gadgets: Find Speed And Pace Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Speed And Pace Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.BizCalcs.com/GG/Find-Speed-And-Pace.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.BizCalcs.com/GG/Find-Speed-And-Pace.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Speed And Pace Calculator by BizCalcs.com + Find Speed And Pace Calculator by BizCalcs.com + Google,Gadgets + + + + + IncreasedLifeExpectancyFromExerciseCalculatorGadget + Increased Life Expectancy (From Exercise) Calculator + Google Gadgets: Increased Life Expectancy (From Exercise) Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Increased Life Expectancy (From Exercise) Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/ile.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mappingnews.com/cal/ile.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Increased Life Expectancy (From Exercise) Calculator + Increased Life Expectancy (From Exercise) Calculator + Google,Gadgets + + + + + FindDistanceCalculatorbyBizCalcscomGadget + Find Distance Calculator by BizCalcs.com + Google Gadgets: Find Distance Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Distance Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Find-Distance.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.bizcalcs.com/GG/Find-Distance.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Distance Calculator by BizCalcs.com + Find Distance Calculator by BizCalcs.com + Google,Gadgets + + + + + AndhraguyzLiveCricketScoresGadget + Andhraguyz-Live Cricket Scores + Google Gadgets: Andhraguyz-Live Cricket Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Andhraguyz-Live Cricket Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://djrahul84.googlepages.com/live.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://djrahul84.googlepages.com/live.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Andhraguyz-Live Cricket Scores + Andhraguyz-Live Cricket Scores + Google,Gadgets + + + + + CBSSportslineFantasyGadget + CBS Sportsline Fantasy + Google Gadgets: CBS Sportsline Fantasy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CBS Sportsline Fantasy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.sportsline.com/modules/fantasy/xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.sportsline.com/modules/fantasy/xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CBS Sportsline Fantasy + CBS Sportsline Fantasy + Google,Gadgets + + + + + NikeRookieClass2007Gadget + Nike Rookie Class 2007 + Google Gadgets: Nike Rookie Class 2007 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nike Rookie Class 2007 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/p/Google/PnF9SngaLUp7S39NeEsrGnkaZEh_TnBIfRh_SC9KKh15TyxRfUp4Gi1Ke0p9GS1NcEtwHQ/clearspring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://publish.clearspring.com/current/p/Google/PnF9SngaLUp7S39NeEsrGnkaZEh_TnBIfRh_SC9KKh15TyxRfUp4Gi1Ke0p9GS1NcEtwHQ/clearspring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nike Rookie Class 2007 + Nike Rookie Class 2007 + Google,Gadgets + + + + + RecentCricketVideosGadget + Recent Cricket Videos + Google Gadgets: Recent Cricket Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Recent Cricket Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/widget/gadget_cricket_recent_video.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ulinkx.com/widget/gadget_cricket_recent_video.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Recent Cricket Videos + Recent Cricket Videos + Google,Gadgets + + + + + preciseNewsGadget + preciseNews + Google Gadgets: preciseNews Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseNews + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/breaking.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.preciseNews.us/pt/gadgets/breaking.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseNews + preciseNews + Google,Gadgets + + + + + GrandprixRacingNewsGadget + Grandprix Racing News + Google Gadgets: Grandprix Racing News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Grandprix Racing News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.grandprix-live.com/gadgets/gplive.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.grandprix-live.com/gadgets/gplive.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Grandprix Racing News + Grandprix Racing News + Google,Gadgets + + + + + NoticiasGadget + Noticias + Google Gadgets: Noticias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://band.com.br/rss/gadgets/noticias.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://band.com.br/rss/gadgets/noticias.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias + Noticias + Google,Gadgets + + + + + NBATeamComparisonGadget + NBA Team Comparison + Google Gadgets: NBA Team Comparison Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Team Comparison + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://wso.williams.edu/~mross/modules/nba.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://wso.williams.edu/~mross/modules/nba.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Team Comparison + NBA Team Comparison + Google,Gadgets + + + + + ParkourGlobalConnectGadget + Parkour Global Connect + Google Gadgets: Parkour Global Connect Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Parkour Global Connect + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.falconers.eclipse.co.uk/WorldwideJam.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.falconers.eclipse.co.uk/WorldwideJam.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Parkour Global Connect + Parkour Global Connect + Google,Gadgets + + + + + NBAStandingsGadget + NBA Standings + Google Gadgets: NBA Standings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Standings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.socialplanit.com/NBAStandings.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.socialplanit.com/NBAStandings.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Standings + NBA Standings + Google,Gadgets + + + + + LiveCricketScores1Gadget + Live Cricket Scores + Google Gadgets: Live Cricket Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Cricket Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www-scf.usc.edu/~ndatar/cricscores.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www-scf.usc.edu/~ndatar/cricscores.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Cricket Scores + Live Cricket Scores + Google,Gadgets + + + + + BostonRedSoxGadget + Boston Red Sox + Google Gadgets: Boston Red Sox Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Boston Red Sox + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1202003/1338104304861453890&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/a/1202003/1338104304861453890 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Boston Red Sox + Boston Red Sox + Google,Gadgets + + + + + Clasificacin2BGrupoIIGadget + Clasificaci?n 2? B Grupo II + Google Gadgets: Clasificaci?n 2? B Grupo II Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clasificaci?n 2? B Grupo II + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsegundab.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsegundab.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clasificaci?n 2? B Grupo II + Clasificaci?n 2? B Grupo II + Google,Gadgets + + + + + Clasificacin1DivisinGadget + Clasificaci?n 1? Divisi?n + Google Gadgets: Clasificaci?n 1? Divisi?n Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clasificaci?n 1? Divisi?n + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/clasificacionprimera.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tintigorri-luzarra.com/gadgets/clasificacionprimera.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clasificaci?n 1? Divisi?n + Clasificaci?n 1? Divisi?n + Google,Gadgets + + + + + StockholmMarathonGadget + Stockholm Marathon + Google Gadgets: Stockholm Marathon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stockholm Marathon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108217687481704800869%26mid%3D62%26url%3Dgm_countdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/shared%3Fuid%3D108217687481704800869%26mid%3D62%26url%3Dgm_countdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stockholm Marathon + Stockholm Marathon + Google,Gadgets + + + + + motoGPGadget + motoGP + Google Gadgets: motoGP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + motoGP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/motogp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sport.sakura.ne.jp/gg/motogp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + motoGP + motoGP + Google,Gadgets + + + + + NBAScoreboardGadget + NBA Scoreboard + Google Gadgets: NBA Scoreboard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Scoreboard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/p/Google/EaQomn_MJZp4my.aLJotn3nKMZspySiWKsotmiqXLs4klymCKJp5yy6bK58pnH7KK5p5yg/clearspring.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://publish.clearspring.com/current/p/Google/EaQomn_MJZp4my.aLJotn3nKMZspySiWKsotmiqXLs4klymCKJp5yy6bK58pnH7KK5p5yg/clearspring.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Scoreboard + NBA Scoreboard + Google,Gadgets + + + + + HighWindAreacomNoticiasGadget + HighWindArea.com (Noticias) + Google Gadgets: HighWindArea.com (Noticias) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HighWindArea.com (Noticias) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.highwindarea.com/gadgets/news/news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.highwindarea.com/gadgets/news/news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HighWindArea.com (Noticias) + HighWindArea.com (Noticias) + Google,Gadgets + + + + + FenerbaheHaberveVideoGadget + Fenerbah?e Haber ve Video + Google Gadgets: Fenerbah?e Haber ve Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fenerbah?e Haber ve Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/fenerbahce.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/fenerbahce.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fenerbah?e Haber ve Video + Fenerbah?e Haber ve Video + Google,Gadgets + + + + + F1Gadget + F1 + Google Gadgets: F1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/f1-j.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sport.sakura.ne.jp/gg/f1-j.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1 + F1 + Google,Gadgets + + + + + ResultadosFutbolGadget + Resultados - Futbol + Google Gadgets: Resultados - Futbol Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resultados - Futbol + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.resultados-futbol.com/gadgets/resultados.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.resultados-futbol.com/gadgets/resultados.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resultados - Futbol + Resultados - Futbol + Google,Gadgets + + + + + GalatasarayHaberveVideoGadget + Galatasaray Haber ve Video + Google Gadgets: Galatasaray Haber ve Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Galatasaray Haber ve Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/galatasaray.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.turkishmedia.com/gadget/galatasaray.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Galatasaray Haber ve Video + Galatasaray Haber ve Video + Google,Gadgets + + + + + Quiniela1X2Gadget + Quiniela 1X2 + Google Gadgets: Quiniela 1X2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quiniela 1X2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/quiniela.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tintigorri-luzarra.com/gadgets/quiniela.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quiniela 1X2 + Quiniela 1X2 + Google,Gadgets + + + + + PinpositionnetGolfnachrichtenGadget + Pinposition.net - Golfnachrichten + Google Gadgets: Pinposition.net - Golfnachrichten Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pinposition.net - Golfnachrichten + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pinposition.net/pinpo_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pinposition.net/pinpo_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pinposition.net - Golfnachrichten + Pinposition.net - Golfnachrichten + Google,Gadgets + + + + + Resultados1DivisinGadget + Resultados 1? Divisi?n + Google Gadgets: Resultados 1? Divisi?n Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resultados 1? Divisi?n + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/jornadaprimera.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tintigorri-luzarra.com/gadgets/jornadaprimera.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resultados 1? Divisi?n + Resultados 1? Divisi?n + Google,Gadgets + + + + + MOTOGONKIRUGadget + MOTOGONKI.RU - + Google Gadgets: MOTOGONKI.RU - Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MOTOGONKI.RU - + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.motogonki.ru/feed/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.motogonki.ru/feed/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MOTOGONKI.RU - + MOTOGONKI.RU - + Google,Gadgets + + + + + motordeMusikmagazinundCommunityAktuelleMusikNewsInterviewsRezensionenUserbGadget + motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f?r Alternative, Indie, Rock und HipHop. + Google Gadgets: motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f?r Alternative, Indie, Rock und HipHop. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f?r Alternative, Indie, Rock und HipHop. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.motor.de/tools/gadgets/gadget_motorrss.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.motor.de/tools/gadgets/gadget_motorrss.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f?r Alternative, Indie, Rock und HipHop. + motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f?r Alternative, Indie, Rock und HipHop. + Google,Gadgets + + + + + BBCRussiancomGadget + BBCRussian.com ? + Google Gadgets: BBCRussian.com ? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BBCRussian.com ? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/bbc-sport.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/bbc-sport.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BBCRussian.com ? + BBCRussian.com ? + Google,Gadgets + + + + + ResultadosFutbol1Gadget + Resultados - Futbol + Google Gadgets: Resultados - Futbol Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resultados - Futbol + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://resultados-futbol.com/gadgets/resultados.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://resultados-futbol.com/gadgets/resultados.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resultados - Futbol + Resultados - Futbol + Google,Gadgets + + + + + F1NewsRuGadget + F1News.Ru: + Google Gadgets: F1News.Ru: Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1News.Ru: + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.f1news.ru/export/google/betrating.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.f1news.ru/export/google/betrating.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1News.Ru: + F1News.Ru: + Google,Gadgets + + + + + SportFootballScoresLigue12Gadget + Sport: Football Scores Ligue 1, 2 + Google Gadgets: Sport: Football Scores Ligue 1, 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sport: Football Scores Ligue 1, 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://delaitre.free.fr/google/foot.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://delaitre.free.fr/google/foot.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sport: Football Scores Ligue 1, 2 + Sport: Football Scores Ligue 1, 2 + Google,Gadgets + + + + + 4thMEDIAGadget + 4th MEDIA + Google Gadgets: 4th MEDIA Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 4th MEDIA + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jlea9ue.googlepages.com/soccer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jlea9ue.googlepages.com/soccer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 4th MEDIA + 4th MEDIA + Google,Gadgets + + + + + ClasificacinSuperligaFemGadget + Clasificaci?n Superliga Fem. + Google Gadgets: Clasificaci?n Superliga Fem. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clasificaci?n Superliga Fem. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsuperliga.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsuperliga.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clasificaci?n Superliga Fem. + Clasificaci?n Superliga Fem. + Google,Gadgets + + + + + DoktorFussballNewsGadget + Doktor Fussball News + Google Gadgets: Doktor Fussball News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Doktor Fussball News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://marfert.googlepages.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://marfert.googlepages.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Doktor Fussball News + Doktor Fussball News + Google,Gadgets + + + + + F1NewsFeedReaderGadget + F1 News Feed Reader + Google Gadgets: F1 News Feed Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1 News Feed Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/f1-e.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://sport.sakura.ne.jp/gg/f1-e.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1 News Feed Reader + F1 News Feed Reader + Google,Gadgets + + + + + ClasificacinPrimeraDivisinGadget + Clasificaci?n Primera Divisi?n + Google Gadgets: Clasificaci?n Primera Divisi?n Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clasificaci?n Primera Divisi?n + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.granfutbol.com/gadgets/primera-division.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.granfutbol.com/gadgets/primera-division.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clasificaci?n Primera Divisi?n + Clasificaci?n Primera Divisi?n + Google,Gadgets + + + + + EurosportGadget + Eurosport + Google Gadgets: Eurosport Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eurosport + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/eurosport-main.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/eurosport-main.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eurosport + Eurosport + Google,Gadgets + + + + + RuGadget + .Ru - + Google Gadgets: .Ru - Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + .Ru - + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/gazetaru-sport.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/gazetaru-sport.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + .Ru - + .Ru - + Google,Gadgets + + + + + Eurosport1Gadget + Eurosport + Google Gadgets: Eurosport Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eurosport + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/eurosport.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/eurosport.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eurosport + Eurosport + Google,Gadgets + + + + + CSKAruGadget + CSKA.ru + Google Gadgets: CSKA.ru Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CSKA.ru + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/cska.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/cska.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CSKA.ru + CSKA.ru + Google,Gadgets + + + + + EsportesGadget + Esportes + Google Gadgets: Esportes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Esportes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.band.com.br/rss/gadgets/esportes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.band.com.br/rss/gadgets/esportes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Esportes + Esportes + Google,Gadgets + + + + + Esportes1Gadget + Esportes + Google Gadgets: Esportes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Esportes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://band.com.br/rss/gadgets/esportes.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://band.com.br/rss/gadgets/esportes.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Esportes + Esportes + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-sports-ja/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-sports-ja/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-sports-ja/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-sports-ja + war + 0.3 + Google Gadgets Sports For Japanese Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-sports-ja + + Property changes on: googlegadgets/trunk/googlegadgets-sports-ja/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,3785 @@ + + + + + + motoGPGadget + motoGP???????????????????????????????????? + Google Gadgets: motoGP???????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + motoGP???????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=motoGPニュースフィードリーダー&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=motoGPニュースフィードリーダー + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + motoGP???????????????????????????????????? + motoGP???????????????????????????????????? + Google,Gadgets + + + + + F1Gadget + F1???????????????????????????????????? + Google Gadgets: F1???????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1???????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=F1ニュースフィードリーダー&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=F1ニュースフィードリーダー + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1???????????????????????????????????? + F1???????????????????????????????????? + Google,Gadgets + + + + + 4thMEDIAGadget + 4th MEDIA?????????????????? + Google Gadgets: 4th MEDIA?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 4th MEDIA?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=4th MEDIA(サッカー)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=4th MEDIA(サッカー) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 4th MEDIA?????????????????? + 4th MEDIA?????????????????? + Google,Gadgets + + + + + F1NewsFeedReaderGadget + F1 News Feed Reader + Google Gadgets: F1 News Feed Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1 News Feed Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=F1 News Feed Reader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=F1 News Feed Reader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1 News Feed Reader + F1 News Feed Reader + Google,Gadgets + + + + + Clasificacin2BGrupoIIGadget + Clasificaci n 2 B Grupo II + Google Gadgets: Clasificaci n 2 B Grupo II Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clasificaci n 2 B Grupo II + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Clasificaci n 2 B Grupo II&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Clasificaci n 2 B Grupo II + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clasificaci n 2 B Grupo II + Clasificaci n 2 B Grupo II + Google,Gadgets + + + + + WebcamsAlpsskisportsGadget + Webcams Alps: ski - sports + Google Gadgets: Webcams Alps: ski - sports Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams Alps: ski - sports + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Webcams Alps: ski - sports&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Webcams Alps: ski - sports + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams Alps: ski - sports + Webcams Alps: ski - sports + Google,Gadgets + + + + + CricketSearchGadget + Cricket Search + Google Gadgets: Cricket Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cricket Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cricket Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket Search + Cricket Search + Google,Gadgets + + + + + Clasificacin1DivisinGadget + Clasificaci n 1 Divisi n + Google Gadgets: Clasificaci n 1 Divisi n Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clasificaci n 1 Divisi n + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Clasificaci n 1 Divisi n&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Clasificaci n 1 Divisi n + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clasificaci n 1 Divisi n + Clasificaci n 1 Divisi n + Google,Gadgets + + + + + TargetHeartRateKarvonenformulaCalculatorGadget + Target Heart Rate (Karvonen formula) Calculator + Google Gadgets: Target Heart Rate (Karvonen formula) Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate (Karvonen formula) Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Target Heart Rate (Karvonen formula) Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Target Heart Rate (Karvonen formula) Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate (Karvonen formula) Calculator + Target Heart Rate (Karvonen formula) Calculator + Google,Gadgets + + + + + MLBScoreboardGadget + MLB Scoreboard + Google Gadgets: MLB Scoreboard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MLB Scoreboard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MLB Scoreboard&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MLB Scoreboard + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MLB Scoreboard + MLB Scoreboard + Google,Gadgets + + + + + CollegeHoopsAPPollGadget + College Hoops AP Poll + Google Gadgets: College Hoops AP Poll Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + College Hoops AP Poll + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=College Hoops AP Poll&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=College Hoops AP Poll + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + College Hoops AP Poll + College Hoops AP Poll + Google,Gadgets + + + + + AsiVancomGadget + AsiVan.com + Google Gadgets: AsiVan.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AsiVan.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AsiVan.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AsiVan.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AsiVan.com + AsiVan.com + Google,Gadgets + + + + + BaseballPlayeroftheDayGadget + Baseball Player of the Day + Google Gadgets: Baseball Player of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Baseball Player of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Baseball Player of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Baseball Player of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Baseball Player of the Day + Baseball Player of the Day + Google,Gadgets + + + + + SpeedtoPaceConversionCalculatorGadget + Speed to Pace Conversion Calculator + Google Gadgets: Speed to Pace Conversion Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Speed to Pace Conversion Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Speed to Pace Conversion Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Speed to Pace Conversion Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Speed to Pace Conversion Calculator + Speed to Pace Conversion Calculator + Google,Gadgets + + + + + FindDistanceCalculatorGadget + Find Distance Calculator + Google Gadgets: Find Distance Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Distance Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Find Distance Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Find Distance Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Distance Calculator + Find Distance Calculator + Google,Gadgets + + + + + StockholmMarathonGadget + Stockholm Marathon + Google Gadgets: Stockholm Marathon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Stockholm Marathon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Stockholm Marathon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Stockholm Marathon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Stockholm Marathon + Stockholm Marathon + Google,Gadgets + + + + + CricketWorldCupScoresGadget + Cricket World Cup Scores + Google Gadgets: Cricket World Cup Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cricket World Cup Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cricket World Cup Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup Scores + Cricket World Cup Scores + Google,Gadgets + + + + + GolfMedicTipoftheDayGadget + Golf Medic - Tip of the Day + Google Gadgets: Golf Medic - Tip of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Golf Medic - Tip of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Golf Medic - Tip of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Golf Medic - Tip of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Golf Medic - Tip of the Day + Golf Medic - Tip of the Day + Google,Gadgets + + + + + ExistingAutoLoanAnalysisCalculatorGadget + Existing Auto Loan Analysis Calculator + Google Gadgets: Existing Auto Loan Analysis Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Existing Auto Loan Analysis Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Existing Auto Loan Analysis Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Existing Auto Loan Analysis Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Existing Auto Loan Analysis Calculator + Existing Auto Loan Analysis Calculator + Google,Gadgets + + + + + WinProbabilityFanGraphscomGadget + Win Probability FanGraphs.com + Google Gadgets: Win Probability FanGraphs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Win Probability FanGraphs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Win Probability FanGraphs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Win Probability FanGraphs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Win Probability FanGraphs.com + Win Probability FanGraphs.com + Google,Gadgets + + + + + FantasyFootballAdvicemyFantasyLineupcomGadget + Fantasy Football Advice - myFantasyLineup.com + Google Gadgets: Fantasy Football Advice - myFantasyLineup.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fantasy Football Advice - myFantasyLineup.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fantasy Football Advice - myFantasyLineup.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fantasy Football Advice - myFantasyLineup.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fantasy Football Advice - myFantasyLineup.com + Fantasy Football Advice - myFantasyLineup.com + Google,Gadgets + + + + + NBAScoreboardGadget + NBA Scoreboard + Google Gadgets: NBA Scoreboard Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Scoreboard + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NBA Scoreboard&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NBA Scoreboard + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Scoreboard + NBA Scoreboard + Google,Gadgets + + + + + HighWindAreacomNoticiasGadget + HighWindArea.com (Noticias) + Google Gadgets: HighWindArea.com (Noticias) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HighWindArea.com (Noticias) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HighWindArea.com (Noticias)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HighWindArea.com (Noticias) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HighWindArea.com (Noticias) + HighWindArea.com (Noticias) + Google,Gadgets + + + + + FenerbaheHaberveVideoGadget + Fenerbah e Haber ve Video + Google Gadgets: Fenerbah e Haber ve Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fenerbah e Haber ve Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fenerbah e Haber ve Video&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fenerbah e Haber ve Video + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fenerbah e Haber ve Video + Fenerbah e Haber ve Video + Google,Gadgets + + + + + YourDailyFootballWifeorFanGadget + Your Daily Football Wife or Fan + Google Gadgets: Your Daily Football Wife or Fan Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your Daily Football Wife or Fan + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Your Daily Football Wife or Fan&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Your Daily Football Wife or Fan + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your Daily Football Wife or Fan + Your Daily Football Wife or Fan + Google,Gadgets + + + + + AutoLoanEarlyPayoffCalculatorGadget + Auto Loan Early Payoff Calculator + Google Gadgets: Auto Loan Early Payoff Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Loan Early Payoff Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Loan Early Payoff Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Loan Early Payoff Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Loan Early Payoff Calculator + Auto Loan Early Payoff Calculator + Google,Gadgets + + + + + NBAPlayoffHighlightsVideoGadget + NBA Playoff Highlights Video + Google Gadgets: NBA Playoff Highlights Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Playoff Highlights Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NBA Playoff Highlights Video&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NBA Playoff Highlights Video + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Playoff Highlights Video + NBA Playoff Highlights Video + Google,Gadgets + + + + + LiveSportsScoresGadget + Live Sports Scores + Google Gadgets: Live Sports Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Sports Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live Sports Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live Sports Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Sports Scores + Live Sports Scores + Google,Gadgets + + + + + MOJOcardzCardSearchGadget + MOJOcardz: Card Search + Google Gadgets: MOJOcardz: Card Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MOJOcardz: Card Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MOJOcardz: Card Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MOJOcardz: Card Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MOJOcardz: Card Search + MOJOcardz: Card Search + Google,Gadgets + + + + + CBSGamesGadget + CBS Games + Google Gadgets: CBS Games Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CBS Games + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CBS Games&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CBS Games + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CBS Games + CBS Games + Google,Gadgets + + + + + ResultadosFutbolGadget + Resultados - Futbol + Google Gadgets: Resultados - Futbol Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resultados - Futbol + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Resultados - Futbol&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Resultados - Futbol + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resultados - Futbol + Resultados - Futbol + Google,Gadgets + + + + + TargetHeartRateCalculatorGadget + Target Heart Rate Calculator + Google Gadgets: Target Heart Rate Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Target Heart Rate Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Target Heart Rate Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate Calculator + Target Heart Rate Calculator + Google,Gadgets + + + + + GalatasarayHaberveVideoGadget + Galatasaray Haber ve Video + Google Gadgets: Galatasaray Haber ve Video Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Galatasaray Haber ve Video + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Galatasaray Haber ve Video&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Galatasaray Haber ve Video + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Galatasaray Haber ve Video + Galatasaray Haber ve Video + Google,Gadgets + + + + + Quiniela1X2Gadget + Quiniela 1X2 + Google Gadgets: Quiniela 1X2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quiniela 1X2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quiniela 1X2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quiniela 1X2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quiniela 1X2 + Quiniela 1X2 + Google,Gadgets + + + + + CricketWorldCupNewsGadget + Cricket World Cup News + Google Gadgets: Cricket World Cup News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cricket World Cup News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cricket World Cup News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup News + Cricket World Cup News + Google,Gadgets + + + + + CricketWorldCupNews1Gadget + Cricket World Cup News + Google Gadgets: Cricket World Cup News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cricket World Cup News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cricket World Cup News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cricket World Cup News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cricket World Cup News + Cricket World Cup News + Google,Gadgets + + + + + ExistingAutoLoanPayoffCalculatorGadget + Existing Auto Loan Payoff Calculator + Google Gadgets: Existing Auto Loan Payoff Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Existing Auto Loan Payoff Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Existing Auto Loan Payoff Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Existing Auto Loan Payoff Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Existing Auto Loan Payoff Calculator + Existing Auto Loan Payoff Calculator + Google,Gadgets + + + + + SteelermaniaGadget + Steelermania + Google Gadgets: Steelermania Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Steelermania + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Steelermania&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Steelermania + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Steelermania + Steelermania + Google,Gadgets + + + + + PinpositionnetGolfnachrichtenGadget + Pinposition.net - Golfnachrichten + Google Gadgets: Pinposition.net - Golfnachrichten Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pinposition.net - Golfnachrichten + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pinposition.net - Golfnachrichten&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pinposition.net - Golfnachrichten + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pinposition.net - Golfnachrichten + Pinposition.net - Golfnachrichten + Google,Gadgets + + + + + NewsF1byF1GrandPrixitGadget + News F1 by F1GrandPrix.it + Google Gadgets: News F1 by F1GrandPrix.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News F1 by F1GrandPrix.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=News F1 by F1GrandPrix.it&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=News F1 by F1GrandPrix.it + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News F1 by F1GrandPrix.it + News F1 by F1GrandPrix.it + Google,Gadgets + + + + + RunningNewsViewsandBlogsGadget + Running News Views and Blogs + Google Gadgets: Running News Views and Blogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Running News Views and Blogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Running News Views and Blogs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Running News Views and Blogs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Running News Views and Blogs + Running News Views and Blogs + Google,Gadgets + + + + + MyworkoutroutineGadget + My workout routine + Google Gadgets: My workout routine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My workout routine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My workout routine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My workout routine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My workout routine + My workout routine + Google,Gadgets + + + + + NewsreelSportsGadget + Newsreel Sports + Google Gadgets: Newsreel Sports Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Sports + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel Sports&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel Sports + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Sports + Newsreel Sports + Google,Gadgets + + + + + PaceToSpeedConversionCalculatorbyBizCalcscomGadget + Pace To Speed Conversion Calculator by BizCalcs.com + Google Gadgets: Pace To Speed Conversion Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pace To Speed Conversion Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pace To Speed Conversion Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pace To Speed Conversion Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pace To Speed Conversion Calculator by BizCalcs.com + Pace To Speed Conversion Calculator by BizCalcs.com + Google,Gadgets + + + + + Resultados1DivisinGadget + Resultados 1 Divisi n + Google Gadgets: Resultados 1 Divisi n Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resultados 1 Divisi n + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Resultados 1 Divisi n&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Resultados 1 Divisi n + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resultados 1 Divisi n + Resultados 1 Divisi n + Google,Gadgets + + + + + DailySportsHistoryGadget + Daily Sports History + Google Gadgets: Daily Sports History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Sports History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Sports History&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Sports History + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Sports History + Daily Sports History + Google,Gadgets + + + + + FullBodyAnalysisCalculatorGadget + Full Body Analysis Calculator + Google Gadgets: Full Body Analysis Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Full Body Analysis Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Full Body Analysis Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Full Body Analysis Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Full Body Analysis Calculator + Full Body Analysis Calculator + Google,Gadgets + + + + + BCSStandingsGadget + BCS Standings + Google Gadgets: BCS Standings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BCS Standings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BCS Standings&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BCS Standings + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BCS Standings + BCS Standings + Google,Gadgets + + + + + MOTOGONKIRUGadget + MOTOGONKI.RU - ?????? ?????????????? ???? ???????? ???????????????????? ???????????? ???????? + Google Gadgets: MOTOGONKI.RU - ?????? ?????????????? ???? ???????? ???????????????????? ???????????? ???????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MOTOGONKI.RU - ?????? ?????????????? ???? ???????? ???????????????????? ???????????? ???????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MOTOGONKI.RU - Все новости из мира мотоспорта каждый день&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MOTOGONKI.RU - Все новости из мира мотоспорта каждый день + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MOTOGONKI.RU - ?????? ?????????????? ???? ???????? ???????????????????? ???????????? ???????? + MOTOGONKI.RU - ?????? ?????????????? ???? ???????? ???????????????????? ???????????? ???????? + Google,Gadgets + + + + + SportsPhotosoftheDayGadget + Sports Photos of the Day + Google Gadgets: Sports Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sports Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sports Photos of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sports Photos of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sports Photos of the Day + Sports Photos of the Day + Google,Gadgets + + + + + PracticeoftheDayGadget + Practice of the Day + Google Gadgets: Practice of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Practice of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Practice of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Practice of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Practice of the Day + Practice of the Day + Google,Gadgets + + + + + FinalScoresGadget + Final Scores + Google Gadgets: Final Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Final Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Final Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Final Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Final Scores + Final Scores + Google,Gadgets + + + + + motordeMusikmagazinundCommunityAktuelleMusikNewsInterviewsRezensionenUserbGadget + motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f r Alternative, Indie, Rock und HipHop. + Google Gadgets: motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f r Alternative, Indie, Rock und HipHop. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f r Alternative, Indie, Rock und HipHop. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f r Alternative, Indie, Rock und HipHop.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f r Alternative, Indie, Rock und HipHop. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f r Alternative, Indie, Rock und HipHop. + motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f r Alternative, Indie, Rock und HipHop. + Google,Gadgets + + + + + YouthSoccerNetcomGadget + YouthSoccerNet.com + Google Gadgets: YouthSoccerNet.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouthSoccerNet.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=YouthSoccerNet.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=YouthSoccerNet.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouthSoccerNet.com + YouthSoccerNet.com + Google,Gadgets + + + + + AsianAthletecomNewsfeedGadget + AsianAthlete.com: Newsfeed + Google Gadgets: AsianAthlete.com: Newsfeed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AsianAthlete.com: Newsfeed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AsianAthlete.com: Newsfeed&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AsianAthlete.com: Newsfeed + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AsianAthlete.com: Newsfeed + AsianAthlete.com: Newsfeed + Google,Gadgets + + + + + BBCRussiancomGadget + BBCRussian.com ? ?????????? + Google Gadgets: BBCRussian.com ? ?????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BBCRussian.com ? ?????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BBCRussian.com | Спорт&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BBCRussian.com | Спорт + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BBCRussian.com ? ?????????? + BBCRussian.com ? ?????????? + Google,Gadgets + + + + + SB1OnlineTickerGadget + SB-1 Online Ticker + Google Gadgets: SB-1 Online Ticker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SB-1 Online Ticker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SB-1 Online Ticker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SB-1 Online Ticker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SB-1 Online Ticker + SB-1 Online Ticker + Google,Gadgets + + + + + UFCArticlesGadget + UFC Articles + Google Gadgets: UFC Articles Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UFC Articles + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=UFC Articles&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=UFC Articles + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UFC Articles + UFC Articles + Google,Gadgets + + + + + PacetoSpeedConversionCalculatorGadget + Pace to Speed Conversion Calculator + Google Gadgets: Pace to Speed Conversion Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pace to Speed Conversion Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pace to Speed Conversion Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pace to Speed Conversion Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pace to Speed Conversion Calculator + Pace to Speed Conversion Calculator + Google,Gadgets + + + + + ontricomtrainingsummaryGadget + ontri.com training summary + Google Gadgets: ontri.com training summary Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ontri.com training summary + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ontri.com training summary&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ontri.com training summary + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ontri.com training summary + ontri.com training summary + Google,Gadgets + + + + + FindSpeedAndPaceCalculatorGadget + Find Speed And Pace Calculator + Google Gadgets: Find Speed And Pace Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Speed And Pace Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Find Speed And Pace Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Find Speed And Pace Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Speed And Pace Calculator + Find Speed And Pace Calculator + Google,Gadgets + + + + + AutoPaymentCalculatorGadget + Auto Payment Calculator + Google Gadgets: Auto Payment Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Payment Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Payment Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Payment Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Payment Calculator + Auto Payment Calculator + Google,Gadgets + + + + + LiveMLBScoresGadget + Live MLB Scores + Google Gadgets: Live MLB Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live MLB Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live MLB Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live MLB Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live MLB Scores + Live MLB Scores + Google,Gadgets + + + + + BeginnerTriathleteGrapherGadget + BeginnerTriathlete Grapher + Google Gadgets: BeginnerTriathlete Grapher Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BeginnerTriathlete Grapher + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BeginnerTriathlete Grapher&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BeginnerTriathlete Grapher + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BeginnerTriathlete Grapher + BeginnerTriathlete Grapher + Google,Gadgets + + + + + SportalLiveGadget + Sportal - Live + Google Gadgets: Sportal - Live Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sportal - Live + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sportal - Live&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sportal - Live + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sportal - Live + Sportal - Live + Google,Gadgets + + + + + ResultadosFutbol1Gadget + Resultados - Futbol + Google Gadgets: Resultados - Futbol Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resultados - Futbol + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Resultados - Futbol&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Resultados - Futbol + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resultados - Futbol + Resultados - Futbol + Google,Gadgets + + + + + F1NewsRuGadget + F1News.Ru: ?????????????? ?????????????????? + Google Gadgets: F1News.Ru: ?????????????? ?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F1News.Ru: ?????????????? ?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=F1News.Ru: конкурс прогнозов&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=F1News.Ru: конкурс прогнозов + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F1News.Ru: ?????????????? ?????????????????? + F1News.Ru: ?????????????? ?????????????????? + Google,Gadgets + + + + + WorldCricketMapGadget + World Cricket Map + Google Gadgets: World Cricket Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Cricket Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=World Cricket Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=World Cricket Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Cricket Map + World Cricket Map + Google,Gadgets + + + + + RestingHeartRateAverageCalculatorGadget + Resting Heart Rate Average Calculator + Google Gadgets: Resting Heart Rate Average Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resting Heart Rate Average Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Resting Heart Rate Average Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Resting Heart Rate Average Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resting Heart Rate Average Calculator + Resting Heart Rate Average Calculator + Google,Gadgets + + + + + PopularCricketVideosGadget + Popular Cricket Videos + Google Gadgets: Popular Cricket Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Cricket Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Popular Cricket Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Popular Cricket Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Cricket Videos + Popular Cricket Videos + Google,Gadgets + + + + + 1BundesligaGadget + 1. Bundesliga + Google Gadgets: 1. Bundesliga Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 1. Bundesliga + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=1. Bundesliga&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=1. Bundesliga + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 1. Bundesliga + 1. Bundesliga + Google,Gadgets + + + + + FindDurationCalculatorGadget + Find Duration Calculator + Google Gadgets: Find Duration Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Duration Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Find Duration Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Find Duration Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Duration Calculator + Find Duration Calculator + Google,Gadgets + + + + + RotoDestroyercom2007FantasyFootballPlayerRankingsGadget + RotoDestroyer.com 2007 Fantasy Football Player Rankings + Google Gadgets: RotoDestroyer.com 2007 Fantasy Football Player Rankings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RotoDestroyer.com 2007 Fantasy Football Player Rankings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RotoDestroyer.com 2007 Fantasy Football Player Rankings&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RotoDestroyer.com 2007 Fantasy Football Player Rankings + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RotoDestroyer.com 2007 Fantasy Football Player Rankings + RotoDestroyer.com 2007 Fantasy Football Player Rankings + Google,Gadgets + + + + + SportFootballScoresLigue12Gadget + Sport: Football Scores Ligue 1, 2 + Google Gadgets: Sport: Football Scores Ligue 1, 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sport: Football Scores Ligue 1, 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sport: Football Scores Ligue 1, 2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sport: Football Scores Ligue 1, 2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sport: Football Scores Ligue 1, 2 + Sport: Football Scores Ligue 1, 2 + Google,Gadgets + + + + + SpeedToPaceConversionCalculatorbyBizCalcscomGadget + Speed To Pace Conversion Calculator by BizCalcs.com + Google Gadgets: Speed To Pace Conversion Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Speed To Pace Conversion Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Speed To Pace Conversion Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Speed To Pace Conversion Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Speed To Pace Conversion Calculator by BizCalcs.com + Speed To Pace Conversion Calculator by BizCalcs.com + Google,Gadgets + + + + + LiveCricketScoresGadget + Live Cricket Scores + Google Gadgets: Live Cricket Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Cricket Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live Cricket Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live Cricket Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Cricket Scores + Live Cricket Scores + Google,Gadgets + + + + + preciseSportsGadget + preciseSports + Google Gadgets: preciseSports Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseSports + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseSports&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseSports + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseSports + preciseSports + Google,Gadgets + + + + + NFLFootballNewsampAnalysisGadget + NFL Football News & Analysis + Google Gadgets: NFL Football News & Analysis Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NFL Football News & Analysis + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NFL Football News & Analysis&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NFL Football News & Analysis + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NFL Football News & Analysis + NFL Football News & Analysis + Google,Gadgets + + + + + FindDurationCalculatorbyBizCalcscomGadget + Find Duration Calculator by BizCalcs.com + Google Gadgets: Find Duration Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Duration Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Find Duration Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Find Duration Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Duration Calculator by BizCalcs.com + Find Duration Calculator by BizCalcs.com + Google,Gadgets + + + + + ClasificacinSuperligaFemGadget + Clasificaci n Superliga Fem. + Google Gadgets: Clasificaci n Superliga Fem. Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clasificaci n Superliga Fem. + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Clasificaci n Superliga Fem.&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Clasificaci n Superliga Fem. + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clasificaci n Superliga Fem. + Clasificaci n Superliga Fem. + Google,Gadgets + + + + + DoktorFussballNewsGadget + Doktor Fussball News + Google Gadgets: Doktor Fussball News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Doktor Fussball News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Doktor Fussball News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Doktor Fussball News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Doktor Fussball News + Doktor Fussball News + Google,Gadgets + + + + + FindSpeedAndPaceCalculatorbyBizCalcscomGadget + Find Speed And Pace Calculator by BizCalcs.com + Google Gadgets: Find Speed And Pace Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Speed And Pace Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Find Speed And Pace Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Find Speed And Pace Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Speed And Pace Calculator by BizCalcs.com + Find Speed And Pace Calculator by BizCalcs.com + Google,Gadgets + + + + + IncreasedLifeExpectancyFromExerciseCalculatorGadget + Increased Life Expectancy (From Exercise) Calculator + Google Gadgets: Increased Life Expectancy (From Exercise) Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Increased Life Expectancy (From Exercise) Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Increased Life Expectancy (From Exercise) Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Increased Life Expectancy (From Exercise) Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Increased Life Expectancy (From Exercise) Calculator + Increased Life Expectancy (From Exercise) Calculator + Google,Gadgets + + + + + FindDistanceCalculatorbyBizCalcscomGadget + Find Distance Calculator by BizCalcs.com + Google Gadgets: Find Distance Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Find Distance Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Find Distance Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Find Distance Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Find Distance Calculator by BizCalcs.com + Find Distance Calculator by BizCalcs.com + Google,Gadgets + + + + + SifyLiveCricketScoresGadget + Sify-Live Cricket Scores + Google Gadgets: Sify-Live Cricket Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sify-Live Cricket Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sify-Live Cricket Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sify-Live Cricket Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sify-Live Cricket Scores + Sify-Live Cricket Scores + Google,Gadgets + + + + + AndhraguyzLiveCricketScoresGadget + Andhraguyz-Live Cricket Scores + Google Gadgets: Andhraguyz-Live Cricket Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Andhraguyz-Live Cricket Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Andhraguyz-Live Cricket Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Andhraguyz-Live Cricket Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Andhraguyz-Live Cricket Scores + Andhraguyz-Live Cricket Scores + Google,Gadgets + + + + + CBSSportslineFantasyGadget + CBS Sportsline Fantasy + Google Gadgets: CBS Sportsline Fantasy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CBS Sportsline Fantasy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CBS Sportsline Fantasy&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CBS Sportsline Fantasy + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CBS Sportsline Fantasy + CBS Sportsline Fantasy + Google,Gadgets + + + + + NikeRookieClass2007Gadget + Nike Rookie Class 2007 + Google Gadgets: Nike Rookie Class 2007 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nike Rookie Class 2007 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nike Rookie Class 2007&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nike Rookie Class 2007 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nike Rookie Class 2007 + Nike Rookie Class 2007 + Google,Gadgets + + + + + AirsoftSearchEngineGadget + Airsoft Search Engine + Google Gadgets: Airsoft Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Airsoft Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Airsoft Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Airsoft Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Airsoft Search Engine + Airsoft Search Engine + Google,Gadgets + + + + + AutoAffordabilityCalculatorGadget + Auto Affordability Calculator + Google Gadgets: Auto Affordability Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Affordability Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Affordability Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Affordability Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Affordability Calculator + Auto Affordability Calculator + Google,Gadgets + + + + + SportsVideosGadget + Sports Videos + Google Gadgets: Sports Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sports Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sports Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sports Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sports Videos + Sports Videos + Google,Gadgets + + + + + RecentCricketVideosGadget + Recent Cricket Videos + Google Gadgets: Recent Cricket Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Recent Cricket Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Recent Cricket Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Recent Cricket Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Recent Cricket Videos + Recent Cricket Videos + Google,Gadgets + + + + + AutoPaymentComparisonCalculatorGadget + Auto Payment Comparison Calculator + Google Gadgets: Auto Payment Comparison Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Payment Comparison Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Payment Comparison Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Payment Comparison Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Payment Comparison Calculator + Auto Payment Comparison Calculator + Google,Gadgets + + + + + ClasificacinPrimeraDivisinGadget + Clasificaci n Primera Divisi n + Google Gadgets: Clasificaci n Primera Divisi n Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clasificaci n Primera Divisi n + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Clasificaci n Primera Divisi n&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Clasificaci n Primera Divisi n + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clasificaci n Primera Divisi n + Clasificaci n Primera Divisi n + Google,Gadgets + + + + + EurosportGadget + Eurosport ?????????????? + Google Gadgets: Eurosport ?????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eurosport ?????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Eurosport Новости&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Eurosport Новости + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eurosport ?????????????? + Eurosport ?????????????? + Google,Gadgets + + + + + RuGadget + ????????????.Ru - ???????????????????? ?????????????? + Google Gadgets: ????????????.Ru - ???????????????????? ?????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????.Ru - ???????????????????? ?????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Газета.Ru - Спортивные новости&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Газета.Ru - Спортивные новости + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????.Ru - ???????????????????? ?????????????? + ????????????.Ru - ???????????????????? ?????????????? + Google,Gadgets + + + + + Eurosport1Gadget + Eurosport ???????????? + Google Gadgets: Eurosport ???????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eurosport ???????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Eurosport Футбол&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Eurosport Футбол + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eurosport ???????????? + Eurosport ???????????? + Google,Gadgets + + + + + CSKAruGadget + CSKA.ru + Google Gadgets: CSKA.ru Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CSKA.ru + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CSKA.ru&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CSKA.ru + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CSKA.ru + CSKA.ru + Google,Gadgets + + + + + BodyBuilderrandomimageGadget + Body.Builder random image + Google Gadgets: Body.Builder random image Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Body.Builder random image + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Body.Builder random image&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Body.Builder random image + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Body.Builder random image + Body.Builder random image + Google,Gadgets + + + + + preciseNewsGadget + preciseNews + Google Gadgets: preciseNews Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseNews + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseNews&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseNews + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseNews + preciseNews + Google,Gadgets + + + + + GrandprixRacingNewsGadget + Grandprix Racing News + Google Gadgets: Grandprix Racing News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Grandprix Racing News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Grandprix Racing News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Grandprix Racing News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Grandprix Racing News + Grandprix Racing News + Google,Gadgets + + + + + BeckettMessageBoardRSSGadget + Beckett Message Board RSS + Google Gadgets: Beckett Message Board RSS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Beckett Message Board RSS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Beckett Message Board RSS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Beckett Message Board RSS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Beckett Message Board RSS + Beckett Message Board RSS + Google,Gadgets + + + + + SportsScoresGadget + Sports Scores + Google Gadgets: Sports Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sports Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sports Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sports Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sports Scores + Sports Scores + Google,Gadgets + + + + + PWResourceWrestlingNewsGadget + PWResource Wrestling News + Google Gadgets: PWResource Wrestling News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PWResource Wrestling News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PWResource Wrestling News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PWResource Wrestling News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PWResource Wrestling News + PWResource Wrestling News + Google,Gadgets + + + + + EsportesGadget + Esportes + Google Gadgets: Esportes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Esportes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Esportes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Esportes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Esportes + Esportes + Google,Gadgets + + + + + Esportes1Gadget + Esportes + Google Gadgets: Esportes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Esportes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Esportes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Esportes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Esportes + Esportes + Google,Gadgets + + + + + NFLStandingsGadget + NFL Standings + Google Gadgets: NFL Standings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NFL Standings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NFL Standings&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NFL Standings + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NFL Standings + NFL Standings + Google,Gadgets + + + + + NoticiasGadget + Noticias + Google Gadgets: Noticias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias + Noticias + Google,Gadgets + + + + + NBATeamComparisonGadget + NBA Team Comparison + Google Gadgets: NBA Team Comparison Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Team Comparison + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NBA Team Comparison&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NBA Team Comparison + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Team Comparison + NBA Team Comparison + Google,Gadgets + + + + + ParkourGlobalConnectGadget + Parkour Global Connect + Google Gadgets: Parkour Global Connect Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Parkour Global Connect + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Parkour Global Connect&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Parkour Global Connect + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Parkour Global Connect + Parkour Global Connect + Google,Gadgets + + + + + NBAStandingsGadget + NBA Standings + Google Gadgets: NBA Standings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NBA Standings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NBA Standings&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NBA Standings + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NBA Standings + NBA Standings + Google,Gadgets + + + + + RacinNationcomNASCARNewsGadget + RacinNation.com - NASCAR News + Google Gadgets: RacinNation.com - NASCAR News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RacinNation.com - NASCAR News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RacinNation.com - NASCAR News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RacinNation.com - NASCAR News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RacinNation.com - NASCAR News + RacinNation.com - NASCAR News + Google,Gadgets + + + + + LiveCricketScores1Gadget + Live Cricket Scores + Google Gadgets: Live Cricket Scores Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live Cricket Scores + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live Cricket Scores&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live Cricket Scores + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live Cricket Scores + Live Cricket Scores + Google,Gadgets + + + + + BostonRedSoxGadget + Boston Red Sox + Google Gadgets: Boston Red Sox Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Boston Red Sox + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Boston Red Sox&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Boston Red Sox + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Boston Red Sox + Boston Red Sox + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-sports-ja/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-technology/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-technology/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-technology/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-technology + war + 0.3 + Google Gadgets Technology Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-technology + + Property changes on: googlegadgets/trunk/googlegadgets-technology/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9725 @@ + + + + + + SatelliteTrackingGadget + Satellite Tracking + Google Gadgets: Satellite Tracking Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Satellite Tracking + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.n2yo.com/sat/gsat.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.n2yo.com/sat/gsat.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Satellite Tracking + Satellite Tracking + Google,Gadgets + + + + + SystemAdministratorSearchGadget + System Administrator Search + Google Gadgets: System Administrator Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + System Administrator Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/008752598480435110272/cse/ga4zciiz5jo/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/008752598480435110272/cse/ga4zciiz5jo/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + System Administrator Search + System Administrator Search + Google,Gadgets + + + + + CounterGadget + Counter + Google Gadgets: Counter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Counter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://oczazou.googlepages.com/counter_oczazou.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://oczazou.googlepages.com/counter_oczazou.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Counter + Counter + Google,Gadgets + + + + + VocabularyGrapherThesaurusGadget + Vocabulary Grapher Thesaurus + Google Gadgets: Vocabulary Grapher Thesaurus Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Vocabulary Grapher Thesaurus + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.vocabgrapher.com/vgt.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.vocabgrapher.com/vgt.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Vocabulary Grapher Thesaurus + Vocabulary Grapher Thesaurus + Google,Gadgets + + + + + iWebCamGadget + iWebCam + Google Gadgets: iWebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iWebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.joaquim.org/igoogle/webcam.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.joaquim.org/igoogle/webcam.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iWebCam + iWebCam + Google,Gadgets + + + + + DIGGGadget + DIGG + Google Gadgets: DIGG Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DIGG + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://digg.com/goog/ig.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://digg.com/goog/ig.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DIGG + DIGG + Google,Gadgets + + + + + FreewareDownloadsGadget + Freeware Downloads + Google Gadgets: Freeware Downloads Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Freeware Downloads + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.fwnetwork.com/rss/freeware_downloads_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.fwnetwork.com/rss/freeware_downloads_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Freeware Downloads + Freeware Downloads + Google,Gadgets + + + + + Flux3DPhotoCubeGadget + Flux 3D PhotoCube + Google Gadgets: Flux 3D PhotoCube Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flux 3D PhotoCube + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mediamachines.com/uploads/5/PhotoCube/10/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mediamachines.com/uploads/5/PhotoCube/10/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flux 3D PhotoCube + Flux 3D PhotoCube + Google,Gadgets + + + + + MyIPGadget + My IP + Google Gadgets: My IP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My IP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/ip/ip.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/ip/ip.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My IP + My IP + Google,Gadgets + + + + + ComputerHistoryGadget + Computer History + Google Gadgets: Computer History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Computer History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/ComputerCalendarGoogle.aspx&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.printedowl.com/ComputerCalendarGoogle.aspx + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Computer History + Computer History + Google,Gadgets + + + + + SoftwareDeveloperSearchGadget + Software Developer Search + Google Gadgets: Software Developer Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Software Developer Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006967080275139622288/cse/fcxwnmrevzi/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006967080275139622288/cse/fcxwnmrevzi/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Software Developer Search + Software Developer Search + Google,Gadgets + + + + + CustomRSSGadget + CustomRSS + Google Gadgets: CustomRSS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CustomRSS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://customrss.googlepages.com/customrss.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://customrss.googlepages.com/customrss.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CustomRSS + CustomRSS + Google,Gadgets + + + + + OpenSourceSoftwareGadget + Open Source Software + Google Gadgets: Open Source Software Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Open Source Software + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006156709672261707051/cse/fmqpupckn3m/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006156709672261707051/cse/fmqpupckn3m/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Open Source Software + Open Source Software + Google,Gadgets + + + + + MyWebCamAutoRefreshGadget + My WebCam (Auto Refresh) + Google Gadgets: My WebCam (Auto Refresh) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam (Auto Refresh) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/webcam-ar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://pileser.googlepages.com/webcam-ar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam (Auto Refresh) + My WebCam (Auto Refresh) + Google,Gadgets + + + + + NOAASatelliteGadget + NOAA Satellite + Google Gadgets: NOAA Satellite Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NOAA Satellite + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.incidentlog.com/radar/sat.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.incidentlog.com/radar/sat.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NOAA Satellite + NOAA Satellite + Google,Gadgets + + + + + VideoDownloaderGadget + Video Downloader + Google Gadgets: Video Downloader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Video Downloader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/videodownloader.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://whizzgadgets.googlepages.com/videodownloader.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Video Downloader + Video Downloader + Google,Gadgets + + + + + CellphonespecificationsGadget + Cell phone specifications + Google Gadgets: Cell phone specifications Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cell phone specifications + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.phonegg.com/phonegd.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.phonegg.com/phonegd.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cell phone specifications + Cell phone specifications + Google,Gadgets + + + + + directIPAddressGadget + directIP Address + Google Gadgets: directIP Address Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + directIP Address + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.directip.info/directIPdisplay.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.directip.info/directIPdisplay.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + directIP Address + directIP Address + Google,Gadgets + + + + + TruerandomnumbergeneratorGadget + True random number generator + Google Gadgets: True random number generator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + True random number generator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.daimonion.sk/tools/random/random.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.daimonion.sk/tools/random/random.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + True random number generator + True random number generator + Google,Gadgets + + + + + CurrentMoonPhaseGadget + Current Moon Phase + Google Gadgets: Current Moon Phase Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Current Moon Phase + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.calculatorcat.com/gmodules/current_moon.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.calculatorcat.com/gmodules/current_moon.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Current Moon Phase + Current Moon Phase + Google,Gadgets + + + + + IPNowGadget + IPNow + Google Gadgets: IPNow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IPNow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ipnow.org/ig/ipnow.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ipnow.org/ig/ipnow.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IPNow + IPNow + Google,Gadgets + + + + + SocialNetworkingGadget + Social Networking + Google Gadgets: Social Networking Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Social Networking + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012097448745616243396/cse/pnzsybkiuxa/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012097448745616243396/cse/pnzsybkiuxa/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Social Networking + Social Networking + Google,Gadgets + + + + + LinuxsearchEngineGadget + Linux search Engine + Google Gadgets: Linux search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Linux search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002165917076592449621/cse/y8jmiivon3o/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002165917076592449621/cse/y8jmiivon3o/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Linux search Engine + Linux search Engine + Google,Gadgets + + + + + JustFreeBooksFindfreeebooksGadget + JustFreeBooks - Find free ebooks + Google Gadgets: JustFreeBooks - Find free ebooks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JustFreeBooks - Find free ebooks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017054669672982342322/cse/fc9sosff864/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/017054669672982342322/cse/fc9sosff864/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JustFreeBooks - Find free ebooks + JustFreeBooks - Find free ebooks + Google,Gadgets + + + + + WindowsSystemAdministratorSearchGadget + Windows System Administrator Search + Google Gadgets: Windows System Administrator Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Windows System Administrator Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010943523031620576593/cse/voeeoc0ysxe/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010943523031620576593/cse/voeeoc0ysxe/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Windows System Administrator Search + Windows System Administrator Search + Google,Gadgets + + + + + LunarInformerGadget + Lunar Informer + Google Gadgets: Lunar Informer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lunar Informer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lunarium.co.uk/gadgets/lunar-informer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lunarium.co.uk/gadgets/lunar-informer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lunar Informer + Lunar Informer + Google,Gadgets + + + + + SanFranciscoWebcamsGadget + San Francisco Webcams + Google Gadgets: San Francisco Webcams Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + San Francisco Webcams + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/widget/cammapsf.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cammap.net/widget/cammapsf.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + San Francisco Webcams + San Francisco Webcams + Google,Gadgets + + + + + PrototypeJavascriptFrameworkGadget + Prototype Javascript Framework + Google Gadgets: Prototype Javascript Framework Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Prototype Javascript Framework + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000270142967387495712/cse/7a7oj26tkbm/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/000270142967387495712/cse/7a7oj26tkbm/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Prototype Javascript Framework + Prototype Javascript Framework + Google,Gadgets + + + + + UnixCoreOSSearchEngineGadget + Unix Core OS Search Engine + Google Gadgets: Unix Core OS Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Unix Core OS Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006553300735260831254/cse/qxemjvwvfnu/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006553300735260831254/cse/qxemjvwvfnu/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Unix Core OS Search Engine + Unix Core OS Search Engine + Google,Gadgets + + + + + JavaGadget + Java + Google Gadgets: Java Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Java + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005506632761844726871/cse/smfqscqavok/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005506632761844726871/cse/smfqscqavok/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Java + Java + Google,Gadgets + + + + + InnerSolarSystemGadget + Inner Solar System + Google Gadgets: Inner Solar System Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Inner Solar System + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chronita.com/luna/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chronita.com/luna/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Inner Solar System + Inner Solar System + Google,Gadgets + + + + + LegalTechnologySearchEngineGadget + Legal Technology Search Engine + Google Gadgets: Legal Technology Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Legal Technology Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002927243473885114172/cse/of2ehz6_l8i/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002927243473885114172/cse/of2ehz6_l8i/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Legal Technology Search Engine + Legal Technology Search Engine + Google,Gadgets + + + + + TorrentsGadget + Torrents + Google Gadgets: Torrents Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torrents + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017922944032633731918/cse/9ctkbsx797o/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/017922944032633731918/cse/9ctkbsx797o/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torrents + Torrents + Google,Gadgets + + + + + DiggcomTopin24hoursGadget + Digg.com - Top in 24 hours + Google Gadgets: Digg.com - Top in 24 hours Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Digg.com - Top in 24 hours + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://bingweb.binghamton.edu/~djoo1/Digg24dj.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://bingweb.binghamton.edu/~djoo1/Digg24dj.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Digg.com - Top in 24 hours + Digg.com - Top in 24 hours + Google,Gadgets + + + + + GadgetPreviewBrowserGadget + Gadget Preview Browser + Google Gadgets: Gadget Preview Browser Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget Preview Browser + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/gadgetbrowser.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/ig/modules/gadgetbrowser.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget Preview Browser + Gadget Preview Browser + Google,Gadgets + + + + + WiFiWiMAXandMeshNetworksGadget + Wi-Fi, WiMAX and Mesh Networks + Google Gadgets: Wi-Fi, WiMAX and Mesh Networks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wi-Fi, WiMAX and Mesh Networks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009965129035742301785/cse/o7wupsxx9dk/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/009965129035742301785/cse/o7wupsxx9dk/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wi-Fi, WiMAX and Mesh Networks + Wi-Fi, WiMAX and Mesh Networks + Google,Gadgets + + + + + WebmasterSearchEngineGadget + Webmaster Search Engine + Google Gadgets: Webmaster Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webmaster Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/011472824770910514264/cse/ju6nn9u4xva/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/011472824770910514264/cse/ju6nn9u4xva/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webmaster Search Engine + Webmaster Search Engine + Google,Gadgets + + + + + TeachersTVSearchGadget + Teachers TV Search + Google Gadgets: Teachers TV Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Teachers TV Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.teachers.tv/public/google/ig/search.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.teachers.tv/public/google/ig/search.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Teachers TV Search + Teachers TV Search + Google,Gadgets + + + + + WhatIsMyIPGadget + What Is My IP + Google Gadgets: What Is My IP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + What Is My IP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.whatismyip.com/whatismyip.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.whatismyip.com/whatismyip.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + What Is My IP + What Is My IP + Google,Gadgets + + + + + WindowsGadget + Windows + Google Gadgets: Windows Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Windows + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008285120435533374405/cse/jvcls8wwpoy/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/008285120435533374405/cse/jvcls8wwpoy/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Windows + Windows + Google,Gadgets + + + + + GoogleZeitgeistGadget + Google Zeitgeist + Google Gadgets: Google Zeitgeist Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Zeitgeist + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://olivier.camard.free.fr/google/modules/zeitgeist.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://olivier.camard.free.fr/google/modules/zeitgeist.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Zeitgeist + Google Zeitgeist + Google,Gadgets + + + + + MyFTPGadget + My FTP + Google Gadgets: My FTP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My FTP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.blarus.com/Google/ftp.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.blarus.com/Google/ftp.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My FTP + My FTP + Google,Gadgets + + + + + NasaPhotosoftheDayGadget + Nasa Photos of the Day + Google Gadgets: Nasa Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nasa Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/nasa-photos.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/nasa-photos.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nasa Photos of the Day + Nasa Photos of the Day + Google,Gadgets + + + + + PhaseoftheMoonGadget + Phase of the Moon + Google Gadgets: Phase of the Moon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Phase of the Moon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://astronomy.lunarlogic.com/widgets/moon_phase/lunar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://astronomy.lunarlogic.com/widgets/moon_phase/lunar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Phase of the Moon + Phase of the Moon + Google,Gadgets + + + + + CFHuntGadget + CF Hunt + Google Gadgets: CF Hunt Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CF Hunt + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011762892154798364121/cse/8ekkxumnm6g/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/011762892154798364121/cse/8ekkxumnm6g/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CF Hunt + CF Hunt + Google,Gadgets + + + + + ResistorCodeGadget + Resistor Code + Google Gadgets: Resistor Code Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resistor Code + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.delsea.k12.nj.us/academic/classes/highschool/science/physics/ResistorCode/ResistorCode.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.delsea.k12.nj.us/academic/classes/highschool/science/physics/ResistorCode/ResistorCode.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resistor Code + Resistor Code + Google,Gadgets + + + + + OuterSolarSystemGadget + Outer Solar System + Google Gadgets: Outer Solar System Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Outer Solar System + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chronita.com/pluto/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chronita.com/pluto/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Outer Solar System + Outer Solar System + Google,Gadgets + + + + + WebDesignersSearchEngineGadget + Web Designers Search Engine + Google Gadgets: Web Designers Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Web Designers Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000641957206979102421/cse/k-ifgz_fx0i/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/000641957206979102421/cse/k-ifgz_fx0i/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Web Designers Search Engine + Web Designers Search Engine + Google,Gadgets + + + + + GadgetSearchGadget + Gadget Search + Google Gadgets: Gadget Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ssdowning.googlepages.com/gadgetsearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ssdowning.googlepages.com/gadgetsearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget Search + Gadget Search + Google,Gadgets + + + + + UptimemonitorGadget + Uptime monitor + Google Gadgets: Uptime monitor Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Uptime monitor + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://monitis.com/widgets/snapshot/google_home/google_home.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://monitis.com/widgets/snapshot/google_home/google_home.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Uptime monitor + Uptime monitor + Google,Gadgets + + + + + EbookSearchEngineGadget + Ebook Search Engine + Google Gadgets: Ebook Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ebook Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ebook Search Engine + Ebook Search Engine + Google,Gadgets + + + + + HottestiPodAccessoriesGadget + Hottest iPod Accessories + Google Gadgets: Hottest iPod Accessories Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hottest iPod Accessories + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/electronics/ipod/accessories/&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/electronics/ipod/accessories/ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hottest iPod Accessories + Hottest iPod Accessories + Google,Gadgets + + + + + DailyFashionableGadgetNewsandTrendsGadget + Daily Fashionable Gadget News and Trends + Google Gadgets: Daily Fashionable Gadget News and Trends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Fashionable Gadget News and Trends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.trendygadget.com/trendygadget_googlegadget_01.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.trendygadget.com/trendygadget_googlegadget_01.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Fashionable Gadget News and Trends + Daily Fashionable Gadget News and Trends + Google,Gadgets + + + + + INSANMediaGadget + INSANMedia + Google Gadgets: INSANMedia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + INSANMedia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006257680857101876953/cse/8-mls1etndg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006257680857101876953/cse/8-mls1etndg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + INSANMedia + INSANMedia + Google,Gadgets + + + + + ExPASyBLASTGadget + ExPASy BLAST + Google Gadgets: ExPASy BLAST Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ExPASy BLAST + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://eric.jain.name/2006/11/07/blast-google-gadget/blast.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://eric.jain.name/2006/11/07/blast-google-gadget/blast.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ExPASy BLAST + ExPASy BLAST + Google,Gadgets + + + + + DotNetCodeConverterGadget + Dot Net Code Converter + Google Gadgets: Dot Net Code Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dot Net Code Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/DotNetCodeConverterGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlegadgets.neoteksystems.com/DotNetCodeConverterGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dot Net Code Converter + Dot Net Code Converter + Google,Gadgets + + + + + PowertapGeekSearchEngineGadget + Powertap Geek Search Engine + Google Gadgets: Powertap Geek Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Powertap Geek Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/013952421047458623790/cse/m2cdxvhgbxc/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/013952421047458623790/cse/m2cdxvhgbxc/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Powertap Geek Search Engine + Powertap Geek Search Engine + Google,Gadgets + + + + + PopularGadgetsoftheHourGadget + Popular Gadgets of the Hour + Google Gadgets: Popular Gadgets of the Hour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Gadgets of the Hour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/electronics/&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/electronics/ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Gadgets of the Hour + Popular Gadgets of the Hour + Google,Gadgets + + + + + CareerCupGadget + CareerCup + Google Gadgets: CareerCup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CareerCup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.careercup.com/ccmodule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.careercup.com/ccmodule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CareerCup + CareerCup + Google,Gadgets + + + + + MarineObservationsNearYouGadget + Marine Observations Near You + Google Gadgets: Marine Observations Near You Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Marine Observations Near You + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mikeg101.googlepages.com/nearby_stations_map.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mikeg101.googlepages.com/nearby_stations_map.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Marine Observations Near You + Marine Observations Near You + Google,Gadgets + + + + + TorrentBarToolbarourtoolbarcomGadget + TorrentBarToolbar.ourtoolbar.com + Google Gadgets: TorrentBarToolbar.ourtoolbar.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TorrentBarToolbar.ourtoolbar.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001798320672177892428/cse/sgsu09_q7fi/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001798320672177892428/cse/sgsu09_q7fi/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TorrentBarToolbar.ourtoolbar.com + TorrentBarToolbar.ourtoolbar.com + Google,Gadgets + + + + + DiskSpaceCalculatorGadget + Disk Space Calculator + Google Gadgets: Disk Space Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Disk Space Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://php.bonex-inc.com/gadgets/diskspacecalculator.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://php.bonex-inc.com/gadgets/diskspacecalculator.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Disk Space Calculator + Disk Space Calculator + Google,Gadgets + + + + + FileUploadToolGadget + File Upload Tool + Google Gadgets: File Upload Tool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + File Upload Tool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.easy-share.com/uploadfile.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.easy-share.com/uploadfile.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + File Upload Tool + File Upload Tool + Google,Gadgets + + + + + AstronomyPictureoftheDayGadget + Astronomy Picture of the Day + Google Gadgets: Astronomy Picture of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Picture of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://insertcatchphrase.com/apod/apod.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://insertcatchphrase.com/apod/apod.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Picture of the Day + Astronomy Picture of the Day + Google,Gadgets + + + + + linwin2kGadget + linwin2k + Google Gadgets: linwin2k Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + linwin2k + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012500193738554196662/cse/7gqdial5kbe/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012500193738554196662/cse/7gqdial5kbe/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + linwin2k + linwin2k + Google,Gadgets + + + + + JavaDeveloperSearchGadget + Java Developer Search + Google Gadgets: Java Developer Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Java Developer Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008651188295582134050/cse/ohjkl-kw6ge/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/008651188295582134050/cse/ohjkl-kw6ge/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Java Developer Search + Java Developer Search + Google,Gadgets + + + + + DesktateGadget + Desktate + Google Gadgets: Desktate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Desktate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.catfood.net/desktate.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.catfood.net/desktate.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Desktate + Desktate + Google,Gadgets + + + + + SkuerGadget + Skuer + Google Gadgets: Skuer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Skuer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012132738071391750304/cse/hqp1d9od6jy/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012132738071391750304/cse/hqp1d9od6jy/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Skuer + Skuer + Google,Gadgets + + + + + SafepasswordsgeneratorGadget + Safe passwords generator + Google Gadgets: Safe passwords generator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Safe passwords generator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.daimonion.sk/tools/pwdgen/pwdgen.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.daimonion.sk/tools/pwdgen/pwdgen.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Safe passwords generator + Safe passwords generator + Google,Gadgets + + + + + DocumenttoPDFGadget + Document to PDF + Google Gadgets: Document to PDF Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Document to PDF + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pdf24.org/plugins/google/google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pdf24.org/plugins/google/google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Document to PDF + Document to PDF + Google,Gadgets + + + + + ApodcastplayerGadget + A podcast player + Google Gadgets: A podcast player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A podcast player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://apodplayer.com/%3Fm%3Dgoogle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://apodplayer.com/%3Fm%3Dgoogle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A podcast player + A podcast player + Google,Gadgets + + + + + FreeSoftwareGadget + Free Software + Google Gadgets: Free Software Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Software + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004202167951935827032/cse/8yc7iasdpqw/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/004202167951935827032/cse/8yc7iasdpqw/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Software + Free Software + Google,Gadgets + + + + + TechStuffGadget + Tech Stuff + Google Gadgets: Tech Stuff Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tech Stuff + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007096099364872597928/cse/mvlbkhd6eso/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/007096099364872597928/cse/mvlbkhd6eso/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tech Stuff + Tech Stuff + Google,Gadgets + + + + + WebcamsUSAGadget + Webcams USA + Google Gadgets: Webcams USA Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams USA + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/widget/cammapus.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cammap.net/widget/cammapus.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams USA + Webcams USA + Google,Gadgets + + + + + ANYwebcamcomWebcamViewerGadget + ANYwebcam.com Webcam Viewer + Google Gadgets: ANYwebcam.com Webcam Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ANYwebcam.com Webcam Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.anywebcam.com/awc/live/google/anywebcamviewer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.anywebcam.com/awc/live/google/anywebcamviewer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ANYwebcam.com Webcam Viewer + ANYwebcam.com Webcam Viewer + Google,Gadgets + + + + + LatestSoftwareDownloadGadget + Latest Software Download + Google Gadgets: Latest Software Download Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Latest Software Download + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.shareup.com/gg/homepage.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.shareup.com/gg/homepage.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Latest Software Download + Latest Software Download + Google,Gadgets + + + + + DownloadsGadget + Downloads + Google Gadgets: Downloads Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Downloads + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/downloads.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://lsmith2004.googlepages.com/downloads.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Downloads + Downloads + Google,Gadgets + + + + + PHPFunctionSearchGadget + PHP Function Search + Google Gadgets: PHP Function Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PHP Function Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://webelev.dk/google_phpfunctions_clean.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://webelev.dk/google_phpfunctions_clean.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PHP Function Search + PHP Function Search + Google,Gadgets + + + + + TotallyFreeCrapGadget + Totally Free Crap + Google Gadgets: Totally Free Crap Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Totally Free Crap + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.grimmthething.com/googmods/tfc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.grimmthething.com/googmods/tfc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Totally Free Crap + Totally Free Crap + Google,Gadgets + + + + + CurriculumGadget + Curriculum + Google Gadgets: Curriculum Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Curriculum + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017576662512468239146/cse/omuauf_lfve/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/017576662512468239146/cse/omuauf_lfve/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Curriculum + Curriculum + Google,Gadgets + + + + + HaackAttackTheWebGadget + Haack Attack The Web + Google Gadgets: Haack Attack The Web Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Haack Attack The Web + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/016071428520527893278/cse/3kvxtxmsfga/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/016071428520527893278/cse/3kvxtxmsfga/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Haack Attack The Web + Haack Attack The Web + Google,Gadgets + + + + + PeriodicTableGadget + Periodic Table + Google Gadgets: Periodic Table Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Periodic Table + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/calebegg42/periodic.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geocities.com/calebegg42/periodic.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Periodic Table + Periodic Table + Google,Gadgets + + + + + TheverytoptorrentsGadget + The very top torrents + Google Gadgets: The very top torrents Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The very top torrents + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006869413220779085298/cse/_dftgdpcbk8/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006869413220779085298/cse/_dftgdpcbk8/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The very top torrents + The very top torrents + Google,Gadgets + + + + + What39sThatSiteRunningGadget + What's That Site Running? + Google Gadgets: What's That Site Running? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + What's That Site Running? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://toolbar.netcraft.com/gadgets/nc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://toolbar.netcraft.com/gadgets/nc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + What's That Site Running? + What's That Site Running? + Google,Gadgets + + + + + TheCodeProjectGadget + The Code Project + Google Gadgets: The Code Project Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Code Project + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://ranuberger.googlepages.com/codeproject.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://ranuberger.googlepages.com/codeproject.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Code Project + The Code Project + Google,Gadgets + + + + + ZipCodeLookupGadget + Zip Code Lookup + Google Gadgets: Zip Code Lookup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zip Code Lookup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/zip.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://aruljohn.com/gadget/zip.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zip Code Lookup + Zip Code Lookup + Google,Gadgets + + + + + GooglePagerankViewerGadget + Google Pagerank Viewer + Google Gadgets: Google Pagerank Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Pagerank Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.ihnow.net/pagerankviewer.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.ihnow.net/pagerankviewer.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Pagerank Viewer + Google Pagerank Viewer + Google,Gadgets + + + + + DataMiningSearchengineGadget + Data Mining Search engine + Google Gadgets: Data Mining Search engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Data Mining Search engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008996274310193057962/cse/1ggn7mmwz9i/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/008996274310193057962/cse/1ggn7mmwz9i/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Data Mining Search engine + Data Mining Search engine + Google,Gadgets + + + + + HubbleImagesGadget + Hubble Images + Google Gadgets: Hubble Images Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hubble Images + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/hubble.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://michaelthompson.org/goo/hubble.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hubble Images + Hubble Images + Google,Gadgets + + + + + AstronomyPictureoftheDay1Gadget + Astronomy Picture of the Day + Google Gadgets: Astronomy Picture of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Picture of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.insertcatchphrase.com/apod/apod.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.insertcatchphrase.com/apod/apod.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Picture of the Day + Astronomy Picture of the Day + Google,Gadgets + + + + + EinsteinQuoteoftheDayGadget + Einstein Quote of the Day + Google Gadgets: Einstein Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Einstein Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/albert-einstein.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/albert-einstein.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Einstein Quote of the Day + Einstein Quote of the Day + Google,Gadgets + + + + + LatestMobilePhonesArticlesandReviewsfromPhoneArenacomGadget + Latest Mobile Phones, Articles and Reviews from PhoneArena.com + Google Gadgets: Latest Mobile Phones, Articles and Reviews from PhoneArena.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Latest Mobile Phones, Articles and Reviews from PhoneArena.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phonearena.com/rss/phones.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phonearena.com/rss/phones.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Latest Mobile Phones, Articles and Reviews from PhoneArena.com + Latest Mobile Phones, Articles and Reviews from PhoneArena.com + Google,Gadgets + + + + + SolarSystemGadget + Solar System + Google Gadgets: Solar System Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Solar System + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://chronita.com/solar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://chronita.com/solar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Solar System + Solar System + Google,Gadgets + + + + + What39smyIPaddressISPcountryproxyGadget + What's my IP address, ISP, country, proxy + Google Gadgets: What's my IP address, ISP, country, proxy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + What's my IP address, ISP, country, proxy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/ip.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://aruljohn.com/gadget/ip.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + What's my IP address, ISP, country, proxy + What's my IP address, ISP, country, proxy + Google,Gadgets + + + + + CoopSearchGadget + Coop Search + Google Gadgets: Coop Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Coop Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cse.search.googlepages.com/csearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cse.search.googlepages.com/csearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Coop Search + Coop Search + Google,Gadgets + + + + + PCEkspertDownloadGadget + PC Ekspert Download + Google Gadgets: PC Ekspert Download Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PC Ekspert Download + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pcekspert.com/rssfeed/google_gadgets/pcekspert_download.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pcekspert.com/rssfeed/google_gadgets/pcekspert_download.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PC Ekspert Download + PC Ekspert Download + Google,Gadgets + + + + + DiggnewsGadget + Digg news + Google Gadgets: Digg news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Digg news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.helvetet.se/gmodules/digg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.helvetet.se/gmodules/digg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Digg news + Digg news + Google,Gadgets + + + + + CatsearchGadget + Cat-search + Google Gadgets: Cat-search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cat-search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009841429505076642909/cse/kxlgkbvrgzu/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/009841429505076642909/cse/kxlgkbvrgzu/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cat-search + Cat-search + Google,Gadgets + + + + + TextpatternGadget + Textpattern + Google Gadgets: Textpattern Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Textpattern + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013284010981475036739/cse/dzw-5pntidu/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/013284010981475036739/cse/dzw-5pntidu/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Textpattern + Textpattern + Google,Gadgets + + + + + NasaImageoftheDayGadget + Nasa Image of the Day + Google Gadgets: Nasa Image of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nasa Image of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://olivier.camard.free.fr/google/modules/nasapics.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://olivier.camard.free.fr/google/modules/nasapics.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nasa Image of the Day + Nasa Image of the Day + Google,Gadgets + + + + + CoopSearch1Gadget + Coop Search + Google Gadgets: Coop Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Coop Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cse.search.googlepages.com/csearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cse.search.googlepages.com/csearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Coop Search + Coop Search + Google,Gadgets + + + + + ClicknLearnAnimationBoxGadget + Click-n-Learn Animation Box + Google Gadgets: Click-n-Learn Animation Box Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Click-n-Learn Animation Box + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/delabs/gadgets/tv-box/index.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.geocities.com/delabs/gadgets/tv-box/index.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Click-n-Learn Animation Box + Click-n-Learn Animation Box + Google,Gadgets + + + + + AstronomyPictureoftheDay2Gadget + Astronomy Picture of the Day + Google Gadgets: Astronomy Picture of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Picture of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://insertcatchphrase.com/apod/apod.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://insertcatchphrase.com/apod/apod.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Picture of the Day + Astronomy Picture of the Day + Google,Gadgets + + + + + HomeNetworkingGadget + Home Networking + Google Gadgets: Home Networking Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Home Networking + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010667576249382549205/cse/th3tqz4s_gg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010667576249382549205/cse/th3tqz4s_gg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Home Networking + Home Networking + Google,Gadgets + + + + + PCEkspertDownload1Gadget + PC Ekspert Download + Google Gadgets: PC Ekspert Download Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PC Ekspert Download + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.pcekspert.com/rssfeed/google_gadgets/pcekspert_download.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.pcekspert.com/rssfeed/google_gadgets/pcekspert_download.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PC Ekspert Download + PC Ekspert Download + Google,Gadgets + + + + + WebSitePulseWhoisTestGadget + WebSitePulse Whois Test + Google Gadgets: WebSitePulse Whois Test Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WebSitePulse Whois Test + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://api.websitepulse.com/testtools.whois-test.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://api.websitepulse.com/testtools.whois-test.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WebSitePulse Whois Test + WebSitePulse Whois Test + Google,Gadgets + + + + + WebSitePulseServerTestGadget + WebSitePulse Server Test + Google Gadgets: WebSitePulse Server Test Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WebSitePulse Server Test + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://api.websitepulse.com/testtools.server-test.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://api.websitepulse.com/testtools.server-test.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WebSitePulse Server Test + WebSitePulse Server Test + Google,Gadgets + + + + + calc5Gadget + calc 5 + Google Gadgets: calc 5 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + calc 5 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.calc5.com/calc5_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.calc5.com/calc5_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + calc 5 + calc 5 + Google,Gadgets + + + + + Uptimemonitor1Gadget + Uptime monitor + Google Gadgets: Uptime monitor Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Uptime monitor + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mon.itor.us/googleTest/snapshot/snapshoturl.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mon.itor.us/googleTest/snapshot/snapshoturl.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Uptime monitor + Uptime monitor + Google,Gadgets + + + + + Flux3DShuffleGadget + Flux 3D Shuffle + Google Gadgets: Flux 3D Shuffle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flux 3D Shuffle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.mediamachines.com/random.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.mediamachines.com/random.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flux 3D Shuffle + Flux 3D Shuffle + Google,Gadgets + + + + + Today39sWootGadget + Today's Woot + Google Gadgets: Today's Woot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today's Woot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/376175/D404091820851643822&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://base.google.com/base/a/376175/D404091820851643822 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today's Woot + Today's Woot + Google,Gadgets + + + + + GoogleFilterGadget + Google Filter + Google Gadgets: Google Filter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Filter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://kloggenerator.googlepages.com/googleresultfilter.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://kloggenerator.googlepages.com/googleresultfilter.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Filter + Google Filter + Google,Gadgets + + + + + PCDVRSearchEngineGadget + PC DVR Search Engine + Google Gadgets: PC DVR Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PC DVR Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002557550810430979626/cse/jwazospyunw/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002557550810430979626/cse/jwazospyunw/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PC DVR Search Engine + PC DVR Search Engine + Google,Gadgets + + + + + MobBotMobileVerbotBetaGadget + MobBot - Mobile Verbot (Beta) + Google Gadgets: MobBot - Mobile Verbot (Beta) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MobBot - Mobile Verbot (Beta) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jmlawlor.googlepages.com/MobBotGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jmlawlor.googlepages.com/MobBotGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MobBot - Mobile Verbot (Beta) + MobBot - Mobile Verbot (Beta) + Google,Gadgets + + + + + IPAddressGadget + IP Address + Google Gadgets: IP Address Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP Address + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://mdileep.brinkster.net/ip.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://mdileep.brinkster.net/ip.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP Address + IP Address + Google,Gadgets + + + + + SEOandSEMToolsandResourcesGadget + SEO and SEM Tools and Resources + Google Gadgets: SEO and SEM Tools and Resources Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SEO and SEM Tools and Resources + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.searchangle.com/gadget3.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.searchangle.com/gadget3.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SEO and SEM Tools and Resources + SEO and SEM Tools and Resources + Google,Gadgets + + + + + preciseTechnologyGadget + preciseTechnology + Google Gadgets: preciseTechnology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseTechnology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.precisenews.us/pt/gadgets/technology.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.precisenews.us/pt/gadgets/technology.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseTechnology + preciseTechnology + Google,Gadgets + + + + + ThinkgeekcomRandomProductGadget + Thinkgeek.com Random Product + Google Gadgets: Thinkgeek.com Random Product Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Thinkgeek.com Random Product + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.wohnzimmerwand.de/thinkgeek.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.wohnzimmerwand.de/thinkgeek.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Thinkgeek.com Random Product + Thinkgeek.com Random Product + Google,Gadgets + + + + + mozillaZineForumsSearchGadget + mozillaZine Forums Search + Google Gadgets: mozillaZine Forums Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + mozillaZine Forums Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003258325049489668794/cse/drr0nlojlas/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/003258325049489668794/cse/drr0nlojlas/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + mozillaZine Forums Search + mozillaZine Forums Search + Google,Gadgets + + + + + PHPSearchGadget + PHP Search + Google Gadgets: PHP Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PHP Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012936385255412397281/cse/7cr8r8knzjs/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012936385255412397281/cse/7cr8r8knzjs/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PHP Search + PHP Search + Google,Gadgets + + + + + WebTechBlogSearchGadget + Web Tech Blog Search + Google Gadgets: Web Tech Blog Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Web Tech Blog Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012006853112469662256/cse/nprbwmqm5nw/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012006853112469662256/cse/nprbwmqm5nw/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Web Tech Blog Search + Web Tech Blog Search + Google,Gadgets + + + + + AjaxSearchGadget + Ajax Search + Google Gadgets: Ajax Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ajax Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017836526989493939520/cse/hwwjrgyssu4/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/017836526989493939520/cse/hwwjrgyssu4/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ajax Search + Ajax Search + Google,Gadgets + + + + + CSearchGadget + C++ Search + Google Gadgets: C++ Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + C++ Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000872085005376217422/cse/ls3uha-lskw/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/000872085005376217422/cse/ls3uha-lskw/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + C++ Search + C++ Search + Google,Gadgets + + + + + COnlineWebSearchGadget + C# Online Web Search + Google Gadgets: C# Online Web Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + C# Online Web Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015184517059031426848/cse/myxksvkpaf0/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015184517059031426848/cse/myxksvkpaf0/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + C# Online Web Search + C# Online Web Search + Google,Gadgets + + + + + ImageUploadGadget + Image Upload + Google Gadgets: Image Upload Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Image Upload + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.imagup.com/module_upload_google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.imagup.com/module_upload_google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Image Upload + Image Upload + Google,Gadgets + + + + + MonitorGooglePageRankformultiplesitesGadget + Monitor Google Page Rank for multiple sites + Google Gadgets: Monitor Google Page Rank for multiple sites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Monitor Google Page Rank for multiple sites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ermena.com/grankm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ermena.com/grankm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Monitor Google Page Rank for multiple sites + Monitor Google Page Rank for multiple sites + Google,Gadgets + + + + + GoogleCustomSearchConsoleGadget + Google Custom Search Console + Google Gadgets: Google Custom Search Console Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Custom Search Console + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/cse/manage_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/cse/manage_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Custom Search Console + Google Custom Search Console + Google,Gadgets + + + + + DischromaticsGadgetGadget + Dischromatics Gadget + Google Gadgets: Dischromatics Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dischromatics Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.dischromatics.co.uk/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.dischromatics.co.uk/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dischromatics Gadget + Dischromatics Gadget + Google,Gadgets + + + + + CSSSearchGadget + CSS Search + Google Gadgets: CSS Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CSS Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011981465838016726163/cse/mxtopuyuges/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/011981465838016726163/cse/mxtopuyuges/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CSS Search + CSS Search + Google,Gadgets + + + + + FHStatsGadget + F?H Stats + Google Gadgets: F?H Stats Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F?H Stats + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://powertrip50.com/folding/fah-google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://powertrip50.com/folding/fah-google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F?H Stats + F?H Stats + Google,Gadgets + + + + + TechBlogsGadget + TechBlogs + Google Gadgets: TechBlogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TechBlogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/top_blogs/tech_blogs.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labpixies.com/campaigns/top_blogs/tech_blogs.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TechBlogs + TechBlogs + Google,Gadgets + + + + + callcenterGadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/answering.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://call-centre.thuriam.com/gadgets/answering.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + PythonsearchengineGadget + Python search engine + Google Gadgets: Python search engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Python search engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010104417661136834118/cse/at1-hsftvfo/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010104417661136834118/cse/at1-hsftvfo/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Python search engine + Python search engine + Google,Gadgets + + + + + ComputerScienceResearchGadget + Computer Science Research + Google Gadgets: Computer Science Research Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Computer Science Research + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015887117281940237895/cse/zrfwqmuywbs/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015887117281940237895/cse/zrfwqmuywbs/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Computer Science Research + Computer Science Research + Google,Gadgets + + + + + PythonProgrammingGadget + Python Programming + Google Gadgets: Python Programming Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Python Programming + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/018413290510798844940/cse/k69bxcfofe0/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/018413290510798844940/cse/k69bxcfofe0/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Python Programming + Python Programming + Google,Gadgets + + + + + MetaverseGadget + Metaverse + Google Gadgets: Metaverse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Metaverse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010204248329985616880/cse/vujsfdmxgb0/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010204248329985616880/cse/vujsfdmxgb0/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Metaverse + Metaverse + Google,Gadgets + + + + + MashupoftheDayGadget + Mashup of the Day + Google Gadgets: Mashup of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mashup of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.programmableweb.com/gadgets/google/mashupoftheday.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.programmableweb.com/gadgets/google/mashupoftheday.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mashup of the Day + Mashup of the Day + Google,Gadgets + + + + + MediaGeeksGadget + Media Geeks + Google Gadgets: Media Geeks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Media Geeks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://media-geeks.com/MGGoogle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://media-geeks.com/MGGoogle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Media Geeks + Media Geeks + Google,Gadgets + + + + + InformationArchitectureSearchEngineGadget + Information Architecture Search Engine + Google Gadgets: Information Architecture Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Information Architecture Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009152787519343903573/cse/t_jc5emfnco/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/009152787519343903573/cse/t_jc5emfnco/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Information Architecture Search Engine + Information Architecture Search Engine + Google,Gadgets + + + + + CustomSearchEngineLocatorGadget + Custom Search Engine Locator + Google Gadgets: Custom Search Engine Locator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Custom Search Engine Locator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cselinks.com/cse-links-gadget-1.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cselinks.com/cse-links-gadget-1.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Custom Search Engine Locator + Custom Search Engine Locator + Google,Gadgets + + + + + NewMacSoftwareReleasesGadget + New Mac Software Releases + Google Gadgets: New Mac Software Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Mac Software Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/software/mac/new.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.googlewidgets.net/acm/software/mac/new.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Mac Software Releases + New Mac Software Releases + Google,Gadgets + + + + + Uptimemonitor2Gadget + Uptime monitor + Google Gadgets: Uptime monitor Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Uptime monitor + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://premon.itor.us/googleTest/snapshot/snapshoturl.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://premon.itor.us/googleTest/snapshot/snapshoturl.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Uptime monitor + Uptime monitor + Google,Gadgets + + + + + PerlGadget + Perl + Google Gadgets: Perl Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Perl + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/008709583689349882482/cse/w2_rnxeqmu0/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/008709583689349882482/cse/w2_rnxeqmu0/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Perl + Perl + Google,Gadgets + + + + + callcenter1Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/access.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://call-centre.thuriam.com/access.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + AppleSearchGadget + Apple Search + Google Gadgets: Apple Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Apple Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009486749950716717919/cse/edzcv6gfaeg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/009486749950716717919/cse/edzcv6gfaeg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Apple Search + Apple Search + Google,Gadgets + + + + + IPSearchGadget + IP Search + Google Gadgets: IP Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://yijinliu.googlepages.com/ipsearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://yijinliu.googlepages.com/ipsearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP Search + IP Search + Google,Gadgets + + + + + MacworldSearchGadget + Macworld Search + Google Gadgets: Macworld Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Macworld Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003198751674731024891/cse/ovffo1orlum/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/003198751674731024891/cse/ovffo1orlum/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Macworld Search + Macworld Search + Google,Gadgets + + + + + Torrents1Gadget + Torrents + Google Gadgets: Torrents Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torrents + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005691690634837563693/cse/hgfhatyi99w/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005691690634837563693/cse/hgfhatyi99w/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torrents + Torrents + Google,Gadgets + + + + + WowacecomGadget + Wowace.com + Google Gadgets: Wowace.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wowace.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015548249089169640250/cse/k4ikqyiacv8/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015548249089169640250/cse/k4ikqyiacv8/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wowace.com + Wowace.com + Google,Gadgets + + + + + RankQuestSEOGadgetGadget + RankQuest SEO Gadget + Google Gadgets: RankQuest SEO Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RankQuest SEO Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.rankquest.com/RankQuest-SEO-Gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.rankquest.com/RankQuest-SEO-Gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RankQuest SEO Gadget + RankQuest SEO Gadget + Google,Gadgets + + + + + DigiGuideForumsGadget + DigiGuide Forums + Google Gadgets: DigiGuide Forums Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DigiGuide Forums + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://forums.digiguide.com/gadget/forum_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://forums.digiguide.com/gadget/forum_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DigiGuide Forums + DigiGuide Forums + Google,Gadgets + + + + + InstantUnitsConversionGadget + Instant Units Conversion + Google Gadgets: Instant Units Conversion Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Instant Units Conversion + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.convert-me.com/GG/convert-me.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.convert-me.com/GG/convert-me.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Instant Units Conversion + Instant Units Conversion + Google,Gadgets + + + + + FlashPlatformTechResourcesVerticalSearchGadget + Flash Platform Tech Resources Vertical Search + Google Gadgets: Flash Platform Tech Resources Vertical Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Platform Tech Resources Vertical Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015158955796870541905/cse/xsxagqtsc3a/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015158955796870541905/cse/xsxagqtsc3a/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Platform Tech Resources Vertical Search + Flash Platform Tech Resources Vertical Search + Google,Gadgets + + + + + SonyPS3PreOrderAlertsGadget + Sony PS3 PreOrder Alerts + Google Gadgets: Sony PS3 PreOrder Alerts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sony PS3 PreOrder Alerts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ps3preorder.info/SonyPS3Gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ps3preorder.info/SonyPS3Gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sony PS3 PreOrder Alerts + Sony PS3 PreOrder Alerts + Google,Gadgets + + + + + CertificationGadget + Certification + Google Gadgets: Certification Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Certification + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://venkata.bandaru.googlepages.com/cert.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://venkata.bandaru.googlepages.com/cert.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Certification + Certification + Google,Gadgets + + + + + MashPlanetQuickFindGadget + MashPlanet QuickFind + Google Gadgets: MashPlanet QuickFind Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MashPlanet QuickFind + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://imagine-it.org/mashplanet/mpquickfind.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://imagine-it.org/mashplanet/mpquickfind.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MashPlanet QuickFind + MashPlanet QuickFind + Google,Gadgets + + + + + CGIndustryNewsGadget + CGIndustry News + Google Gadgets: CGIndustry News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CGIndustry News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_Gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cg-india.com/cgi_Gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CGIndustry News + CGIndustry News + Google,Gadgets + + + + + WikipediaGadget + Wikipedia + Google Gadgets: Wikipedia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipedia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/wikipedia.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://alisa.ellis.googlepages.com/wikipedia.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipedia + Wikipedia + Google,Gadgets + + + + + SubnetCalculatorGadget + Subnet Calculator + Google Gadgets: Subnet Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Subnet Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://moggert.net/subnetcalc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://moggert.net/subnetcalc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Subnet Calculator + Subnet Calculator + Google,Gadgets + + + + + callcenter2Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/annual-registration.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://call-centre.thuriam.com/gadgets/annual-registration.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + ScientificCalculatorGadget + Scientific Calculator + Google Gadgets: Scientific Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Scientific Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/scientific-calculator.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://charles447.googlepages.com/scientific-calculator.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Scientific Calculator + Scientific Calculator + Google,Gadgets + + + + + AllonJavaProgrammingGadget + All on Java Programming + Google Gadgets: All on Java Programming Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + All on Java Programming + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006217693956028393428/cse/6o5amzmt0lk/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006217693956028393428/cse/6o5amzmt0lk/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + All on Java Programming + All on Java Programming + Google,Gadgets + + + + + FlingkcomMakeShorterURLsGadget + Flingk.com - Make Shorter URLs + Google Gadgets: Flingk.com - Make Shorter URLs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flingk.com - Make Shorter URLs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://flingk.com/googlemodule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://flingk.com/googlemodule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flingk.com - Make Shorter URLs + Flingk.com - Make Shorter URLs + Google,Gadgets + + + + + CGIndustryNews1Gadget + CGIndustry News + Google Gadgets: CGIndustry News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CGIndustry News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://cg-india.com/cgi_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CGIndustry News + CGIndustry News + Google,Gadgets + + + + + CakePHPGadget + CakePHP + Google Gadgets: CakePHP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CakePHP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006850030468302103399/cse/mqxv78bdfdo/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006850030468302103399/cse/mqxv78bdfdo/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CakePHP + CakePHP + Google,Gadgets + + + + + searchinfilehostingwebsitesGadget + search in file hosting websites + Google Gadgets: search in file hosting websites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + search in file hosting websites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004599397783095699118/cse/qt2clwta2ci/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/004599397783095699118/cse/qt2clwta2ci/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + search in file hosting websites + search in file hosting websites + Google,Gadgets + + + + + BlogdriveTemplatesGadget + Blogdrive Templates + Google Gadgets: Blogdrive Templates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blogdrive Templates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blogdrive Templates + Blogdrive Templates + Google,Gadgets + + + + + NetcraftNewsGadget + Netcraft News + Google Gadgets: Netcraft News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Netcraft News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://toolbar.netcraft.com/gadgets/netcraft_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://toolbar.netcraft.com/gadgets/netcraft_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Netcraft News + Netcraft News + Google,Gadgets + + + + + MobBotMobileVerbotBeta1Gadget + MobBot - Mobile Verbot (Beta) + Google Gadgets: MobBot - Mobile Verbot (Beta) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MobBot - Mobile Verbot (Beta) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jmlawlor.googlepages.com/mobbotGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jmlawlor.googlepages.com/mobbotGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MobBot - Mobile Verbot (Beta) + MobBot - Mobile Verbot (Beta) + Google,Gadgets + + + + + Xbox360VoicecomBlogGadget + Xbox 360Voice.com Blog + Google Gadgets: Xbox 360Voice.com Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Xbox 360Voice.com Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://robinph.googlepages.com/goo360v.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://robinph.googlepages.com/goo360v.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Xbox 360Voice.com Blog + Xbox 360Voice.com Blog + Google,Gadgets + + + + + WebDevelopmentSearchGadget + Web Development Search + Google Gadgets: Web Development Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Web Development Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015868731528078504351/cse/y2ch535qrq0/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015868731528078504351/cse/y2ch535qrq0/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Web Development Search + Web Development Search + Google,Gadgets + + + + + WiTendoSpycroGadget + WiTendoSpycro + Google Gadgets: WiTendoSpycro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WiTendoSpycro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://witendofi.com/widgets/spycro.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://witendofi.com/widgets/spycro.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WiTendoSpycro + WiTendoSpycro + Google,Gadgets + + + + + InternetStormCenterInfoconGadget + Internet Storm Center Infocon + Google Gadgets: Internet Storm Center Infocon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet Storm Center Infocon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.waltergranberry.com/gadgets/infocon.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.waltergranberry.com/gadgets/infocon.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet Storm Center Infocon + Internet Storm Center Infocon + Google,Gadgets + + + + + HTTPheadersfromserverGadget + HTTP headers from server + Google Gadgets: HTTP headers from server Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HTTP headers from server + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.softabar.com/gadgets/serverheaders.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.softabar.com/gadgets/serverheaders.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HTTP headers from server + HTTP headers from server + Google,Gadgets + + + + + FlexGadget + Flex + Google Gadgets: Flex Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flex + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/007396729471206702522/cse/bgscffc5x0q/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/007396729471206702522/cse/bgscffc5x0q/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flex + Flex + Google,Gadgets + + + + + TechnoratiTrackerGadget + Technorati Tracker + Google Gadgets: Technorati Tracker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Technorati Tracker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://blog.outer-court.com/homepage/technorati.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://blog.outer-court.com/homepage/technorati.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Technorati Tracker + Technorati Tracker + Google,Gadgets + + + + + GoogleMapSearchGadget + Google Map Search + Google Gadgets: Google Map Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Map Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://samsliang.googlepages.com/map.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://samsliang.googlepages.com/map.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Map Search + Google Map Search + Google,Gadgets + + + + + FileFindbyjinjinGadget + FileFind by jinjin + Google Gadgets: FileFind by jinjin Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FileFind by jinjin + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/007643287394992456763/cse/3w8_339o2dg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/007643287394992456763/cse/3w8_339o2dg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FileFind by jinjin + FileFind by jinjin + Google,Gadgets + + + + + OzgridVBASearchGadget + Ozgrid VBA Search + Google Gadgets: Ozgrid VBA Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ozgrid VBA Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/015666086187122392428/cse/9dtlkg1jtty/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/015666086187122392428/cse/9dtlkg1jtty/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ozgrid VBA Search + Ozgrid VBA Search + Google,Gadgets + + + + + SearchGadget + Search + Google Gadgets: Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005471282943737968194/cse/i2be27x4l1u/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005471282943737968194/cse/i2be27x4l1u/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search + Search + Google,Gadgets + + + + + MavenStatsBetaGadget + Maven Stats (Beta) + Google Gadgets: Maven Stats (Beta) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Maven Stats (Beta) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://grlea.org.googlepages.com/MavenStats.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://grlea.org.googlepages.com/MavenStats.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Maven Stats (Beta) + Maven Stats (Beta) + Google,Gadgets + + + + + HTTPheaderssentbybrowserGadget + HTTP headers sent by browser + Google Gadgets: HTTP headers sent by browser Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HTTP headers sent by browser + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.softabar.com/gadgets/browserheaders.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.softabar.com/gadgets/browserheaders.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HTTP headers sent by browser + HTTP headers sent by browser + Google,Gadgets + + + + + EclipseSearchGadget + Eclipse Search + Google Gadgets: Eclipse Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eclipse Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010486227930990254255/cse/xxhbj4l5u2q/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010486227930990254255/cse/xxhbj4l5u2q/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eclipse Search + Eclipse Search + Google,Gadgets + + + + + JanoosIPtoCountryGadget + Janoos IP to Country + Google Gadgets: Janoos IP to Country Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Janoos IP to Country + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Janoos IP to Country + Janoos IP to Country + Google,Gadgets + + + + + WindowsVistaCountdownGadget + Windows Vista Countdown + Google Gadgets: Windows Vista Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Windows Vista Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://livegadgets.net/gadgets/WindowsVistaCountdown.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://livegadgets.net/gadgets/WindowsVistaCountdown.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Windows Vista Countdown + Windows Vista Countdown + Google,Gadgets + + + + + ArxivRSSSearchandFilterGadget + Arxiv RSS Search and Filter + Google Gadgets: Arxiv RSS Search and Filter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Arxiv RSS Search and Filter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jack.sankey.googlepages.com/arxivRSSsearch_current.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jack.sankey.googlepages.com/arxivRSSsearch_current.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Arxiv RSS Search and Filter + Arxiv RSS Search and Filter + Google,Gadgets + + + + + iBloksGadget + iBloks + Google Gadgets: iBloks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iBloks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.ibloks.com/gadgets/gadgetGoogle.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.ibloks.com/gadgets/gadgetGoogle.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iBloks + iBloks + Google,Gadgets + + + + + KrugleCodeSearchforDevelopersGadget + Krugle Code Search for Developers + Google Gadgets: Krugle Code Search for Developers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Krugle Code Search for Developers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://r.s.javalgekar.googlepages.com/ksearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://r.s.javalgekar.googlepages.com/ksearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Krugle Code Search for Developers + Krugle Code Search for Developers + Google,Gadgets + + + + + BlogSearchEngineGadget + Blog Search Engine + Google Gadgets: Blog Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blog Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015539028133095552554/cse/a7cjnp0pn-4/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015539028133095552554/cse/a7cjnp0pn-4/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blog Search Engine + Blog Search Engine + Google,Gadgets + + + + + BesttimetosubmittodiggGadget + Best time to submit to digg + Google Gadgets: Best time to submit to digg Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Best time to submit to digg + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://onestoryeveryday.com/dignation.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://onestoryeveryday.com/dignation.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Best time to submit to digg + Best time to submit to digg + Google,Gadgets + + + + + InternetSecurityZonecomGadget + InternetSecurityZone.com + Google Gadgets: InternetSecurityZone.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + InternetSecurityZone.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005409955777966207351/cse/mefcsvnswac/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005409955777966207351/cse/mefcsvnswac/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + InternetSecurityZone.com + InternetSecurityZone.com + Google,Gadgets + + + + + ITresourcesGadget + IT resources + Google Gadgets: IT resources Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IT resources + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.dev-exchange.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.dev-exchange.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IT resources + IT resources + Google,Gadgets + + + + + RegisterorbackorderdomainnamesGadget + Register or backorder domain names + Google Gadgets: Register or backorder domain names Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Register or backorder domain names + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.quickfeeds.com/domains/igoogle/modules/domains.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.quickfeeds.com/domains/igoogle/modules/domains.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Register or backorder domain names + Register or backorder domain names + Google,Gadgets + + + + + O39ReillyCodeSearchGadget + O'Reilly Code Search + Google Gadgets: O'Reilly Code Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + O'Reilly Code Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.strongasanox.co.uk/googlegadgets/oreillycodesearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.strongasanox.co.uk/googlegadgets/oreillycodesearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + O'Reilly Code Search + O'Reilly Code Search + Google,Gadgets + + + + + yubnubcommandlineGadget + yubnub command line + Google Gadgets: yubnub command line Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + yubnub command line + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://tonygambone.googlepages.com/yubnub-gmodule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://tonygambone.googlepages.com/yubnub-gmodule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + yubnub command line + yubnub command line + Google,Gadgets + + + + + AstronomyPictureoftheDayAPODGadget + Astronomy Picture of the Day (APOD) + Google Gadgets: Astronomy Picture of the Day (APOD) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Picture of the Day (APOD) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.seanregan.com/apod/apod.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.seanregan.com/apod/apod.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Picture of the Day (APOD) + Astronomy Picture of the Day (APOD) + Google,Gadgets + + + + + DevelopmentGadget + Development + Google Gadgets: Development Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Development + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.nathanm.com/projects/google/php.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.nathanm.com/projects/google/php.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Development + Development + Google,Gadgets + + + + + IPAddressLookupGadget + IP Address Lookup + Google Gadgets: IP Address Lookup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP Address Lookup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/iplookup.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://homepagegadgets.googlepages.com/iplookup.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP Address Lookup + IP Address Lookup + Google,Gadgets + + + + + AddonsSearchGadget + Add-ons Search + Google Gadgets: Add-ons Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Add-ons Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013129583506260280712/cse/yjfdvwkfwh0/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/013129583506260280712/cse/yjfdvwkfwh0/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Add-ons Search + Add-ons Search + Google,Gadgets + + + + + DesignMeltdownGadget + Design Meltdown + Google Gadgets: Design Meltdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Design Meltdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014219151608039884335/cse/fp65j5e89gk/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/014219151608039884335/cse/fp65j5e89gk/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Design Meltdown + Design Meltdown + Google,Gadgets + + + + + callcenter3Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/academic.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://call-centre.thuriam.com/academic.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + NetmaskOverviewGadget + Netmask Overview + Google Gadgets: Netmask Overview Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Netmask Overview + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www2.moggert.net/netmask.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www2.moggert.net/netmask.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Netmask Overview + Netmask Overview + Google,Gadgets + + + + + NewsreelTechnologyGadget + Newsreel Technology + Google Gadgets: Newsreel Technology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Technology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-geek.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/news/reel-geek.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Technology + Newsreel Technology + Google,Gadgets + + + + + MultipleRSSReaderGadget + Multiple RSS Reader + Google Gadgets: Multiple RSS Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Multiple RSS Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://orawiz.googlepages.com/multifeed.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://orawiz.googlepages.com/multifeed.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Multiple RSS Reader + Multiple RSS Reader + Google,Gadgets + + + + + SearchJavaandOpenSourceResourcesGadget + Search Java and Open Source Resources + Google Gadgets: Search Java and Open Source Resources Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Java and Open Source Resources + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cinformatique.com/GoogleSearchCInformatique.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cinformatique.com/GoogleSearchCInformatique.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Java and Open Source Resources + Search Java and Open Source Resources + Google,Gadgets + + + + + SymbianSearchGadget + Symbian Search + Google Gadgets: Symbian Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Symbian Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017164901485882693956/cse/qz2vgwi5lbm/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/017164901485882693956/cse/qz2vgwi5lbm/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Symbian Search + Symbian Search + Google,Gadgets + + + + + BusinessITOnlineCalendarGadget + Business IT Online ? Calendar + Google Gadgets: Business IT Online ? Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Business IT Online ? Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.businessitonline.com/Gadget/Xml/bio_calendar.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.businessitonline.com/Gadget/Xml/bio_calendar.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Business IT Online ? Calendar + Business IT Online ? Calendar + Google,Gadgets + + + + + URLwashGadget + URLwash + Google Gadgets: URLwash Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + URLwash + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://urlwash.com/urlwash.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://urlwash.com/urlwash.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + URLwash + URLwash + Google,Gadgets + + + + + HighSignalNoiseSearchforJavaDevelopersGadget + High Signal/Noise Search for Java Developers + Google Gadgets: High Signal/Noise Search for Java Developers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + High Signal/Noise Search for Java Developers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007472659154614577341/cse/ckid9uprhnc/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/007472659154614577341/cse/ckid9uprhnc/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + High Signal/Noise Search for Java Developers + High Signal/Noise Search for Java Developers + Google,Gadgets + + + + + SocialNetworksampSocialMediaNetworksGadget + Social Networks & Social Media Networks + Google Gadgets: Social Networks & Social Media Networks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Social Networks & Social Media Networks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011409579152173972244/cse/t_gs67blx8y/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/011409579152173972244/cse/t_gs67blx8y/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Social Networks & Social Media Networks + Social Networks & Social Media Networks + Google,Gadgets + + + + + SEOSearchEngineGadget + SEO Search Engine + Google Gadgets: SEO Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SEO Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002768785374102624435/cse/1emczrbchqw/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002768785374102624435/cse/1emczrbchqw/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SEO Search Engine + SEO Search Engine + Google,Gadgets + + + + + JOKERshareDirectUploadGadget + JOKERshare Direct Upload + Google Gadgets: JOKERshare Direct Upload Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JOKERshare Direct Upload + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://jokershare.com/googlemod/jokershare.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://jokershare.com/googlemod/jokershare.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JOKERshare Direct Upload + JOKERshare Direct Upload + Google,Gadgets + + + + + BusinessITOnlineContactsGadget + Business IT Online ? Contacts + Google Gadgets: Business IT Online ? Contacts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Business IT Online ? Contacts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.businessitonline.com/Gadget/Xml/bio_contacts.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.businessitonline.com/Gadget/Xml/bio_contacts.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Business IT Online ? Contacts + Business IT Online ? Contacts + Google,Gadgets + + + + + GoogleTransitGadget + Google Transit + Google Gadgets: Google Transit Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Transit + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cs.cmu.edu/~taleahma/projects/transit-gadget/google-transit.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cs.cmu.edu/~taleahma/projects/transit-gadget/google-transit.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Transit + Google Transit + Google,Gadgets + + + + + AOLAIMBetaHeadlinesGadget + AOL/AIM Beta Headlines + Google Gadgets: AOL/AIM Beta Headlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AOL/AIM Beta Headlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://beta.aol.com/google_gadgets/news/aim_aol_rss.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://beta.aol.com/google_gadgets/news/aim_aol_rss.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AOL/AIM Beta Headlines + AOL/AIM Beta Headlines + Google,Gadgets + + + + + NamespaceClassSearchGadget + Namespace/Class Search + Google Gadgets: Namespace/Class Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Namespace/Class Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://testing.iowacomputergurus.com/MsdnDirectNamespaceAndClassSearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://testing.iowacomputergurus.com/MsdnDirectNamespaceAndClassSearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Namespace/Class Search + Namespace/Class Search + Google,Gadgets + + + + + callcenter4Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + FirefoxDownloadCounterGadget + Firefox Download Counter + Google Gadgets: Firefox Download Counter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Firefox Download Counter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://avatar21.superihost.com/google_modules/firefox_counter.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://avatar21.superihost.com/google_modules/firefox_counter.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Firefox Download Counter + Firefox Download Counter + Google,Gadgets + + + + + BeanShellGadget + BeanShell + Google Gadgets: BeanShell Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BeanShell + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.softabar.com/gadgets/beanshell.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.softabar.com/gadgets/beanshell.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BeanShell + BeanShell + Google,Gadgets + + + + + ACShowIPInfoGadget + AC Show IP Info + Google Gadgets: AC Show IP Info Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AC Show IP Info + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://antoniocampos.no-ip.com/testegeoip/google.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://antoniocampos.no-ip.com/testegeoip/google.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AC Show IP Info + AC Show IP Info + Google,Gadgets + + + + + GeocachingSearchEngineGadget + Geocaching Search Engine + Google Gadgets: Geocaching Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Geocaching Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005833640384813908879/cse/dbmsbhini6u/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/005833640384813908879/cse/dbmsbhini6u/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Geocaching Search Engine + Geocaching Search Engine + Google,Gadgets + + + + + CallWaveFreeTextMessagingGadget + CallWave Free Text Messaging + Google Gadgets: CallWave Free Text Messaging Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CallWave Free Text Messaging + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.callwave.com/widgets/googletextmessage.aspx&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.callwave.com/widgets/googletextmessage.aspx + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CallWave Free Text Messaging + CallWave Free Text Messaging + Google,Gadgets + + + + + RubyCornerSearchGadget + RubyCorner Search + Google Gadgets: RubyCorner Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RubyCorner Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010173420937670506482/cse/p-zcpeezuko/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/010173420937670506482/cse/p-zcpeezuko/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RubyCorner Search + RubyCorner Search + Google,Gadgets + + + + + HackingSearchEngineGadget + Hacking Search Engine + Google Gadgets: Hacking Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hacking Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/013447025070255538172/cse/drlrasbiklg/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://google.com/coop/api/013447025070255538172/cse/drlrasbiklg/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hacking Search Engine + Hacking Search Engine + Google,Gadgets + + + + + FeedBurnerStatsGadget + FeedBurner Stats + Google Gadgets: FeedBurner Stats Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FeedBurner Stats + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.olechowski.org/steve/fb-homepage.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.olechowski.org/steve/fb-homepage.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FeedBurner Stats + FeedBurner Stats + Google,Gadgets + + + + + CommonLispSearchEngineGadget + Common Lisp Search Engine + Google Gadgets: Common Lisp Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Common Lisp Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012679172708151972086/cse/eg1jtvm_dlk/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/012679172708151972086/cse/eg1jtvm_dlk/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Common Lisp Search Engine + Common Lisp Search Engine + Google,Gadgets + + + + + ZillowTMRealEstateGuideGadget + Zillow (TM) Real Estate Guide + Google Gadgets: Zillow (TM) Real Estate Guide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zillow (TM) Real Estate Guide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006589136019436985039/cse/uiwgbzbbyl8/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/006589136019436985039/cse/uiwgbzbbyl8/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zillow (TM) Real Estate Guide + Zillow (TM) Real Estate Guide + Google,Gadgets + + + + + GoogleEarthCommunityGadget + Google Earth Community + Google Gadgets: Google Earth Community Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Earth Community + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015886696515580526130/cse/2q6y4vf4wgk/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/015886696515580526130/cse/2q6y4vf4wgk/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Earth Community + Google Earth Community + Google,Gadgets + + + + + InternetTrafficWatchGadget + Internet Traffic Watch + Google Gadgets: Internet Traffic Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet Traffic Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://echo3.net/iw/module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://echo3.net/iw/module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet Traffic Watch + Internet Traffic Watch + Google,Gadgets + + + + + MachineLearningSearchGadget + Machine Learning Search + Google Gadgets: Machine Learning Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Machine Learning Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007096099364872597928/cse/ml_context/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/007096099364872597928/cse/ml_context/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Machine Learning Search + Machine Learning Search + Google,Gadgets + + + + + DotNetDevelopersSearchEngineGadget + DotNet Developers Search Engine + Google Gadgets: DotNet Developers Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DotNet Developers Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002213837942349435108/cse/jki1okx03jq/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002213837942349435108/cse/jki1okx03jq/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DotNet Developers Search Engine + DotNet Developers Search Engine + Google,Gadgets + + + + + AstronomyPictureoftheDay3Gadget + Astronomy Picture of the Day + Google Gadgets: Astronomy Picture of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Picture of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.blackperl.com/xml/google/apod/apod.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.blackperl.com/xml/google/apod/apod.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Picture of the Day + Astronomy Picture of the Day + Google,Gadgets + + + + + AbsoluteSciencePodcastGadget + Absolute Science Podcast + Google Gadgets: Absolute Science Podcast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Absolute Science Podcast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.welltopia.com/googleGadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.welltopia.com/googleGadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Absolute Science Podcast + Absolute Science Podcast + Google,Gadgets + + + + + Today39sNetworkTrafficGadget + Today's Network Traffic + Google Gadgets: Today's Network Traffic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today's Network Traffic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://zxgl.mofcom.gov.cn/zxnet/rssindex.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://zxgl.mofcom.gov.cn/zxnet/rssindex.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today's Network Traffic + Today's Network Traffic + Google,Gadgets + + + + + InternetStormCenterInfocon1Gadget + Internet Storm Center Infocon + Google Gadgets: Internet Storm Center Infocon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet Storm Center Infocon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.waltergranberry.com/infocon.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.waltergranberry.com/infocon.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet Storm Center Infocon + Internet Storm Center Infocon + Google,Gadgets + + + + + ModulesmadeeasyGadget + Modules made easy... + Google Gadgets: Modules made easy... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Modules made easy... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://wifi.google.com/city/mv/makeamodule.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://wifi.google.com/city/mv/makeamodule.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Modules made easy... + Modules made easy... + Google,Gadgets + + + + + TopTenGooglewhacksGadget + Top Ten Googlewhacks + Google Gadgets: Top Ten Googlewhacks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Top Ten Googlewhacks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.unthunk.com/projects/modules/whacks.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.unthunk.com/projects/modules/whacks.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Top Ten Googlewhacks + Top Ten Googlewhacks + Google,Gadgets + + + + + CodeSearchGadget + Code Search + Google Gadgets: Code Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Code Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://laolusrael.googlepages.com/codeSearch.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://laolusrael.googlepages.com/codeSearch.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Code Search + Code Search + Google,Gadgets + + + + + JavaQueriesGadget + Java Queries + Google Gadgets: Java Queries Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Java Queries + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://r.ashish.m.googlepages.com/javaqueries.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://r.ashish.m.googlepages.com/javaqueries.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Java Queries + Java Queries + Google,Gadgets + + + + + SoftwareDownloadSearchGadget + Software Download Search + Google Gadgets: Software Download Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Software Download Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.download-by.net/gmodules/search-module.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.download-by.net/gmodules/search-module.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Software Download Search + Software Download Search + Google,Gadgets + + + + + PostgenomicScienceBloggerBuzzGadget + Postgenomic - Science Blogger Buzz + Google Gadgets: Postgenomic - Science Blogger Buzz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Postgenomic - Science Blogger Buzz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.postgenomic.com/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.postgenomic.com/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Postgenomic - Science Blogger Buzz + Postgenomic - Science Blogger Buzz + Google,Gadgets + + + + + GooglersPapersGadget + Googlers Papers + Google Gadgets: Googlers Papers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Googlers Papers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://olivier.camard.free.fr/google/modules/googlers_papers.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://olivier.camard.free.fr/google/modules/googlers_papers.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Googlers Papers + Googlers Papers + Google,Gadgets + + + + + URLShortenerGadget + URL Shortener + Google Gadgets: URL Shortener Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + URL Shortener + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://geobay.com/google-gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://geobay.com/google-gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + URL Shortener + URL Shortener + Google,Gadgets + + + + + SearchPHPnetGadget + Search PHP.net + Google Gadgets: Search PHP.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search PHP.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://phpmodule.googlepages.com/main.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://phpmodule.googlepages.com/main.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search PHP.net + Search PHP.net + Google,Gadgets + + + + + PhysOrgcomnewsGadget + PhysOrg.com news + Google Gadgets: PhysOrg.com news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PhysOrg.com news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.physorg.com/ig/IGPhysOrg.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.physorg.com/ig/IGPhysOrg.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PhysOrg.com news + PhysOrg.com news + Google,Gadgets + + + + + SalesTechnologyGadget + Sales Technology + Google Gadgets: Sales Technology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sales Technology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://vantage-enterprises.com/ST_gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://vantage-enterprises.com/ST_gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sales Technology + Sales Technology + Google,Gadgets + + + + + TuttocellularenetGadget + Tuttocellulare.net + Google Gadgets: Tuttocellulare.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tuttocellulare.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.tuttocellulare.net/cellulari.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.tuttocellulare.net/cellulari.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tuttocellulare.net + Tuttocellulare.net + Google,Gadgets + + + + + GagdetWebwereldnlGadget + Gagdet Webwereld.nl + Google Gadgets: Gagdet Webwereld.nl Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gagdet Webwereld.nl + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/webwereld.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://whizzgadgets.googlepages.com/webwereld.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gagdet Webwereld.nl + Gagdet Webwereld.nl + Google,Gadgets + + + + + BuscadordeproductosyserviciosdeMercadolibreGadget + Buscador de productos y servicios de Mercadolibre + Google Gadgets: Buscador de productos y servicios de Mercadolibre Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos y servicios de Mercadolibre + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google-gadgets.com.ar/google_gadgets/ml.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google-gadgets.com.ar/google_gadgets/ml.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos y servicios de Mercadolibre + Buscador de productos y servicios de Mercadolibre + Google,Gadgets + + + + + SUPINFOAppleNewsGadget + SUPINFO Apple News + Google Gadgets: SUPINFO Apple News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SUPINFO Apple News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labo-apple.org/GoogleGadget-news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labo-apple.org/GoogleGadget-news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SUPINFO Apple News + SUPINFO Apple News + Google,Gadgets + + + + + omeuIPcombrGadget + omeuIP.com.br + Google Gadgets: omeuIP.com.br Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + omeuIP.com.br + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.omeuip.com.br/omeuIP.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.omeuip.com.br/omeuIP.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + omeuIP.com.br + omeuIP.com.br + Google,Gadgets + + + + + SoftwareGadget + - - Software + Google Gadgets: - - Software Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + - - Software + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/fcentersoft.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/fcentersoft.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + - - Software + - - Software + Google,Gadgets + + + + + SundsvallstoratorgetwebcamGadget + Sundsvall stora torget webcam + Google Gadgets: Sundsvall stora torget webcam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sundsvall stora torget webcam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://edlin.exe.googlepages.com/SundsvallStoratorgetWebcam.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://edlin.exe.googlepages.com/SundsvallStoratorgetWebcam.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sundsvall stora torget webcam + Sundsvall stora torget webcam + Google,Gadgets + + + + + BuscadordeproductosMercadolibreChileGadget + Buscador de productos Mercadolibre Chile + Google Gadgets: Buscador de productos Mercadolibre Chile Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos Mercadolibre Chile + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.decobaires.com.ar/google_gadgets/mlc.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.decobaires.com.ar/google_gadgets/mlc.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos Mercadolibre Chile + Buscador de productos Mercadolibre Chile + Google,Gadgets + + + + + InviaSMSconSMSaliasGadget + Invia SMS con SMSalias + Google Gadgets: Invia SMS con SMSalias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Invia SMS con SMSalias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.smsalias.it/google/index.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.smsalias.it/google/index.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Invia SMS con SMSalias + Invia SMS con SMSalias + Google,Gadgets + + + + + RicercheMaestreilWebperlaScuolaPrimariaGadget + Ricerche Maestre: il Web per la Scuola Primaria + Google Gadgets: Ricerche Maestre: il Web per la Scuola Primaria Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ricerche Maestre: il Web per la Scuola Primaria + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017685108214920485934/cse/izx6pzojwka/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/017685108214920485934/cse/izx6pzojwka/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ricerche Maestre: il Web per la Scuola Primaria + Ricerche Maestre: il Web per la Scuola Primaria + Google,Gadgets + + + + + httpwwwizcitycomGadget + http://www.izcity.com/ + Google Gadgets: http://www.izcity.com/ Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + http://www.izcity.com/ + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/izone.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/izone.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + http://www.izcity.com/ + http://www.izcity.com/ + Google,Gadgets + + + + + iXBTGadget + iXBT ? + Google Gadgets: iXBT ? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iXBT ? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/ixbtsoft.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/ixbtsoft.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iXBT ? + iXBT ? + Google,Gadgets + + + + + BuscadordeproductosMercadolibreMxicoGadget + Buscador de productos Mercadolibre M?xico + Google Gadgets: Buscador de productos Mercadolibre M?xico Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos Mercadolibre M?xico + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.decobaires.com.ar/google_gadgets/mlm.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.decobaires.com.ar/google_gadgets/mlm.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos Mercadolibre M?xico + Buscador de productos Mercadolibre M?xico + Google,Gadgets + + + + + GadgetDocsGadget + Gadget Docs + Google Gadgets: Gadget Docs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget Docs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009076278834022051519/cse/lnhlnibkffo/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/009076278834022051519/cse/lnhlnibkffo/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget Docs + Gadget Docs + Google,Gadgets + + + + + Sundsvallstoratorgetwebcam1Gadget + Sundsvall stora torget webcam + Google Gadgets: Sundsvall stora torget webcam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sundsvall stora torget webcam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://edlin.exe.googlepages.com/SundsvallstoratorgetWebcam.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://edlin.exe.googlepages.com/SundsvallstoratorgetWebcam.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sundsvall stora torget webcam + Sundsvall stora torget webcam + Google,Gadgets + + + + + WebcamsNederlandGadget + Webcams Nederland + Google Gadgets: Webcams Nederland Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams Nederland + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.cammap.nl/widget/cammapnl.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.cammap.nl/widget/cammapnl.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams Nederland + Webcams Nederland + Google,Gadgets + + + + + BuscadordeproductosyserviciosdeMercadolibreArgentinaGadget + Buscador de productos y servicios de Mercadolibre Argentina + Google Gadgets: Buscador de productos y servicios de Mercadolibre Argentina Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos y servicios de Mercadolibre Argentina + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.decobaires.com.ar/google_gadgets/mla.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.decobaires.com.ar/google_gadgets/mla.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos y servicios de Mercadolibre Argentina + Buscador de productos y servicios de Mercadolibre Argentina + Google,Gadgets + + + + + ProgrammazioneitGadget + Programmazione.it + Google Gadgets: Programmazione.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Programmazione.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://programmazione.it/gadget/PITFeedReader.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://programmazione.it/gadget/PITFeedReader.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Programmazione.it + Programmazione.it + Google,Gadgets + + + + + BuscadordeproductosMercadolibreColombiaGadget + Buscador de productos Mercadolibre Colombia + Google Gadgets: Buscador de productos Mercadolibre Colombia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos Mercadolibre Colombia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.decobaires.com.ar/google_gadgets/mco.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.decobaires.com.ar/google_gadgets/mco.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos Mercadolibre Colombia + Buscador de productos Mercadolibre Colombia + Google,Gadgets + + + + + WebMotorsAquivocencontraGadget + WebMotors - Aqui voc? encontra! + Google Gadgets: WebMotors - Aqui voc? encontra! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WebMotors - Aqui voc? encontra! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://marcello.henrique.googlepages.com/WebMotorsGoogleGadget2.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://marcello.henrique.googlepages.com/WebMotorsGoogleGadget2.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WebMotors - Aqui voc? encontra! + WebMotors - Aqui voc? encontra! + Google,Gadgets + + + + + ICERnlwoordenboekGadget + ICER.nl woordenboek + Google Gadgets: ICER.nl woordenboek Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ICER.nl woordenboek + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.icer.nl/script/gadget_woordenboek.xml.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.icer.nl/script/gadget_woordenboek.xml.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ICER.nl woordenboek + ICER.nl woordenboek + Google,Gadgets + + + + + PrylmannenseGadget + Prylmannen.se + Google Gadgets: Prylmannen.se Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Prylmannen.se + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.prylmannen.se/prylmannen_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.prylmannen.se/prylmannen_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Prylmannen.se + Prylmannen.se + Google,Gadgets + + + + + almusorgGadget + almus.org + Google Gadgets: almus.org Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + almus.org + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001284774283416197727/cse/9dfbe1fxqu8/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001284774283416197727/cse/9dfbe1fxqu8/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + almus.org + almus.org + Google,Gadgets + + + + + NoticiasdeComunicacionesWorldGadget + Noticias de Comunicaciones World + Google Gadgets: Noticias de Comunicaciones World Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de Comunicaciones World + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.idg.es/gadgets/comunicaciones.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.idg.es/gadgets/comunicaciones.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de Comunicaciones World + Noticias de Comunicaciones World + Google,Gadgets + + + + + InternetyWeb20Gadget + Internet y Web 2.0 + Google Gadgets: Internet y Web 2.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet y Web 2.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001860472264719247168/cse/3194aolpu80/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/001860472264719247168/cse/3194aolpu80/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet y Web 2.0 + Internet y Web 2.0 + Google,Gadgets + + + + + CelularesenMercadolibreGadget + Celulares en Mercadolibre + Google Gadgets: Celulares en Mercadolibre Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Celulares en Mercadolibre + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.decobaires.com.ar/google_gadgets/celulares.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.decobaires.com.ar/google_gadgets/celulares.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Celulares en Mercadolibre + Celulares en Mercadolibre + Google,Gadgets + + + + + ActividadessmicaPortugalGadget + Actividade s?smica Portugal + Google Gadgets: Actividade s?smica Portugal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Actividade s?smica Portugal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://home.joaquim.org/tempo/demo.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://home.joaquim.org/tempo/demo.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Actividade s?smica Portugal + Actividade s?smica Portugal + Google,Gadgets + + + + + SUPINFOLinuxNewsGadget + SUPINFO Linux News + Google Gadgets: SUPINFO Linux News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SUPINFO Linux News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://emmanuel.mace.googlepages.com/labo-linux_news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://emmanuel.mace.googlepages.com/labo-linux_news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SUPINFO Linux News + SUPINFO Linux News + Google,Gadgets + + + + + NoticiasdeMacworldGadget + Noticias de Macworld + Google Gadgets: Noticias de Macworld Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de Macworld + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.idg.es/gadgets/macworld.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.idg.es/gadgets/macworld.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de Macworld + Noticias de Macworld + Google,Gadgets + + + + + TeknosacomHerkesIcinTeknolojiGadget + Teknosa.com - Herkes Icin Teknoloji + Google Gadgets: Teknosa.com - Herkes Icin Teknoloji Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Teknosa.com - Herkes Icin Teknoloji + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.teknosa.com/msib21/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.teknosa.com/msib21/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Teknosa.com - Herkes Icin Teknoloji + Teknosa.com - Herkes Icin Teknoloji + Google,Gadgets + + + + + FlashLiteSearchEngineGadget + Flash Lite Search Engine + Google Gadgets: Flash Lite Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Lite Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002502397573012015171/cse/yfjvyixbumo/gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.google.com/coop/api/002502397573012015171/cse/yfjvyixbumo/gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Lite Search Engine + Flash Lite Search Engine + Google,Gadgets + + + + + CentraldoAntivirusGadget + Central do Antivirus + Google Gadgets: Central do Antivirus Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Central do Antivirus + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.centraldoantivirus.com.br/ca/gadget.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.centraldoantivirus.com.br/ca/gadget.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Central do Antivirus + Central do Antivirus + Google,Gadgets + + + + + SUPINFOLinuxNews1Gadget + SUPINFO Linux News + Google Gadgets: SUPINFO Linux News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SUPINFO Linux News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.labo-linux.org/gadget-news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.labo-linux.org/gadget-news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SUPINFO Linux News + SUPINFO Linux News + Google,Gadgets + + + + + HardwareGadget + - - Hardware + Google Gadgets: - - Hardware Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + - - Hardware + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/fcenterhard.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/fcenterhard.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + - - Hardware + - - Hardware + Google,Gadgets + + + + + YahooGadget + Yahoo + Google Gadgets: Yahoo Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://g.1o4.jp/module/yahoosearchbox.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://g.1o4.jp/module/yahoosearchbox.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo + Yahoo + Google,Gadgets + + + + + iXBT1Gadget + iXBT ? + Google Gadgets: iXBT ? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iXBT ? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/ixbtgames.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/ixbtgames.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iXBT ? + iXBT ? + Google,Gadgets + + + + + StatcounterGadgetGadget + Statcounter Gadget + Google Gadgets: Statcounter Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Statcounter Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://googlemodules.googlepages.com/statcounter.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://googlemodules.googlepages.com/statcounter.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Statcounter Gadget + Statcounter Gadget + Google,Gadgets + + + + + DomainRegistrierungGadget + Domain Registrierung + Google Gadgets: Domain Registrierung Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Domain Registrierung + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://domain.registrierung.ws/domain_registrierung_module.php&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://domain.registrierung.ws/domain_registrierung_module.php + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Domain Registrierung + Domain Registrierung + Google,Gadgets + + + + + SUPINFOAppleNews1Gadget + SUPINFO Apple News + Google Gadgets: SUPINFO Apple News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SUPINFO Apple News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://neimad85.googlepages.com/GoogleGadget-news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://neimad85.googlepages.com/GoogleGadget-news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SUPINFO Apple News + SUPINFO Apple News + Google,Gadgets + + + + + ServeurMonitorGadget + Serveur Monitor + Google Gadgets: Serveur Monitor Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Serveur Monitor + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.serveurmonitor.com/googlegadget/index.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.serveurmonitor.com/googlegadget/index.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Serveur Monitor + Serveur Monitor + Google,Gadgets + + + + + GadgetRadioNLGadget + Gadget Radio (NL) + Google Gadgets: Gadget Radio (NL) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget Radio (NL) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/gadgetradio.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://whizzgadgets.googlepages.com/gadgetradio.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget Radio (NL) + Gadget Radio (NL) + Google,Gadgets + + + + + GagdetNunlGadget + Gagdet Nu.nl + Google Gadgets: Gagdet Nu.nl Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gagdet Nu.nl + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/nu.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://whizzgadgets.googlepages.com/nu.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gagdet Nu.nl + Gagdet Nu.nl + Google,Gadgets + + + + + TraceurlcomGadget + Traceurl.com + Google Gadgets: Traceurl.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Traceurl.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://traceurl.com/portlet/traceurlportlet.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://traceurl.com/portlet/traceurlportlet.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Traceurl.com + Traceurl.com + Google,Gadgets + + + + + iXBT2Gadget + iXBT ? + Google Gadgets: iXBT ? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iXBT ? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/ixbthometheater.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://gadgets.project.googlepages.com/ixbthometheater.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iXBT ? + iXBT ? + Google,Gadgets + + + + + GuidaallatelefoniafissaemobileGadget + Guida alla telefonia fissa e mobile + Google Gadgets: Guida alla telefonia fissa e mobile Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Guida alla telefonia fissa e mobile + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.newssms.it/fcnews/news.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.newssms.it/fcnews/news.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Guida alla telefonia fissa e mobile + Guida alla telefonia fissa e mobile + Google,Gadgets + + + + + 3newestphpscriptsbyIndrekPriGadget + 3 newest php scripts by Indrek P?ri + Google Gadgets: 3 newest php scripts by Indrek P?ri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3 newest php scripts by Indrek P?ri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.indrek.eu/indrek.eu.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.indrek.eu/indrek.eu.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3 newest php scripts by Indrek P?ri + 3 newest php scripts by Indrek P?ri + Google,Gadgets + + + + + NewsoperatoremobileVodafoneGadget + News operatore mobile Vodafone + Google Gadgets: News operatore mobile Vodafone Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News operatore mobile Vodafone + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.newssms.it/fcnews/news_voda.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.newssms.it/fcnews/news_voda.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News operatore mobile Vodafone + News operatore mobile Vodafone + Google,Gadgets + + + + + NewsoperatoremobileWindGadget + News operatore mobile Wind + Google Gadgets: News operatore mobile Wind Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News operatore mobile Wind + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.newssms.it/fcnews/news_wind.xml&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.newssms.it/fcnews/news_wind.xml + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News operatore mobile Wind + News operatore mobile Wind + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-technology-ja/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-technology-ja/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-technology-ja/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-technology-ja + war + 0.3 + Google Gadgets Technology For Japanese Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-technology-ja + + Property changes on: googlegadgets/trunk/googlegadgets-technology-ja/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9725 @@ + + + + + + NasaGadget + ????????? Nasa ?????? + Google Gadgets: ????????? Nasa ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????? Nasa ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=今日の Nasa 画像&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=今日の Nasa 画像 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????? Nasa ?????? + ????????? Nasa ?????? + Google,Gadgets + + + + + CurrentMoonPhaseGadget + Current Moon Phase + Google Gadgets: Current Moon Phase Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Current Moon Phase + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Current Moon Phase&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Current Moon Phase + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Current Moon Phase + Current Moon Phase + Google,Gadgets + + + + + YahooGadget + Yahoo ?????? + Google Gadgets: Yahoo ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo ?????? + Yahoo ?????? + Google,Gadgets + + + + + TuttocellularenetGadget + Tuttocellulare.net + Google Gadgets: Tuttocellulare.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tuttocellulare.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tuttocellulare.net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tuttocellulare.net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tuttocellulare.net + Tuttocellulare.net + Google,Gadgets + + + + + WebmasterSearchEngineGadget + Webmaster Search Engine + Google Gadgets: Webmaster Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webmaster Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Webmaster Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Webmaster Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webmaster Search Engine + Webmaster Search Engine + Google,Gadgets + + + + + GoogleFilterGadget + Google Filter + Google Gadgets: Google Filter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Filter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Filter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Filter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Filter + Google Filter + Google,Gadgets + + + + + PCDVRSearchEngineGadget + PC DVR Search Engine + Google Gadgets: PC DVR Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PC DVR Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PC DVR Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PC DVR Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PC DVR Search Engine + PC DVR Search Engine + Google,Gadgets + + + + + calc5Gadget + calc 5 + Google Gadgets: calc 5 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + calc 5 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=calc 5&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=calc 5 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + calc 5 + calc 5 + Google,Gadgets + + + + + MobBotMobileVerbotBetaGadget + MobBot - Mobile Verbot (Beta) + Google Gadgets: MobBot - Mobile Verbot (Beta) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MobBot - Mobile Verbot (Beta) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MobBot - Mobile Verbot (Beta)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MobBot - Mobile Verbot (Beta) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MobBot - Mobile Verbot (Beta) + MobBot - Mobile Verbot (Beta) + Google,Gadgets + + + + + CareerCupGadget + CareerCup + Google Gadgets: CareerCup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CareerCup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CareerCup&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CareerCup + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CareerCup + CareerCup + Google,Gadgets + + + + + GagdetWebwereldnlGadget + Gagdet Webwereld.nl + Google Gadgets: Gagdet Webwereld.nl Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gagdet Webwereld.nl + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gagdet Webwereld.nl&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gagdet Webwereld.nl + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gagdet Webwereld.nl + Gagdet Webwereld.nl + Google,Gadgets + + + + + BuscadordeproductosyserviciosdeMercadolibreGadget + Buscador de productos y servicios de Mercadolibre + Google Gadgets: Buscador de productos y servicios de Mercadolibre Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos y servicios de Mercadolibre + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buscador de productos y servicios de Mercadolibre&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buscador de productos y servicios de Mercadolibre + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos y servicios de Mercadolibre + Buscador de productos y servicios de Mercadolibre + Google,Gadgets + + + + + IPAddressGadget + IP Address + Google Gadgets: IP Address Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP Address + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IP Address&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IP Address + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP Address + IP Address + Google,Gadgets + + + + + SEOandSEMToolsandResourcesGadget + SEO and SEM Tools and Resources + Google Gadgets: SEO and SEM Tools and Resources Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SEO and SEM Tools and Resources + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SEO and SEM Tools and Resources&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SEO and SEM Tools and Resources + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SEO and SEM Tools and Resources + SEO and SEM Tools and Resources + Google,Gadgets + + + + + JavaGadget + Java + Google Gadgets: Java Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Java + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Java&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Java + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Java + Java + Google,Gadgets + + + + + ExPASyBLASTGadget + ExPASy BLAST + Google Gadgets: ExPASy BLAST Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ExPASy BLAST + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ExPASy BLAST&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ExPASy BLAST + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ExPASy BLAST + ExPASy BLAST + Google,Gadgets + + + + + preciseTechnologyGadget + preciseTechnology + Google Gadgets: preciseTechnology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + preciseTechnology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=preciseTechnology&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=preciseTechnology + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + preciseTechnology + preciseTechnology + Google,Gadgets + + + + + ThinkgeekcomRandomProductGadget + Thinkgeek.com Random Product + Google Gadgets: Thinkgeek.com Random Product Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Thinkgeek.com Random Product + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Thinkgeek.com Random Product&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Thinkgeek.com Random Product + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Thinkgeek.com Random Product + Thinkgeek.com Random Product + Google,Gadgets + + + + + SolarSystemGadget + Solar System + Google Gadgets: Solar System Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Solar System + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Solar System&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Solar System + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Solar System + Solar System + Google,Gadgets + + + + + FreeSoftwareGadget + Free Software + Google Gadgets: Free Software Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Software + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Free Software&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Free Software + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Software + Free Software + Google,Gadgets + + + + + mozillaZineForumsSearchGadget + mozillaZine Forums Search + Google Gadgets: mozillaZine Forums Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + mozillaZine Forums Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=mozillaZine Forums Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=mozillaZine Forums Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + mozillaZine Forums Search + mozillaZine Forums Search + Google,Gadgets + + + + + DIGGGadget + DIGG + Google Gadgets: DIGG Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DIGG + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DIGG&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DIGG + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DIGG + DIGG + Google,Gadgets + + + + + PHPSearchGadget + PHP Search + Google Gadgets: PHP Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PHP Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PHP Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PHP Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PHP Search + PHP Search + Google,Gadgets + + + + + AstronomyPictureoftheDayGadget + Astronomy Picture of the Day + Google Gadgets: Astronomy Picture of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Picture of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Astronomy Picture of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Astronomy Picture of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Picture of the Day + Astronomy Picture of the Day + Google,Gadgets + + + + + TorrentsGadget + Torrents + Google Gadgets: Torrents Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torrents + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Torrents&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Torrents + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torrents + Torrents + Google,Gadgets + + + + + WebTechBlogSearchGadget + Web Tech Blog Search + Google Gadgets: Web Tech Blog Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Web Tech Blog Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Web Tech Blog Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Web Tech Blog Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Web Tech Blog Search + Web Tech Blog Search + Google,Gadgets + + + + + MyWebCamAutoRefreshGadget + My WebCam (Auto Refresh) + Google Gadgets: My WebCam (Auto Refresh) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam (Auto Refresh) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My WebCam (Auto Refresh)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My WebCam (Auto Refresh) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam (Auto Refresh) + My WebCam (Auto Refresh) + Google,Gadgets + + + + + AjaxSearchGadget + Ajax Search + Google Gadgets: Ajax Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ajax Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ajax Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ajax Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ajax Search + Ajax Search + Google,Gadgets + + + + + EinsteinQuoteoftheDayGadget + Einstein Quote of the Day + Google Gadgets: Einstein Quote of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Einstein Quote of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Einstein Quote of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Einstein Quote of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Einstein Quote of the Day + Einstein Quote of the Day + Google,Gadgets + + + + + CSearchGadget + C++ Search + Google Gadgets: C++ Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + C++ Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=C++ Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=C++ Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + C++ Search + C++ Search + Google,Gadgets + + + + + JavaDeveloperSearchGadget + Java Developer Search + Google Gadgets: Java Developer Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Java Developer Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Java Developer Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Java Developer Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Java Developer Search + Java Developer Search + Google,Gadgets + + + + + DailyFashionableGadgetNewsandTrendsGadget + Daily Fashionable Gadget News and Trends + Google Gadgets: Daily Fashionable Gadget News and Trends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Fashionable Gadget News and Trends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Fashionable Gadget News and Trends&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Fashionable Gadget News and Trends + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Fashionable Gadget News and Trends + Daily Fashionable Gadget News and Trends + Google,Gadgets + + + + + COnlineWebSearchGadget + C# Online Web Search + Google Gadgets: C# Online Web Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + C# Online Web Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=C# Online Web Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=C# Online Web Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + C# Online Web Search + C# Online Web Search + Google,Gadgets + + + + + Flux3DShuffleGadget + Flux 3D Shuffle + Google Gadgets: Flux 3D Shuffle Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flux 3D Shuffle + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flux 3D Shuffle&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flux 3D Shuffle + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flux 3D Shuffle + Flux 3D Shuffle + Google,Gadgets + + + + + ImageUploadGadget + Image Upload + Google Gadgets: Image Upload Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Image Upload + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Image Upload&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Image Upload + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Image Upload + Image Upload + Google,Gadgets + + + + + VocabularyGrapherThesaurusGadget + Vocabulary Grapher Thesaurus + Google Gadgets: Vocabulary Grapher Thesaurus Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Vocabulary Grapher Thesaurus + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Vocabulary Grapher Thesaurus&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Vocabulary Grapher Thesaurus + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Vocabulary Grapher Thesaurus + Vocabulary Grapher Thesaurus + Google,Gadgets + + + + + PHPFunctionSearchGadget + PHP Function Search + Google Gadgets: PHP Function Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PHP Function Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PHP Function Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PHP Function Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PHP Function Search + PHP Function Search + Google,Gadgets + + + + + CatsearchGadget + Cat-search + Google Gadgets: Cat-search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cat-search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cat-search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cat-search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cat-search + Cat-search + Google,Gadgets + + + + + MonitorGooglePageRankformultiplesitesGadget + Monitor Google Page Rank for multiple sites + Google Gadgets: Monitor Google Page Rank for multiple sites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Monitor Google Page Rank for multiple sites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Monitor Google Page Rank for multiple sites&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Monitor Google Page Rank for multiple sites + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Monitor Google Page Rank for multiple sites + Monitor Google Page Rank for multiple sites + Google,Gadgets + + + + + GoogleCustomSearchConsoleGadget + Google Custom Search Console + Google Gadgets: Google Custom Search Console Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Custom Search Console + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Custom Search Console&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Custom Search Console + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Custom Search Console + Google Custom Search Console + Google,Gadgets + + + + + DocumenttoPDFGadget + Document to PDF + Google Gadgets: Document to PDF Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Document to PDF + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Document to PDF&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Document to PDF + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Document to PDF + Document to PDF + Google,Gadgets + + + + + DischromaticsGadgetGadget + Dischromatics Gadget + Google Gadgets: Dischromatics Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dischromatics Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dischromatics Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dischromatics Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dischromatics Gadget + Dischromatics Gadget + Google,Gadgets + + + + + SUPINFOAppleNewsGadget + SUPINFO Apple News + Google Gadgets: SUPINFO Apple News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SUPINFO Apple News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SUPINFO Apple News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SUPINFO Apple News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SUPINFO Apple News + SUPINFO Apple News + Google,Gadgets + + + + + CellphonespecificationsGadget + Cell phone specifications + Google Gadgets: Cell phone specifications Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Cell phone specifications + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Cell phone specifications&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Cell phone specifications + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Cell phone specifications + Cell phone specifications + Google,Gadgets + + + + + CSSSearchGadget + CSS Search + Google Gadgets: CSS Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CSS Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CSS Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CSS Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CSS Search + CSS Search + Google,Gadgets + + + + + FHStatsGadget + F?H Stats + Google Gadgets: F?H Stats Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + F?H Stats + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=F @ H Stats&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=F @ H Stats + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + F?H Stats + F?H Stats + Google,Gadgets + + + + + TotallyFreeCrapGadget + Totally Free Crap + Google Gadgets: Totally Free Crap Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Totally Free Crap + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Totally Free Crap&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Totally Free Crap + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Totally Free Crap + Totally Free Crap + Google,Gadgets + + + + + UnixCoreOSSearchEngineGadget + Unix Core OS Search Engine + Google Gadgets: Unix Core OS Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Unix Core OS Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Unix Core OS Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Unix Core OS Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Unix Core OS Search Engine + Unix Core OS Search Engine + Google,Gadgets + + + + + SystemAdministratorSearchGadget + System Administrator Search + Google Gadgets: System Administrator Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + System Administrator Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=System Administrator Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=System Administrator Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + System Administrator Search + System Administrator Search + Google,Gadgets + + + + + FreewareDownloadsGadget + Freeware Downloads + Google Gadgets: Freeware Downloads Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Freeware Downloads + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Freeware Downloads&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Freeware Downloads + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Freeware Downloads + Freeware Downloads + Google,Gadgets + + + + + TechBlogsGadget + TechBlogs + Google Gadgets: TechBlogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TechBlogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TechBlogs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TechBlogs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TechBlogs + TechBlogs + Google,Gadgets + + + + + SkuerGadget + Skuer + Google Gadgets: Skuer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Skuer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Skuer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Skuer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Skuer + Skuer + Google,Gadgets + + + + + HottestiPodAccessoriesGadget + Hottest iPod Accessories + Google Gadgets: Hottest iPod Accessories Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hottest iPod Accessories + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hottest iPod Accessories&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hottest iPod Accessories + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hottest iPod Accessories + Hottest iPod Accessories + Google,Gadgets + + + + + OpenSourceSoftwareGadget + Open Source Software + Google Gadgets: Open Source Software Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Open Source Software + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Open Source Software&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Open Source Software + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Open Source Software + Open Source Software + Google,Gadgets + + + + + callcenterGadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=call-center&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=call-center + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + omeuIPcombrGadget + omeuIP.com.br + Google Gadgets: omeuIP.com.br Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + omeuIP.com.br + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=omeuIP.com.br&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=omeuIP.com.br + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + omeuIP.com.br + omeuIP.com.br + Google,Gadgets + + + + + SoftwareGadget + ??-?????????? - ?????????????? Software + Google Gadgets: ??-?????????? - ?????????????? Software Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ??-?????????? - ?????????????? Software + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ф-Центр - Новости Software&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ф-Центр - Новости Software + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ??-?????????? - ?????????????? Software + ??-?????????? - ?????????????? Software + Google,Gadgets + + + + + PythonsearchengineGadget + Python search engine + Google Gadgets: Python search engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Python search engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Python search engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Python search engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Python search engine + Python search engine + Google,Gadgets + + + + + SundsvallstoratorgetwebcamGadget + Sundsvall stora torget webcam + Google Gadgets: Sundsvall stora torget webcam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sundsvall stora torget webcam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sundsvall stora torget webcam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sundsvall stora torget webcam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sundsvall stora torget webcam + Sundsvall stora torget webcam + Google,Gadgets + + + + + BuscadordeproductosMercadolibreChileGadget + Buscador de productos Mercadolibre Chile + Google Gadgets: Buscador de productos Mercadolibre Chile Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos Mercadolibre Chile + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buscador de productos Mercadolibre Chile&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buscador de productos Mercadolibre Chile + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos Mercadolibre Chile + Buscador de productos Mercadolibre Chile + Google,Gadgets + + + + + ComputerScienceResearchGadget + Computer Science Research + Google Gadgets: Computer Science Research Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Computer Science Research + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Computer Science Research&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Computer Science Research + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Computer Science Research + Computer Science Research + Google,Gadgets + + + + + InviaSMSconSMSaliasGadget + Invia SMS con SMSalias + Google Gadgets: Invia SMS con SMSalias Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Invia SMS con SMSalias + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Invia SMS con SMSalias&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Invia SMS con SMSalias + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Invia SMS con SMSalias + Invia SMS con SMSalias + Google,Gadgets + + + + + WebSitePulseWhoisTestGadget + WebSitePulse Whois Test + Google Gadgets: WebSitePulse Whois Test Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WebSitePulse Whois Test + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WebSitePulse Whois Test&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WebSitePulse Whois Test + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WebSitePulse Whois Test + WebSitePulse Whois Test + Google,Gadgets + + + + + PythonProgrammingGadget + Python Programming + Google Gadgets: Python Programming Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Python Programming + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Python Programming&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Python Programming + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Python Programming + Python Programming + Google,Gadgets + + + + + NasaPhotosoftheDayGadget + Nasa Photos of the Day + Google Gadgets: Nasa Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nasa Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nasa Photos of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nasa Photos of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nasa Photos of the Day + Nasa Photos of the Day + Google,Gadgets + + + + + WebSitePulseServerTestGadget + WebSitePulse Server Test + Google Gadgets: WebSitePulse Server Test Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WebSitePulse Server Test + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WebSitePulse Server Test&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WebSitePulse Server Test + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WebSitePulse Server Test + WebSitePulse Server Test + Google,Gadgets + + + + + InnerSolarSystemGadget + Inner Solar System + Google Gadgets: Inner Solar System Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Inner Solar System + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Inner Solar System&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Inner Solar System + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Inner Solar System + Inner Solar System + Google,Gadgets + + + + + PCEkspertDownloadGadget + PC Ekspert Download + Google Gadgets: PC Ekspert Download Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PC Ekspert Download + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PC Ekspert Download&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PC Ekspert Download + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PC Ekspert Download + PC Ekspert Download + Google,Gadgets + + + + + RicercheMaestreilWebperlaScuolaPrimariaGadget + Ricerche Maestre: il Web per la Scuola Primaria + Google Gadgets: Ricerche Maestre: il Web per la Scuola Primaria Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ricerche Maestre: il Web per la Scuola Primaria + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ricerche Maestre: il Web per la Scuola Primaria&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ricerche Maestre: il Web per la Scuola Primaria + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ricerche Maestre: il Web per la Scuola Primaria + Ricerche Maestre: il Web per la Scuola Primaria + Google,Gadgets + + + + + MetaverseGadget + Metaverse + Google Gadgets: Metaverse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Metaverse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Metaverse&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Metaverse + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Metaverse + Metaverse + Google,Gadgets + + + + + Flux3DPhotoCubeGadget + Flux 3D PhotoCube + Google Gadgets: Flux 3D PhotoCube Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flux 3D PhotoCube + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flux 3D PhotoCube&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flux 3D PhotoCube + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flux 3D PhotoCube + Flux 3D PhotoCube + Google,Gadgets + + + + + MashupoftheDayGadget + Mashup of the Day + Google Gadgets: Mashup of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mashup of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mashup of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mashup of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mashup of the Day + Mashup of the Day + Google,Gadgets + + + + + linwin2kGadget + linwin2k + Google Gadgets: linwin2k Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + linwin2k + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=linwin2k&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=linwin2k + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + linwin2k + linwin2k + Google,Gadgets + + + + + httpwwwizcitycomGadget + http://www.izcity.com/ + Google Gadgets: http://www.izcity.com/ Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + http://www.izcity.com/ + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=http://www.izcity.com/&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=http://www.izcity.com/ + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + http://www.izcity.com/ + http://www.izcity.com/ + Google,Gadgets + + + + + MediaGeeksGadget + Media Geeks + Google Gadgets: Media Geeks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Media Geeks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Media Geeks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Media Geeks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Media Geeks + Media Geeks + Google,Gadgets + + + + + InformationArchitectureSearchEngineGadget + Information Architecture Search Engine + Google Gadgets: Information Architecture Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Information Architecture Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Information Architecture Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Information Architecture Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Information Architecture Search Engine + Information Architecture Search Engine + Google,Gadgets + + + + + iWebCamGadget + iWebCam + Google Gadgets: iWebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iWebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iWebCam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iWebCam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iWebCam + iWebCam + Google,Gadgets + + + + + CustomSearchEngineLocatorGadget + Custom Search Engine Locator + Google Gadgets: Custom Search Engine Locator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Custom Search Engine Locator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Custom Search Engine Locator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Custom Search Engine Locator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Custom Search Engine Locator + Custom Search Engine Locator + Google,Gadgets + + + + + NewMacSoftwareReleasesGadget + New Mac Software Releases + Google Gadgets: New Mac Software Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + New Mac Software Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=New Mac Software Releases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=New Mac Software Releases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + New Mac Software Releases + New Mac Software Releases + Google,Gadgets + + + + + UptimemonitorGadget + Uptime monitor + Google Gadgets: Uptime monitor Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Uptime monitor + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Uptime monitor&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Uptime monitor + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Uptime monitor + Uptime monitor + Google,Gadgets + + + + + PerlGadget + Perl + Google Gadgets: Perl Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Perl + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Perl&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Perl + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Perl + Perl + Google,Gadgets + + + + + iXBTGadget + iXBT ???????????? ?????????????? ???? + Google Gadgets: iXBT ???????????? ?????????????? ???? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iXBT ???????????? ?????????????? ???? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iXBT свежие новости ПО&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iXBT свежие новости ПО + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iXBT ???????????? ?????????????? ???? + iXBT ???????????? ?????????????? ???? + Google,Gadgets + + + + + GadgetSearchGadget + Gadget Search + Google Gadgets: Gadget Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gadget Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gadget Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget Search + Gadget Search + Google,Gadgets + + + + + DownloadsGadget + Downloads + Google Gadgets: Downloads Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Downloads + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Downloads&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Downloads + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Downloads + Downloads + Google,Gadgets + + + + + ApodcastplayerGadget + A podcast player + Google Gadgets: A podcast player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A podcast player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=A podcast player&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=A podcast player + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A podcast player + A podcast player + Google,Gadgets + + + + + LunarInformerGadget + Lunar Informer + Google Gadgets: Lunar Informer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lunar Informer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lunar Informer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lunar Informer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lunar Informer + Lunar Informer + Google,Gadgets + + + + + callcenter1Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=call-center&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=call-center + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + MyFTPGadget + My FTP + Google Gadgets: My FTP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My FTP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My FTP&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My FTP + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My FTP + My FTP + Google,Gadgets + + + + + AppleSearchGadget + Apple Search + Google Gadgets: Apple Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Apple Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Apple Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Apple Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Apple Search + Apple Search + Google,Gadgets + + + + + IPSearchGadget + IP Search + Google Gadgets: IP Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IP Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IP Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP Search + IP Search + Google,Gadgets + + + + + HomeNetworkingGadget + Home Networking + Google Gadgets: Home Networking Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Home Networking + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Home Networking&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Home Networking + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Home Networking + Home Networking + Google,Gadgets + + + + + OuterSolarSystemGadget + Outer Solar System + Google Gadgets: Outer Solar System Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Outer Solar System + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Outer Solar System&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Outer Solar System + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Outer Solar System + Outer Solar System + Google,Gadgets + + + + + ANYwebcamcomWebcamViewerGadget + ANYwebcam.com Webcam Viewer + Google Gadgets: ANYwebcam.com Webcam Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ANYwebcam.com Webcam Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ANYwebcam.com Webcam Viewer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ANYwebcam.com Webcam Viewer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ANYwebcam.com Webcam Viewer + ANYwebcam.com Webcam Viewer + Google,Gadgets + + + + + MacworldSearchGadget + Macworld Search + Google Gadgets: Macworld Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Macworld Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Macworld Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Macworld Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Macworld Search + Macworld Search + Google,Gadgets + + + + + Torrents1Gadget + Torrents + Google Gadgets: Torrents Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torrents + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Torrents&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Torrents + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torrents + Torrents + Google,Gadgets + + + + + TechStuffGadget + Tech Stuff + Google Gadgets: Tech Stuff Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Tech Stuff + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Tech Stuff&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Tech Stuff + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Tech Stuff + Tech Stuff + Google,Gadgets + + + + + DiskSpaceCalculatorGadget + Disk Space Calculator + Google Gadgets: Disk Space Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Disk Space Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Disk Space Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Disk Space Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Disk Space Calculator + Disk Space Calculator + Google,Gadgets + + + + + WowacecomGadget + Wowace.com + Google Gadgets: Wowace.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wowace.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wowace.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wowace.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wowace.com + Wowace.com + Google,Gadgets + + + + + WebcamsUSAGadget + Webcams USA + Google Gadgets: Webcams USA Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams USA + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Webcams USA&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Webcams USA + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams USA + Webcams USA + Google,Gadgets + + + + + RankQuestSEOGadgetGadget + RankQuest SEO Gadget + Google Gadgets: RankQuest SEO Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RankQuest SEO Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RankQuest SEO Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RankQuest SEO Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RankQuest SEO Gadget + RankQuest SEO Gadget + Google,Gadgets + + + + + DigiGuideForumsGadget + DigiGuide Forums + Google Gadgets: DigiGuide Forums Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DigiGuide Forums + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DigiGuide Forums&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DigiGuide Forums + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DigiGuide Forums + DigiGuide Forums + Google,Gadgets + + + + + InstantUnitsConversionGadget + Instant Units Conversion + Google Gadgets: Instant Units Conversion Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Instant Units Conversion + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Instant Units Conversion&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Instant Units Conversion + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Instant Units Conversion + Instant Units Conversion + Google,Gadgets + + + + + FlashPlatformTechResourcesVerticalSearchGadget + Flash Platform Tech Resources Vertical Search + Google Gadgets: Flash Platform Tech Resources Vertical Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Platform Tech Resources Vertical Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flash Platform Tech Resources Vertical Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flash Platform Tech Resources Vertical Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Platform Tech Resources Vertical Search + Flash Platform Tech Resources Vertical Search + Google,Gadgets + + + + + SonyPS3PreOrderAlertsGadget + Sony PS3 PreOrder Alerts + Google Gadgets: Sony PS3 PreOrder Alerts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sony PS3 PreOrder Alerts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sony PS3 PreOrder Alerts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sony PS3 PreOrder Alerts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sony PS3 PreOrder Alerts + Sony PS3 PreOrder Alerts + Google,Gadgets + + + + + BuscadordeproductosMercadolibreMxicoGadget + Buscador de productos Mercadolibre M xico + Google Gadgets: Buscador de productos Mercadolibre M xico Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos Mercadolibre M xico + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buscador de productos Mercadolibre M xico&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buscador de productos Mercadolibre M xico + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos Mercadolibre M xico + Buscador de productos Mercadolibre M xico + Google,Gadgets + + + + + GadgetDocsGadget + Gadget Docs + Google Gadgets: Gadget Docs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget Docs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gadget Docs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gadget Docs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget Docs + Gadget Docs + Google,Gadgets + + + + + WindowsGadget + Windows + Google Gadgets: Windows Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Windows + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Windows&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Windows + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Windows + Windows + Google,Gadgets + + + + + CertificationGadget + Certification + Google Gadgets: Certification Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Certification + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Certification&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Certification + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Certification + Certification + Google,Gadgets + + + + + MashPlanetQuickFindGadget + MashPlanet QuickFind + Google Gadgets: MashPlanet QuickFind Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MashPlanet QuickFind + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MashPlanet QuickFind&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MashPlanet QuickFind + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MashPlanet QuickFind + MashPlanet QuickFind + Google,Gadgets + + + + + CGIndustryNewsGadget + CGIndustry News + Google Gadgets: CGIndustry News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CGIndustry News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CGIndustry News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CGIndustry News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CGIndustry News + CGIndustry News + Google,Gadgets + + + + + TerramagnetoscopeGadgetGadget + Terramagnetoscope Gadget + Google Gadgets: Terramagnetoscope Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Terramagnetoscope Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Terramagnetoscope Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Terramagnetoscope Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Terramagnetoscope Gadget + Terramagnetoscope Gadget + Google,Gadgets + + + + + Uptimemonitor1Gadget + Uptime monitor + Google Gadgets: Uptime monitor Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Uptime monitor + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Uptime monitor&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Uptime monitor + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Uptime monitor + Uptime monitor + Google,Gadgets + + + + + WikipediaGadget + Wikipedia + Google Gadgets: Wikipedia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipedia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wikipedia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wikipedia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipedia + Wikipedia + Google,Gadgets + + + + + SubnetCalculatorGadget + Subnet Calculator + Google Gadgets: Subnet Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Subnet Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Subnet Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Subnet Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Subnet Calculator + Subnet Calculator + Google,Gadgets + + + + + Sundsvallstoratorgetwebcam1Gadget + Sundsvall stora torget webcam + Google Gadgets: Sundsvall stora torget webcam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sundsvall stora torget webcam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sundsvall stora torget webcam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sundsvall stora torget webcam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sundsvall stora torget webcam + Sundsvall stora torget webcam + Google,Gadgets + + + + + callcenter2Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=call-center&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=call-center + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + ScientificCalculatorGadget + Scientific Calculator + Google Gadgets: Scientific Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Scientific Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Scientific Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Scientific Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Scientific Calculator + Scientific Calculator + Google,Gadgets + + + + + WebcamsNederlandGadget + Webcams Nederland + Google Gadgets: Webcams Nederland Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams Nederland + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Webcams Nederland&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Webcams Nederland + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams Nederland + Webcams Nederland + Google,Gadgets + + + + + DiggnewsGadget + Digg news + Google Gadgets: Digg news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Digg news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Digg news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Digg news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Digg news + Digg news + Google,Gadgets + + + + + AllonJavaProgrammingGadget + All on Java Programming + Google Gadgets: All on Java Programming Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + All on Java Programming + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=All on Java Programming&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=All on Java Programming + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + All on Java Programming + All on Java Programming + Google,Gadgets + + + + + SanFranciscoWebcamsGadget + San Francisco Webcams + Google Gadgets: San Francisco Webcams Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + San Francisco Webcams + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=San Francisco Webcams&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=San Francisco Webcams + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + San Francisco Webcams + San Francisco Webcams + Google,Gadgets + + + + + Uptimemonitor2Gadget + Uptime monitor + Google Gadgets: Uptime monitor Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Uptime monitor + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Uptime monitor&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Uptime monitor + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Uptime monitor + Uptime monitor + Google,Gadgets + + + + + FlingkcomMakeShorterURLsGadget + Flingk.com - Make Shorter URLs + Google Gadgets: Flingk.com - Make Shorter URLs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flingk.com - Make Shorter URLs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flingk.com - Make Shorter URLs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flingk.com - Make Shorter URLs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flingk.com - Make Shorter URLs + Flingk.com - Make Shorter URLs + Google,Gadgets + + + + + SafepasswordsgeneratorGadget + Safe passwords generator + Google Gadgets: Safe passwords generator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Safe passwords generator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Safe passwords generator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Safe passwords generator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Safe passwords generator + Safe passwords generator + Google,Gadgets + + + + + CGIndustryNews1Gadget + CGIndustry News + Google Gadgets: CGIndustry News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CGIndustry News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CGIndustry News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CGIndustry News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CGIndustry News + CGIndustry News + Google,Gadgets + + + + + CakePHPGadget + CakePHP + Google Gadgets: CakePHP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CakePHP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CakePHP&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CakePHP + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CakePHP + CakePHP + Google,Gadgets + + + + + BuscadordeproductosyserviciosdeMercadolibreArgentinaGadget + Buscador de productos y servicios de Mercadolibre Argentina + Google Gadgets: Buscador de productos y servicios de Mercadolibre Argentina Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos y servicios de Mercadolibre Argentina + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buscador de productos y servicios de Mercadolibre Argentina&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buscador de productos y servicios de Mercadolibre Argentina + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos y servicios de Mercadolibre Argentina + Buscador de productos y servicios de Mercadolibre Argentina + Google,Gadgets + + + + + EbookSearchEngineGadget + Ebook Search Engine + Google Gadgets: Ebook Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ebook Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ebook Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ebook Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ebook Search Engine + Ebook Search Engine + Google,Gadgets + + + + + ResistorCodeGadget + Resistor Code + Google Gadgets: Resistor Code Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Resistor Code + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Resistor Code&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Resistor Code + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Resistor Code + Resistor Code + Google,Gadgets + + + + + AstronomyPictureoftheDay1Gadget + Astronomy Picture of the Day + Google Gadgets: Astronomy Picture of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Picture of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Astronomy Picture of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Astronomy Picture of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Picture of the Day + Astronomy Picture of the Day + Google,Gadgets + + + + + ProgrammazioneitGadget + Programmazione.it + Google Gadgets: Programmazione.it Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Programmazione.it + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Programmazione.it&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Programmazione.it + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Programmazione.it + Programmazione.it + Google,Gadgets + + + + + JustFreeBooksFindfreeebooksGadget + JustFreeBooks - Find free ebooks + Google Gadgets: JustFreeBooks - Find free ebooks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JustFreeBooks - Find free ebooks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=JustFreeBooks - Find free ebooks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=JustFreeBooks - Find free ebooks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JustFreeBooks - Find free ebooks + JustFreeBooks - Find free ebooks + Google,Gadgets + + + + + FileUploadToolGadget + File Upload Tool + Google Gadgets: File Upload Tool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + File Upload Tool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=File Upload Tool&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=File Upload Tool + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + File Upload Tool + File Upload Tool + Google,Gadgets + + + + + HaackAttackTheWebGadget + Haack Attack The Web + Google Gadgets: Haack Attack The Web Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Haack Attack The Web + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Haack Attack The Web&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Haack Attack The Web + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Haack Attack The Web + Haack Attack The Web + Google,Gadgets + + + + + searchinfilehostingwebsitesGadget + search in file hosting websites + Google Gadgets: search in file hosting websites Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + search in file hosting websites + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=search in file hosting websites&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=search in file hosting websites + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + search in file hosting websites + search in file hosting websites + Google,Gadgets + + + + + BlogdriveTemplatesGadget + Blogdrive Templates + Google Gadgets: Blogdrive Templates Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blogdrive Templates + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blogdrive Templates&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blogdrive Templates + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blogdrive Templates + Blogdrive Templates + Google,Gadgets + + + + + PhaseoftheMoonGadget + Phase of the Moon + Google Gadgets: Phase of the Moon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Phase of the Moon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Phase of the Moon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Phase of the Moon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Phase of the Moon + Phase of the Moon + Google,Gadgets + + + + + NetcraftNewsGadget + Netcraft News + Google Gadgets: Netcraft News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Netcraft News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Netcraft News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Netcraft News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Netcraft News + Netcraft News + Google,Gadgets + + + + + MobBotMobileVerbotBeta1Gadget + MobBot - Mobile Verbot (Beta) + Google Gadgets: MobBot - Mobile Verbot (Beta) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MobBot - Mobile Verbot (Beta) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MobBot - Mobile Verbot (Beta)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MobBot - Mobile Verbot (Beta) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MobBot - Mobile Verbot (Beta) + MobBot - Mobile Verbot (Beta) + Google,Gadgets + + + + + Xbox360VoicecomBlogGadget + Xbox 360Voice.com Blog + Google Gadgets: Xbox 360Voice.com Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Xbox 360Voice.com Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Xbox 360Voice.com Blog&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Xbox 360Voice.com Blog + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Xbox 360Voice.com Blog + Xbox 360Voice.com Blog + Google,Gadgets + + + + + ZipCodeLookupGadget + Zip Code Lookup + Google Gadgets: Zip Code Lookup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zip Code Lookup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Zip Code Lookup&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Zip Code Lookup + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zip Code Lookup + Zip Code Lookup + Google,Gadgets + + + + + BuscadordeproductosMercadolibreColombiaGadget + Buscador de productos Mercadolibre Colombia + Google Gadgets: Buscador de productos Mercadolibre Colombia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos Mercadolibre Colombia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buscador de productos Mercadolibre Colombia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buscador de productos Mercadolibre Colombia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos Mercadolibre Colombia + Buscador de productos Mercadolibre Colombia + Google,Gadgets + + + + + DesktateGadget + Desktate + Google Gadgets: Desktate Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Desktate + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Desktate&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Desktate + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Desktate + Desktate + Google,Gadgets + + + + + WebDevelopmentSearchGadget + Web Development Search + Google Gadgets: Web Development Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Web Development Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Web Development Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Web Development Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Web Development Search + Web Development Search + Google,Gadgets + + + + + WiTendoSpycroGadget + WiTendoSpycro + Google Gadgets: WiTendoSpycro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WiTendoSpycro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WiTendoSpycro&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WiTendoSpycro + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WiTendoSpycro + WiTendoSpycro + Google,Gadgets + + + + + What39smyIPaddressISPcountryproxyGadget + What's my IP address, ISP, country, proxy + Google Gadgets: What's my IP address, ISP, country, proxy Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + What's my IP address, ISP, country, proxy + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=What's my IP address, ISP, country, proxy&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=What's my IP address, ISP, country, proxy + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + What's my IP address, ISP, country, proxy + What's my IP address, ISP, country, proxy + Google,Gadgets + + + + + WebMotorsAquivocencontraGadget + WebMotors - Aqui voc encontra! + Google Gadgets: WebMotors - Aqui voc encontra! Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WebMotors - Aqui voc encontra! + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WebMotors - Aqui voc encontra!&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WebMotors - Aqui voc encontra! + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WebMotors - Aqui voc encontra! + WebMotors - Aqui voc encontra! + Google,Gadgets + + + + + CurriculumGadget + Curriculum + Google Gadgets: Curriculum Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Curriculum + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Curriculum&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Curriculum + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Curriculum + Curriculum + Google,Gadgets + + + + + WindowsSystemAdministratorSearchGadget + Windows System Administrator Search + Google Gadgets: Windows System Administrator Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Windows System Administrator Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Windows System Administrator Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Windows System Administrator Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Windows System Administrator Search + Windows System Administrator Search + Google,Gadgets + + + + + ICERnlwoordenboekGadget + ICER.nl woordenboek + Google Gadgets: ICER.nl woordenboek Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ICER.nl woordenboek + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ICER.nl woordenboek&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ICER.nl woordenboek + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ICER.nl woordenboek + ICER.nl woordenboek + Google,Gadgets + + + + + SoftwareDeveloperSearchGadget + Software Developer Search + Google Gadgets: Software Developer Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Software Developer Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Software Developer Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Software Developer Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Software Developer Search + Software Developer Search + Google,Gadgets + + + + + InternetStormCenterInfoconGadget + Internet Storm Center Infocon + Google Gadgets: Internet Storm Center Infocon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet Storm Center Infocon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Internet Storm Center Infocon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Internet Storm Center Infocon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet Storm Center Infocon + Internet Storm Center Infocon + Google,Gadgets + + + + + HTTPheadersfromserverGadget + HTTP headers from server + Google Gadgets: HTTP headers from server Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HTTP headers from server + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HTTP headers from server&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HTTP headers from server + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HTTP headers from server + HTTP headers from server + Google,Gadgets + + + + + FlexGadget + Flex + Google Gadgets: Flex Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flex + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flex&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flex + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flex + Flex + Google,Gadgets + + + + + PrylmannenseGadget + Prylmannen.se + Google Gadgets: Prylmannen.se Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Prylmannen.se + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Prylmannen.se&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Prylmannen.se + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Prylmannen.se + Prylmannen.se + Google,Gadgets + + + + + TechnoratiTrackerGadget + Technorati Tracker + Google Gadgets: Technorati Tracker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Technorati Tracker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Technorati Tracker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Technorati Tracker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Technorati Tracker + Technorati Tracker + Google,Gadgets + + + + + GoogleMapSearchGadget + Google Map Search + Google Gadgets: Google Map Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Map Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Map Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Map Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Map Search + Google Map Search + Google,Gadgets + + + + + FileFindbyjinjinGadget + FileFind by jinjin + Google Gadgets: FileFind by jinjin Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FileFind by jinjin + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FileFind by jinjin&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FileFind by jinjin + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FileFind by jinjin + FileFind by jinjin + Google,Gadgets + + + + + almusorgGadget + almus.org + Google Gadgets: almus.org Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + almus.org + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=almus.org&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=almus.org + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + almus.org + almus.org + Google,Gadgets + + + + + CFHuntGadget + CF Hunt + Google Gadgets: CF Hunt Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CF Hunt + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CF Hunt&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CF Hunt + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CF Hunt + CF Hunt + Google,Gadgets + + + + + OzgridVBASearchGadget + Ozgrid VBA Search + Google Gadgets: Ozgrid VBA Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ozgrid VBA Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ozgrid VBA Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ozgrid VBA Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ozgrid VBA Search + Ozgrid VBA Search + Google,Gadgets + + + + + DotNetCodeConverterGadget + Dot Net Code Converter + Google Gadgets: Dot Net Code Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dot Net Code Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dot Net Code Converter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dot Net Code Converter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dot Net Code Converter + Dot Net Code Converter + Google,Gadgets + + + + + SearchGadget + Search + Google Gadgets: Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search + Search + Google,Gadgets + + + + + MavenStatsBetaGadget + Maven Stats (Beta) + Google Gadgets: Maven Stats (Beta) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Maven Stats (Beta) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Maven Stats (Beta)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Maven Stats (Beta) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Maven Stats (Beta) + Maven Stats (Beta) + Google,Gadgets + + + + + TextpatternGadget + Textpattern + Google Gadgets: Textpattern Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Textpattern + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Textpattern&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Textpattern + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Textpattern + Textpattern + Google,Gadgets + + + + + LinuxsearchEngineGadget + Linux search Engine + Google Gadgets: Linux search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Linux search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Linux search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Linux search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Linux search Engine + Linux search Engine + Google,Gadgets + + + + + NoticiasdeComunicacionesWorldGadget + Noticias de Comunicaciones World + Google Gadgets: Noticias de Comunicaciones World Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de Comunicaciones World + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias de Comunicaciones World&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias de Comunicaciones World + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de Comunicaciones World + Noticias de Comunicaciones World + Google,Gadgets + + + + + TheCodeProjectGadget + The Code Project + Google Gadgets: The Code Project Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Code Project + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Code Project&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Code Project + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Code Project + The Code Project + Google,Gadgets + + + + + HTTPheaderssentbybrowserGadget + HTTP headers sent by browser + Google Gadgets: HTTP headers sent by browser Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + HTTP headers sent by browser + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=HTTP headers sent by browser&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=HTTP headers sent by browser + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + HTTP headers sent by browser + HTTP headers sent by browser + Google,Gadgets + + + + + LatestSoftwareDownloadGadget + Latest Software Download + Google Gadgets: Latest Software Download Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Latest Software Download + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Latest Software Download&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Latest Software Download + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Latest Software Download + Latest Software Download + Google,Gadgets + + + + + InternetyWeb20Gadget + Internet y Web 2.0 + Google Gadgets: Internet y Web 2.0 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet y Web 2.0 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Internet y Web 2.0&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Internet y Web 2.0 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet y Web 2.0 + Internet y Web 2.0 + Google,Gadgets + + + + + WiFiWiMAXandMeshNetworksGadget + Wi-Fi, WiMAX and Mesh Networks + Google Gadgets: Wi-Fi, WiMAX and Mesh Networks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wi-Fi, WiMAX and Mesh Networks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wi-Fi, WiMAX and Mesh Networks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wi-Fi, WiMAX and Mesh Networks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wi-Fi, WiMAX and Mesh Networks + Wi-Fi, WiMAX and Mesh Networks + Google,Gadgets + + + + + MarineObservationsNearYouGadget + Marine Observations Near You + Google Gadgets: Marine Observations Near You Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Marine Observations Near You + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Marine Observations Near You&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Marine Observations Near You + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Marine Observations Near You + Marine Observations Near You + Google,Gadgets + + + + + EclipseSearchGadget + Eclipse Search + Google Gadgets: Eclipse Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Eclipse Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Eclipse Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Eclipse Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Eclipse Search + Eclipse Search + Google,Gadgets + + + + + JanoosIPtoCountryGadget + Janoos IP to Country + Google Gadgets: Janoos IP to Country Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Janoos IP to Country + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Janoos IP to Country&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Janoos IP to Country + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Janoos IP to Country + Janoos IP to Country + Google,Gadgets + + + + + VideoDownloaderGadget + Video Downloader + Google Gadgets: Video Downloader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Video Downloader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Video Downloader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Video Downloader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Video Downloader + Video Downloader + Google,Gadgets + + + + + HubbleImagesGadget + Hubble Images + Google Gadgets: Hubble Images Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hubble Images + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hubble Images&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hubble Images + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hubble Images + Hubble Images + Google,Gadgets + + + + + TheverytoptorrentsGadget + The very top torrents + Google Gadgets: The very top torrents Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The very top torrents + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The very top torrents&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The very top torrents + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The very top torrents + The very top torrents + Google,Gadgets + + + + + CelularesenMercadolibreGadget + Celulares en Mercadolibre + Google Gadgets: Celulares en Mercadolibre Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Celulares en Mercadolibre + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Celulares en Mercadolibre&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Celulares en Mercadolibre + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Celulares en Mercadolibre + Celulares en Mercadolibre + Google,Gadgets + + + + + WindowsVistaCountdownGadget + Windows Vista Countdown + Google Gadgets: Windows Vista Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Windows Vista Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Windows Vista Countdown&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Windows Vista Countdown + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Windows Vista Countdown + Windows Vista Countdown + Google,Gadgets + + + + + ArxivRSSSearchandFilterGadget + Arxiv RSS Search and Filter + Google Gadgets: Arxiv RSS Search and Filter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Arxiv RSS Search and Filter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Arxiv RSS Search and Filter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Arxiv RSS Search and Filter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Arxiv RSS Search and Filter + Arxiv RSS Search and Filter + Google,Gadgets + + + + + iBloksGadget + iBloks + Google Gadgets: iBloks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iBloks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iBloks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iBloks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iBloks + iBloks + Google,Gadgets + + + + + KrugleCodeSearchforDevelopersGadget + Krugle Code Search for Developers + Google Gadgets: Krugle Code Search for Developers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Krugle Code Search for Developers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Krugle Code Search for Developers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Krugle Code Search for Developers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Krugle Code Search for Developers + Krugle Code Search for Developers + Google,Gadgets + + + + + PlayWiiNewsGadget + PlayWii News + Google Gadgets: PlayWii News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PlayWii News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PlayWii News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PlayWii News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PlayWii News + PlayWii News + Google,Gadgets + + + + + BlogSearchEngineGadget + Blog Search Engine + Google Gadgets: Blog Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blog Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blog Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blog Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blog Search Engine + Blog Search Engine + Google,Gadgets + + + + + BesttimetosubmittodiggGadget + Best time to submit to digg + Google Gadgets: Best time to submit to digg Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Best time to submit to digg + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Best time to submit to digg&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Best time to submit to digg + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Best time to submit to digg + Best time to submit to digg + Google,Gadgets + + + + + InternetSecurityZonecomGadget + InternetSecurityZone.com + Google Gadgets: InternetSecurityZone.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + InternetSecurityZone.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=InternetSecurityZone.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=InternetSecurityZone.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + InternetSecurityZone.com + InternetSecurityZone.com + Google,Gadgets + + + + + MyIPGadget + My IP + Google Gadgets: My IP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My IP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My IP&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My IP + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My IP + My IP + Google,Gadgets + + + + + ActividadessmicaPortugalGadget + Actividade s smica Portugal + Google Gadgets: Actividade s smica Portugal Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Actividade s smica Portugal + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Actividade s smica Portugal&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Actividade s smica Portugal + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Actividade s smica Portugal + Actividade s smica Portugal + Google,Gadgets + + + + + ITresourcesGadget + IT resources + Google Gadgets: IT resources Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IT resources + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IT resources&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IT resources + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IT resources + IT resources + Google,Gadgets + + + + + RegisterorbackorderdomainnamesGadget + Register or backorder domain names + Google Gadgets: Register or backorder domain names Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Register or backorder domain names + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Register or backorder domain names&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Register or backorder domain names + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Register or backorder domain names + Register or backorder domain names + Google,Gadgets + + + + + SUPINFOLinuxNewsGadget + SUPINFO Linux News + Google Gadgets: SUPINFO Linux News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SUPINFO Linux News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SUPINFO Linux News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SUPINFO Linux News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SUPINFO Linux News + SUPINFO Linux News + Google,Gadgets + + + + + O39ReillyCodeSearchGadget + O'Reilly Code Search + Google Gadgets: O'Reilly Code Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + O'Reilly Code Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=O'Reilly Code Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=O'Reilly Code Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + O'Reilly Code Search + O'Reilly Code Search + Google,Gadgets + + + + + NoticiasdeMacworldGadget + Noticias de Macworld + Google Gadgets: Noticias de Macworld Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Noticias de Macworld + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Noticias de Macworld&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Noticias de Macworld + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Noticias de Macworld + Noticias de Macworld + Google,Gadgets + + + + + DiggcomTopin24hoursGadget + Digg.com - Top in 24 hours + Google Gadgets: Digg.com - Top in 24 hours Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Digg.com - Top in 24 hours + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Digg.com - Top in 24 hours&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Digg.com - Top in 24 hours + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Digg.com - Top in 24 hours + Digg.com - Top in 24 hours + Google,Gadgets + + + + + yubnubcommandlineGadget + yubnub command line + Google Gadgets: yubnub command line Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + yubnub command line + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=yubnub command line&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=yubnub command line + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + yubnub command line + yubnub command line + Google,Gadgets + + + + + IPNowGadget + IPNow + Google Gadgets: IPNow Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IPNow + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IPNow&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IPNow + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IPNow + IPNow + Google,Gadgets + + + + + TeachersTVSearchGadget + Teachers TV Search + Google Gadgets: Teachers TV Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Teachers TV Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Teachers TV Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Teachers TV Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Teachers TV Search + Teachers TV Search + Google,Gadgets + + + + + AstronomyPictureoftheDayAPODGadget + Astronomy Picture of the Day (APOD) + Google Gadgets: Astronomy Picture of the Day (APOD) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Picture of the Day (APOD) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Astronomy Picture of the Day (APOD)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Astronomy Picture of the Day (APOD) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Picture of the Day (APOD) + Astronomy Picture of the Day (APOD) + Google,Gadgets + + + + + TeknosacomHerkesIcinTeknolojiGadget + Teknosa.com - Herkes Icin Teknoloji + Google Gadgets: Teknosa.com - Herkes Icin Teknoloji Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Teknosa.com - Herkes Icin Teknoloji + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Teknosa.com - Herkes Icin Teknoloji&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Teknosa.com - Herkes Icin Teknoloji + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Teknosa.com - Herkes Icin Teknoloji + Teknosa.com - Herkes Icin Teknoloji + Google,Gadgets + + + + + GadgetPreviewBrowserGadget + Gadget Preview Browser + Google Gadgets: Gadget Preview Browser Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget Preview Browser + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gadget Preview Browser&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gadget Preview Browser + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget Preview Browser + Gadget Preview Browser + Google,Gadgets + + + + + DevelopmentGadget + Development + Google Gadgets: Development Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Development + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Development&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Development + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Development + Development + Google,Gadgets + + + + + FlashLiteSearchEngineGadget + Flash Lite Search Engine + Google Gadgets: Flash Lite Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Lite Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flash Lite Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flash Lite Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Lite Search Engine + Flash Lite Search Engine + Google,Gadgets + + + + + IPAddressLookupGadget + IP Address Lookup + Google Gadgets: IP Address Lookup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP Address Lookup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IP Address Lookup&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IP Address Lookup + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP Address Lookup + IP Address Lookup + Google,Gadgets + + + + + INSANMediaGadget + INSANMedia + Google Gadgets: INSANMedia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + INSANMedia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=INSANMedia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=INSANMedia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + INSANMedia + INSANMedia + Google,Gadgets + + + + + AddonsSearchGadget + Add-ons Search + Google Gadgets: Add-ons Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Add-ons Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Add-ons Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Add-ons Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Add-ons Search + Add-ons Search + Google,Gadgets + + + + + DesignMeltdownGadget + Design Meltdown + Google Gadgets: Design Meltdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Design Meltdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Design Meltdown&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Design Meltdown + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Design Meltdown + Design Meltdown + Google,Gadgets + + + + + callcenter3Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=call-center&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=call-center + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + NetmaskOverviewGadget + Netmask Overview + Google Gadgets: Netmask Overview Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Netmask Overview + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Netmask Overview&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Netmask Overview + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Netmask Overview + Netmask Overview + Google,Gadgets + + + + + ComputerHistoryGadget + Computer History + Google Gadgets: Computer History Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Computer History + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Computer History&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Computer History + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Computer History + Computer History + Google,Gadgets + + + + + NewsreelTechnologyGadget + Newsreel Technology + Google Gadgets: Newsreel Technology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Newsreel Technology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Newsreel Technology&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Newsreel Technology + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Newsreel Technology + Newsreel Technology + Google,Gadgets + + + + + MultipleRSSReaderGadget + Multiple RSS Reader + Google Gadgets: Multiple RSS Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Multiple RSS Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Multiple RSS Reader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Multiple RSS Reader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Multiple RSS Reader + Multiple RSS Reader + Google,Gadgets + + + + + PowertapGeekSearchEngineGadget + Powertap Geek Search Engine + Google Gadgets: Powertap Geek Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Powertap Geek Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Powertap Geek Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Powertap Geek Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Powertap Geek Search Engine + Powertap Geek Search Engine + Google,Gadgets + + + + + PeriodicTableGadget + Periodic Table + Google Gadgets: Periodic Table Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Periodic Table + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Periodic Table&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Periodic Table + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Periodic Table + Periodic Table + Google,Gadgets + + + + + SearchJavaandOpenSourceResourcesGadget + Search Java and Open Source Resources + Google Gadgets: Search Java and Open Source Resources Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Java and Open Source Resources + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search Java and Open Source Resources&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search Java and Open Source Resources + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Java and Open Source Resources + Search Java and Open Source Resources + Google,Gadgets + + + + + SymbianSearchGadget + Symbian Search + Google Gadgets: Symbian Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Symbian Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Symbian Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Symbian Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Symbian Search + Symbian Search + Google,Gadgets + + + + + BusinessITOnlineCalendarGadget + Business IT Online ? Calendar + Google Gadgets: Business IT Online ? Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Business IT Online ? Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Business IT Online | Calendar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Business IT Online | Calendar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Business IT Online ? Calendar + Business IT Online ? Calendar + Google,Gadgets + + + + + URLwashGadget + URLwash + Google Gadgets: URLwash Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + URLwash + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=URLwash&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=URLwash + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + URLwash + URLwash + Google,Gadgets + + + + + HighSignalNoiseSearchforJavaDevelopersGadget + High Signal/Noise Search for Java Developers + Google Gadgets: High Signal/Noise Search for Java Developers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + High Signal/Noise Search for Java Developers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=High Signal/Noise Search for Java Developers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=High Signal/Noise Search for Java Developers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + High Signal/Noise Search for Java Developers + High Signal/Noise Search for Java Developers + Google,Gadgets + + + + + SocialNetworksampSocialMediaNetworksGadget + Social Networks & Social Media Networks + Google Gadgets: Social Networks & Social Media Networks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Social Networks & Social Media Networks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Social Networks & Social Media Networks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Social Networks & Social Media Networks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Social Networks & Social Media Networks + Social Networks & Social Media Networks + Google,Gadgets + + + + + SEOSearchEngineGadget + SEO Search Engine + Google Gadgets: SEO Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SEO Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SEO Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SEO Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SEO Search Engine + SEO Search Engine + Google,Gadgets + + + + + DataMiningSearchengineGadget + Data Mining Search engine + Google Gadgets: Data Mining Search engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Data Mining Search engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Data Mining Search engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Data Mining Search engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Data Mining Search engine + Data Mining Search engine + Google,Gadgets + + + + + CentraldoAntivirusGadget + Central do Antivirus + Google Gadgets: Central do Antivirus Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Central do Antivirus + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Central do Antivirus&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Central do Antivirus + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Central do Antivirus + Central do Antivirus + Google,Gadgets + + + + + JOKERshareDirectUploadGadget + JOKERshare Direct Upload + Google Gadgets: JOKERshare Direct Upload Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + JOKERshare Direct Upload + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=JOKERshare Direct Upload&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=JOKERshare Direct Upload + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + JOKERshare Direct Upload + JOKERshare Direct Upload + Google,Gadgets + + + + + ClicknLearnAnimationBoxGadget + Click-n-Learn Animation Box + Google Gadgets: Click-n-Learn Animation Box Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Click-n-Learn Animation Box + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Click-n-Learn Animation Box&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Click-n-Learn Animation Box + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Click-n-Learn Animation Box + Click-n-Learn Animation Box + Google,Gadgets + + + + + LegalTechnologySearchEngineGadget + Legal Technology Search Engine + Google Gadgets: Legal Technology Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Legal Technology Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Legal Technology Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Legal Technology Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Legal Technology Search Engine + Legal Technology Search Engine + Google,Gadgets + + + + + TorrentBarToolbarourtoolbarcomGadget + TorrentBarToolbar.ourtoolbar.com + Google Gadgets: TorrentBarToolbar.ourtoolbar.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TorrentBarToolbar.ourtoolbar.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TorrentBarToolbar.ourtoolbar.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TorrentBarToolbar.ourtoolbar.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TorrentBarToolbar.ourtoolbar.com + TorrentBarToolbar.ourtoolbar.com + Google,Gadgets + + + + + BusinessITOnlineContactsGadget + Business IT Online ? Contacts + Google Gadgets: Business IT Online ? Contacts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Business IT Online ? Contacts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Business IT Online | Contacts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Business IT Online | Contacts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Business IT Online ? Contacts + Business IT Online ? Contacts + Google,Gadgets + + + + + GoogleTransitGadget + Google Transit + Google Gadgets: Google Transit Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Transit + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Transit&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Transit + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Transit + Google Transit + Google,Gadgets + + + + + SUPINFOLinuxNews1Gadget + SUPINFO Linux News + Google Gadgets: SUPINFO Linux News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SUPINFO Linux News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SUPINFO Linux News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SUPINFO Linux News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SUPINFO Linux News + SUPINFO Linux News + Google,Gadgets + + + + + SatelliteTrackingGadget + Satellite Tracking + Google Gadgets: Satellite Tracking Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Satellite Tracking + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Satellite Tracking&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Satellite Tracking + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Satellite Tracking + Satellite Tracking + Google,Gadgets + + + + + HardwareGadget + ??-?????????? - ?????????????? Hardware + Google Gadgets: ??-?????????? - ?????????????? Hardware Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ??-?????????? - ?????????????? Hardware + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ф-Центр - Новости Hardware&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ф-Центр - Новости Hardware + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ??-?????????? - ?????????????? Hardware + ??-?????????? - ?????????????? Hardware + Google,Gadgets + + + + + NOAASatelliteGadget + NOAA Satellite + Google Gadgets: NOAA Satellite Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NOAA Satellite + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NOAA Satellite &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NOAA Satellite + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NOAA Satellite + NOAA Satellite + Google,Gadgets + + + + + PrototypeJavascriptFrameworkGadget + Prototype Javascript Framework + Google Gadgets: Prototype Javascript Framework Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Prototype Javascript Framework + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Prototype Javascript Framework&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Prototype Javascript Framework + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Prototype Javascript Framework + Prototype Javascript Framework + Google,Gadgets + + + + + AOLAIMBetaHeadlinesGadget + AOL/AIM Beta Headlines + Google Gadgets: AOL/AIM Beta Headlines Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AOL/AIM Beta Headlines + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AOL/AIM Beta Headlines&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AOL/AIM Beta Headlines + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AOL/AIM Beta Headlines + AOL/AIM Beta Headlines + Google,Gadgets + + + + + NamespaceClassSearchGadget + Namespace/Class Search + Google Gadgets: Namespace/Class Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Namespace/Class Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Namespace/Class Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Namespace/Class Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Namespace/Class Search + Namespace/Class Search + Google,Gadgets + + + + + What39sThatSiteRunningGadget + What's That Site Running? + Google Gadgets: What's That Site Running? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + What's That Site Running? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=What's That Site Running?&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=What's That Site Running? + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + What's That Site Running? + What's That Site Running? + Google,Gadgets + + + + + callcenter4Gadget + call-center + Google Gadgets: call-center Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + call-center + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=call-center&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=call-center + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + call-center + call-center + Google,Gadgets + + + + + FirefoxDownloadCounterGadget + Firefox Download Counter + Google Gadgets: Firefox Download Counter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Firefox Download Counter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Firefox Download Counter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Firefox Download Counter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Firefox Download Counter + Firefox Download Counter + Google,Gadgets + + + + + PopularGadgetsoftheHourGadget + Popular Gadgets of the Hour + Google Gadgets: Popular Gadgets of the Hour Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Popular Gadgets of the Hour + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Popular Gadgets of the Hour&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Popular Gadgets of the Hour + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Popular Gadgets of the Hour + Popular Gadgets of the Hour + Google,Gadgets + + + + + iXBT1Gadget + iXBT ?????????????? ?????????????????? + Google Gadgets: iXBT ?????????????? ?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iXBT ?????????????? ?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iXBT Игровая индустрия&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iXBT Игровая индустрия + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iXBT ?????????????? ?????????????????? + iXBT ?????????????? ?????????????????? + Google,Gadgets + + + + + OracleSearchGadget + Oracle Search + Google Gadgets: Oracle Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Oracle Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Oracle Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Oracle Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Oracle Search + Oracle Search + Google,Gadgets + + + + + BeanShellGadget + BeanShell + Google Gadgets: BeanShell Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + BeanShell + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=BeanShell&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=BeanShell + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + BeanShell + BeanShell + Google,Gadgets + + + + + ACShowIPInfoGadget + AC Show IP Info + Google Gadgets: AC Show IP Info Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AC Show IP Info + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AC Show IP Info&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AC Show IP Info + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AC Show IP Info + AC Show IP Info + Google,Gadgets + + + + + LatestMobilePhonesArticlesandReviewsfromPhoneArenacomGadget + Latest Mobile Phones, Articles and Reviews from PhoneArena.com + Google Gadgets: Latest Mobile Phones, Articles and Reviews from PhoneArena.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Latest Mobile Phones, Articles and Reviews from PhoneArena.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Latest Mobile Phones, Articles and Reviews from PhoneArena.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Latest Mobile Phones, Articles and Reviews from PhoneArena.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Latest Mobile Phones, Articles and Reviews from PhoneArena.com + Latest Mobile Phones, Articles and Reviews from PhoneArena.com + Google,Gadgets + + + + + CounterGadget + Counter + Google Gadgets: Counter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Counter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Counter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Counter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Counter + Counter + Google,Gadgets + + + + + directIPAddressGadget + directIP Address + Google Gadgets: directIP Address Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + directIP Address + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=directIP Address&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=directIP Address + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + directIP Address + directIP Address + Google,Gadgets + + + + + StatcounterGadgetGadget + Statcounter Gadget + Google Gadgets: Statcounter Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Statcounter Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Statcounter Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Statcounter Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Statcounter Gadget + Statcounter Gadget + Google,Gadgets + + + + + DomainRegistrierungGadget + Domain Registrierung + Google Gadgets: Domain Registrierung Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Domain Registrierung + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Domain Registrierung&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Domain Registrierung + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Domain Registrierung + Domain Registrierung + Google,Gadgets + + + + + GeocachingSearchEngineGadget + Geocaching Search Engine + Google Gadgets: Geocaching Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Geocaching Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Geocaching Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Geocaching Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Geocaching Search Engine + Geocaching Search Engine + Google,Gadgets + + + + + CoopSearchGadget + Coop Search + Google Gadgets: Coop Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Coop Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Coop Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Coop Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Coop Search + Coop Search + Google,Gadgets + + + + + TruerandomnumbergeneratorGadget + True random number generator + Google Gadgets: True random number generator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + True random number generator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=True random number generator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=True random number generator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + True random number generator + True random number generator + Google,Gadgets + + + + + Today39sWootGadget + Today's Woot + Google Gadgets: Today's Woot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today's Woot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Today's Woot&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Today's Woot + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today's Woot + Today's Woot + Google,Gadgets + + + + + CallWaveFreeTextMessagingGadget + CallWave Free Text Messaging + Google Gadgets: CallWave Free Text Messaging Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CallWave Free Text Messaging + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CallWave Free Text Messaging&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CallWave Free Text Messaging + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CallWave Free Text Messaging + CallWave Free Text Messaging + Google,Gadgets + + + + + RubyCornerSearchGadget + RubyCorner Search + Google Gadgets: RubyCorner Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RubyCorner Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RubyCorner Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RubyCorner Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RubyCorner Search + RubyCorner Search + Google,Gadgets + + + + + SocialNetworkingGadget + Social Networking + Google Gadgets: Social Networking Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Social Networking + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Social Networking&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Social Networking + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Social Networking + Social Networking + Google,Gadgets + + + + + SUPINFOAppleNews1Gadget + SUPINFO Apple News + Google Gadgets: SUPINFO Apple News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SUPINFO Apple News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SUPINFO Apple News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SUPINFO Apple News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SUPINFO Apple News + SUPINFO Apple News + Google,Gadgets + + + + + GooglePagerankViewerGadget + Google Pagerank Viewer + Google Gadgets: Google Pagerank Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Pagerank Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Pagerank Viewer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Pagerank Viewer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Pagerank Viewer + Google Pagerank Viewer + Google,Gadgets + + + + + GoogleZeitgeistGadget + Google Zeitgeist + Google Gadgets: Google Zeitgeist Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Zeitgeist + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Zeitgeist&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Zeitgeist + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Zeitgeist + Google Zeitgeist + Google,Gadgets + + + + + HackingSearchEngineGadget + Hacking Search Engine + Google Gadgets: Hacking Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hacking Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hacking Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hacking Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hacking Search Engine + Hacking Search Engine + Google,Gadgets + + + + + FeedBurnerStatsGadget + FeedBurner Stats + Google Gadgets: FeedBurner Stats Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FeedBurner Stats + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FeedBurner Stats&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FeedBurner Stats + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FeedBurner Stats + FeedBurner Stats + Google,Gadgets + + + + + CommonLispSearchEngineGadget + Common Lisp Search Engine + Google Gadgets: Common Lisp Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Common Lisp Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Common Lisp Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Common Lisp Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Common Lisp Search Engine + Common Lisp Search Engine + Google,Gadgets + + + + + ZillowTMRealEstateGuideGadget + Zillow (TM) Real Estate Guide + Google Gadgets: Zillow (TM) Real Estate Guide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Zillow (TM) Real Estate Guide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Zillow (TM) Real Estate Guide&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Zillow (TM) Real Estate Guide + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Zillow (TM) Real Estate Guide + Zillow (TM) Real Estate Guide + Google,Gadgets + + + + + GoogleEarthCommunityGadget + Google Earth Community + Google Gadgets: Google Earth Community Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Earth Community + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Earth Community&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Earth Community + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Earth Community + Google Earth Community + Google,Gadgets + + + + + WebDesignersSearchEngineGadget + Web Designers Search Engine + Google Gadgets: Web Designers Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Web Designers Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Web Designers Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Web Designers Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Web Designers Search Engine + Web Designers Search Engine + Google,Gadgets + + + + + InternetTrafficWatchGadget + Internet Traffic Watch + Google Gadgets: Internet Traffic Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet Traffic Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Internet Traffic Watch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Internet Traffic Watch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet Traffic Watch + Internet Traffic Watch + Google,Gadgets + + + + + CustomRSSGadget + CustomRSS + Google Gadgets: CustomRSS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CustomRSS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CustomRSS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CustomRSS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CustomRSS + CustomRSS + Google,Gadgets + + + + + ServeurMonitorGadget + Serveur Monitor + Google Gadgets: Serveur Monitor Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Serveur Monitor + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Serveur Monitor&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Serveur Monitor + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Serveur Monitor + Serveur Monitor + Google,Gadgets + + + + + GadgetRadioNLGadget + Gadget Radio (NL) + Google Gadgets: Gadget Radio (NL) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gadget Radio (NL) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gadget Radio (NL)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gadget Radio (NL) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gadget Radio (NL) + Gadget Radio (NL) + Google,Gadgets + + + + + MachineLearningSearchGadget + Machine Learning Search + Google Gadgets: Machine Learning Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Machine Learning Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Machine Learning Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Machine Learning Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Machine Learning Search + Machine Learning Search + Google,Gadgets + + + + + DotNetDevelopersSearchEngineGadget + DotNet Developers Search Engine + Google Gadgets: DotNet Developers Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DotNet Developers Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DotNet Developers Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DotNet Developers Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DotNet Developers Search Engine + DotNet Developers Search Engine + Google,Gadgets + + + + + WhatIsMyIPGadget + What Is My IP + Google Gadgets: What Is My IP Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + What Is My IP + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=What Is My IP&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=What Is My IP + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + What Is My IP + What Is My IP + Google,Gadgets + + + + + GagdetNunlGadget + Gagdet Nu.nl + Google Gadgets: Gagdet Nu.nl Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gagdet Nu.nl + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gagdet Nu.nl&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gagdet Nu.nl + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gagdet Nu.nl + Gagdet Nu.nl + Google,Gadgets + + + + + TraceurlcomGadget + Traceurl.com + Google Gadgets: Traceurl.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Traceurl.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Traceurl.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Traceurl.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Traceurl.com + Traceurl.com + Google,Gadgets + + + + + AstronomyPictureoftheDay2Gadget + Astronomy Picture of the Day + Google Gadgets: Astronomy Picture of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Astronomy Picture of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Astronomy Picture of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Astronomy Picture of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Astronomy Picture of the Day + Astronomy Picture of the Day + Google,Gadgets + + + + + AbsoluteSciencePodcastGadget + Absolute Science Podcast + Google Gadgets: Absolute Science Podcast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Absolute Science Podcast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Absolute Science Podcast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Absolute Science Podcast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Absolute Science Podcast + Absolute Science Podcast + Google,Gadgets + + + + + Today39sNetworkTrafficGadget + Today's Network Traffic + Google Gadgets: Today's Network Traffic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Today's Network Traffic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Today's Network Traffic&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Today's Network Traffic + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Today's Network Traffic + Today's Network Traffic + Google,Gadgets + + + + + InternetStormCenterInfocon1Gadget + Internet Storm Center Infocon + Google Gadgets: Internet Storm Center Infocon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet Storm Center Infocon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Internet Storm Center Infocon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Internet Storm Center Infocon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet Storm Center Infocon + Internet Storm Center Infocon + Google,Gadgets + + + + + ModulesmadeeasyGadget + Modules made easy... + Google Gadgets: Modules made easy... Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Modules made easy... + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Modules made easy...&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Modules made easy... + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Modules made easy... + Modules made easy... + Google,Gadgets + + + + + TopTenGooglewhacksGadget + Top Ten Googlewhacks + Google Gadgets: Top Ten Googlewhacks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Top Ten Googlewhacks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Top Ten Googlewhacks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Top Ten Googlewhacks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Top Ten Googlewhacks + Top Ten Googlewhacks + Google,Gadgets + + + + + iXBT2Gadget + iXBT ???????????????? ???????????????????? + Google Gadgets: iXBT ???????????????? ???????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + iXBT ???????????????? ???????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=iXBT Домашние кинотеатры&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=iXBT Домашние кинотеатры + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + iXBT ???????????????? ???????????????????? + iXBT ???????????????? ???????????????????? + Google,Gadgets + + + + + CodeSearchGadget + Code Search + Google Gadgets: Code Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Code Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Code Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Code Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Code Search + Code Search + Google,Gadgets + + + + + JavaQueriesGadget + Java Queries + Google Gadgets: Java Queries Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Java Queries + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Java Queries&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Java Queries + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Java Queries + Java Queries + Google,Gadgets + + + + + GuidaallatelefoniafissaemobileGadget + Guida alla telefonia fissa e mobile + Google Gadgets: Guida alla telefonia fissa e mobile Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Guida alla telefonia fissa e mobile + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Guida alla telefonia fissa e mobile&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Guida alla telefonia fissa e mobile + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Guida alla telefonia fissa e mobile + Guida alla telefonia fissa e mobile + Google,Gadgets + + + + + SoftwareDownloadSearchGadget + Software Download Search + Google Gadgets: Software Download Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Software Download Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Software Download Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Software Download Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Software Download Search + Software Download Search + Google,Gadgets + + + + + PostgenomicScienceBloggerBuzzGadget + Postgenomic - Science Blogger Buzz + Google Gadgets: Postgenomic - Science Blogger Buzz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Postgenomic - Science Blogger Buzz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Postgenomic - Science Blogger Buzz&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Postgenomic - Science Blogger Buzz + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Postgenomic - Science Blogger Buzz + Postgenomic - Science Blogger Buzz + Google,Gadgets + + + + + GooglersPapersGadget + Googlers Papers + Google Gadgets: Googlers Papers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Googlers Papers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Googlers Papers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Googlers Papers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Googlers Papers + Googlers Papers + Google,Gadgets + + + + + URLShortenerGadget + URL Shortener + Google Gadgets: URL Shortener Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + URL Shortener + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=URL Shortener&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=URL Shortener + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + URL Shortener + URL Shortener + Google,Gadgets + + + + + SearchPHPnetGadget + Search PHP.net + Google Gadgets: Search PHP.net Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search PHP.net + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search PHP.net&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search PHP.net + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search PHP.net + Search PHP.net + Google,Gadgets + + + + + 3newestphpscriptsbyIndrekPriGadget + 3 newest php scripts by Indrek P ri + Google Gadgets: 3 newest php scripts by Indrek P ri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3 newest php scripts by Indrek P ri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=3 newest php scripts by Indrek P ri&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=3 newest php scripts by Indrek P ri + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3 newest php scripts by Indrek P ri + 3 newest php scripts by Indrek P ri + Google,Gadgets + + + + + NewsoperatoremobileVodafoneGadget + News operatore mobile Vodafone + Google Gadgets: News operatore mobile Vodafone Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News operatore mobile Vodafone + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=News operatore mobile Vodafone&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=News operatore mobile Vodafone + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News operatore mobile Vodafone + News operatore mobile Vodafone + Google,Gadgets + + + + + PhysOrgcomnewsGadget + PhysOrg.com news + Google Gadgets: PhysOrg.com news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PhysOrg.com news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PhysOrg.com news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PhysOrg.com news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PhysOrg.com news + PhysOrg.com news + Google,Gadgets + + + + + NewsoperatoremobileWindGadget + News operatore mobile Wind + Google Gadgets: News operatore mobile Wind Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + News operatore mobile Wind + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=News operatore mobile Wind&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=News operatore mobile Wind + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + News operatore mobile Wind + News operatore mobile Wind + Google,Gadgets + + + + + SalesTechnologyGadget + Sales Technology + Google Gadgets: Sales Technology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sales Technology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sales Technology&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sales Technology + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sales Technology + Sales Technology + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-technology-ja/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-tools/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-tools/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-tools/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-tools + war + 0.3 + Google Gadgets Tools Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-tools + + Property changes on: googlegadgets/trunk/googlegadgets-tools/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9197 @@ + + + + + + DateampTimeGadget + Date & Time + Google Gadgets: Date & Time Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Date & Time + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Date & Time&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Date & Time + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Date & Time + Date & Time + Google,Gadgets + + + + + GoogleCalendarViewerGadget + Google Calendar Viewer + Google Gadgets: Google Calendar Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Calendar Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Calendar Viewer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Calendar Viewer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Calendar Viewer + Google Calendar Viewer + Google,Gadgets + + + + + GoogleGadget + Google?????????????????????????????????????????? + Google Gadgets: Google?????????????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google?????????????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Googleトランジット(乗り換え検索)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Googleトランジット(乗り換え検索) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google?????????????????????????????????????????? + Google?????????????????????????????????????????? + Google,Gadgets + + + + + WikipediaGadget + Wikipedia ?????? + Google Gadgets: Wikipedia ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipedia ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wikipedia 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wikipedia 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipedia ?????? + Wikipedia ?????? + Google,Gadgets + + + + + GoogleClockGadget + Google Clock + Google Gadgets: Google Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Clock + Google Clock + Google,Gadgets + + + + + WorldClocksGadget + World Clocks + Google Gadgets: World Clocks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Clocks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=World Clocks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=World Clocks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Clocks + World Clocks + Google,Gadgets + + + + + CalendarGadget + Calendar + Google Gadgets: Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Calendar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Calendar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Calendar + Calendar + Google,Gadgets + + + + + SearchYouTubeGadget + Search YouTube + Google Gadgets: Search YouTube Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search YouTube + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search YouTube&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search YouTube + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search YouTube + Search YouTube + Google,Gadgets + + + + + AmazonGadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + IPAddressLookupGadget + IP Address Lookup + Google Gadgets: IP Address Lookup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP Address Lookup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IP Address Lookup&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IP Address Lookup + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP Address Lookup + IP Address Lookup + Google,Gadgets + + + + + SimpleCalcGadget + Simple Calc + Google Gadgets: Simple Calc Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Simple Calc + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Simple Calc&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Simple Calc + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Simple Calc + Simple Calc + Google,Gadgets + + + + + CurrentMoonPhaseGadget + Current Moon Phase + Google Gadgets: Current Moon Phase Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Current Moon Phase + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Current Moon Phase&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Current Moon Phase + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Current Moon Phase + Current Moon Phase + Google,Gadgets + + + + + NHKClockGadget + NHK Clock + Google Gadgets: NHK Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NHK Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NHK Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NHK Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NHK Clock + NHK Clock + Google,Gadgets + + + + + MyWebCamGadget + My WebCam + Google Gadgets: My WebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My WebCam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My WebCam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam + My WebCam + Google,Gadgets + + + + + YahooGadget + Yahoo ???????????????????????? + Google Gadgets: Yahoo ???????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo ???????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo オークション検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo オークション検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo ???????????????????????? + Yahoo ???????????????????????? + Google,Gadgets + + + + + MicrosoftOutlookGadget + Microsoft Outlook + Google Gadgets: Microsoft Outlook Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Microsoft Outlook + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Microsoft Outlook&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Microsoft Outlook + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Microsoft Outlook + Microsoft Outlook + Google,Gadgets + + + + + YahooMailGadget + Yahoo Mail + Google Gadgets: Yahoo Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo Mail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo Mail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Mail + Yahoo Mail + Google,Gadgets + + + + + LaszloClockBloxGadget + Laszlo ClockBlox + Google Gadgets: Laszlo ClockBlox Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Laszlo ClockBlox + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Laszlo ClockBlox&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Laszlo ClockBlox + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Laszlo ClockBlox + Laszlo ClockBlox + Google,Gadgets + + + + + Calendar1Gadget + Calendar + Google Gadgets: Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Calendar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Calendar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Calendar + Calendar + Google,Gadgets + + + + + GuitarChordsFinderGadget + Guitar Chords Finder + Google Gadgets: Guitar Chords Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Guitar Chords Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Guitar Chords Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Guitar Chords Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Guitar Chords Finder + Guitar Chords Finder + Google,Gadgets + + + + + gooOKWaveGadget + ????????????goo???OKWave????????? + Google Gadgets: ????????????goo???OKWave????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????goo???OKWave????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=教えて!goo(OKWave)検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=教えて!goo(OKWave)検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????goo???OKWave????????? + ????????????goo???OKWave????????? + Google,Gadgets + + + + + StockChartGadget + StockChart + Google Gadgets: StockChart Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + StockChart + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=StockChart&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=StockChart + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + StockChart + StockChart + Google,Gadgets + + + + + GoogleNotesGadget + Google Notes + Google Gadgets: Google Notes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Notes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Notes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Notes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Notes + Google Notes + Google,Gadgets + + + + + WeatherMapGadget + Weather Map + Google Gadgets: Weather Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Map + Weather Map + Google,Gadgets + + + + + Google1Gadget + Google?????? + Google Gadgets: Google?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google書店&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google書店 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google?????? + Google?????? + Google,Gadgets + + + + + TimerGadget + Timer + Google Gadgets: Timer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Timer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Timer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Timer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Timer + Timer + Google,Gadgets + + + + + 6WorldClocksGadget + 6 World Clocks + Google Gadgets: 6 World Clocks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 6 World Clocks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=6 World Clocks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=6 World Clocks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 6 World Clocks + 6 World Clocks + Google,Gadgets + + + + + Wikipedia1Gadget + Wikipedia + Google Gadgets: Wikipedia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipedia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wikipedia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wikipedia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipedia + Wikipedia + Google,Gadgets + + + + + IPDNSGadget + IP/DNS + Google Gadgets: IP/DNS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP/DNS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IP/DNS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IP/DNS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP/DNS + IP/DNS + Google,Gadgets + + + + + EarthquakeWatchGadget + Earthquake Watch + Google Gadgets: Earthquake Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Earthquake Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Earthquake Watch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Earthquake Watch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Earthquake Watch + Earthquake Watch + Google,Gadgets + + + + + Yahoo1Gadget + Yahoo!?????????????????? + Google Gadgets: Yahoo!?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo!?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo!トラベル検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo!トラベル検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo!?????????????????? + Yahoo!?????????????????? + Google,Gadgets + + + + + Amazon1Gadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + Amazon2Gadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + Amazon3Gadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + NABBYGadget + NABBY?????????????????? + Google Gadgets: NABBY?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NABBY?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NABBY週間天気予報&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NABBY週間天気予報 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NABBY?????????????????? + NABBY?????????????????? + Google,Gadgets + + + + + PoweredbyGoogleGadget + ?????????????????? Powered by Google + Google Gadgets: ?????????????????? Powered by Google Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ?????????????????? Powered by Google + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=有名人顔検索 Powered by Google&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=有名人顔検索 Powered by Google + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ?????????????????? Powered by Google + ?????????????????? Powered by Google + Google,Gadgets + + + + + Amazon4Gadget + Amazon?????????????????? + Google Gadgets: Amazon?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazonベストセラー&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazonベストセラー + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon?????????????????? + Amazon?????????????????? + Google,Gadgets + + + + + Amazon5Gadget + Amazon ?????????????????? + Google Gadgets: Amazon ?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索(ミニ)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索(ミニ) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????????????????? + Amazon ?????????????????? + Google,Gadgets + + + + + Yahoo2Gadget + Yahoo!???????????????????????? + Google Gadgets: Yahoo!???????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo!???????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo!ショッピング検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo!ショッピング検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo!???????????????????????? + Yahoo!???????????????????????? + Google,Gadgets + + + + + InternetSlangTranslatorGadget + Internet Slang Translator + Google Gadgets: Internet Slang Translator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet Slang Translator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Internet Slang Translator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Internet Slang Translator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet Slang Translator + Internet Slang Translator + Google,Gadgets + + + + + WindowsGadget + Windows + Google Gadgets: Windows Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Windows + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Windows&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Windows + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Windows + Windows + Google,Gadgets + + + + + WiiLaunchCountdownGadget + Wii Launch Countdown + Google Gadgets: Wii Launch Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wii Launch Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wii Launch Countdown&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wii Launch Countdown + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wii Launch Countdown + Wii Launch Countdown + Google,Gadgets + + + + + WORDShortcutsGadget + WORD - Shortcuts + Google Gadgets: WORD - Shortcuts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WORD - Shortcuts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WORD - Shortcuts &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WORD - Shortcuts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WORD - Shortcuts + WORD - Shortcuts + Google,Gadgets + + + + + GeographyAustraliaabcGadget + Geography Australia abc + Google Gadgets: Geography Australia abc Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Geography Australia abc + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Geography Australia abc&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Geography Australia abc + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Geography Australia abc + Geography Australia abc + Google,Gadgets + + + + + 24hrYenGadget + 24hr Yen + Google Gadgets: 24hr Yen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24hr Yen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=24hr Yen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=24hr Yen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24hr Yen + 24hr Yen + Google,Gadgets + + + + + CrudeOilWatch11Gadget + Crude Oil Watch 1.1 + Google Gadgets: Crude Oil Watch 1.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crude Oil Watch 1.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Crude Oil Watch 1.1&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Crude Oil Watch 1.1 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crude Oil Watch 1.1 + Crude Oil Watch 1.1 + Google,Gadgets + + + + + FlightRatingFlightStatscomGadget + Flight Rating - FlightStats.com + Google Gadgets: Flight Rating - FlightStats.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flight Rating - FlightStats.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flight Rating - FlightStats.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flight Rating - FlightStats.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flight Rating - FlightStats.com + Flight Rating - FlightStats.com + Google,Gadgets + + + + + VeohVideosGadget + Veoh Videos + Google Gadgets: Veoh Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Veoh Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Veoh Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Veoh Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Veoh Videos + Veoh Videos + Google,Gadgets + + + + + WordReferencecomDictionariesGadget + WordReference.com Dictionaries + Google Gadgets: WordReference.com Dictionaries Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WordReference.com Dictionaries + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WordReference.com Dictionaries&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WordReference.com Dictionaries + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WordReference.com Dictionaries + WordReference.com Dictionaries + Google,Gadgets + + + + + BuscadordeproductosyserviciosdeMercadolibreArgentinaGadget + Buscador de productos y servicios de Mercadolibre Argentina + Google Gadgets: Buscador de productos y servicios de Mercadolibre Argentina Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos y servicios de Mercadolibre Argentina + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buscador de productos y servicios de Mercadolibre Argentina&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buscador de productos y servicios de Mercadolibre Argentina + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos y servicios de Mercadolibre Argentina + Buscador de productos y servicios de Mercadolibre Argentina + Google,Gadgets + + + + + StartthehuntcomGadget + Startthehunt.com + Google Gadgets: Startthehunt.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Startthehunt.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Startthehunt.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Startthehunt.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Startthehunt.com + Startthehunt.com + Google,Gadgets + + + + + PublicPicasaWebAlbumsGadget + Public Picasa Web Albums + Google Gadgets: Public Picasa Web Albums Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Public Picasa Web Albums + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Public Picasa Web Albums&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Public Picasa Web Albums + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Public Picasa Web Albums + Public Picasa Web Albums + Google,Gadgets + + + + + Map24Gadget + Map24 + Google Gadgets: Map24 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Map24 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Map24&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Map24 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Map24 + Map24 + Google,Gadgets + + + + + LabPixiesRadioGadget + LabPixies Radio + Google Gadgets: LabPixies Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LabPixies Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=LabPixies Radio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=LabPixies Radio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LabPixies Radio + LabPixies Radio + Google,Gadgets + + + + + GoYellowdeBranchenbuchGadget + GoYellow.de Branchenbuch + Google Gadgets: GoYellow.de Branchenbuch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GoYellow.de Branchenbuch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GoYellow.de Branchenbuch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GoYellow.de Branchenbuch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GoYellow.de Branchenbuch + GoYellow.de Branchenbuch + Google,Gadgets + + + + + RolltheDigitalDiceCubesGadget + Roll the Digital Dice Cubes + Google Gadgets: Roll the Digital Dice Cubes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Roll the Digital Dice Cubes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Roll the Digital Dice Cubes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Roll the Digital Dice Cubes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Roll the Digital Dice Cubes + Roll the Digital Dice Cubes + Google,Gadgets + + + + + GoogleTrendsGadget + Google Trends + Google Gadgets: Google Trends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Trends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Trends&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Trends + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Trends + Google Trends + Google,Gadgets + + + + + SUPINFOLinuxNewsGadget + SUPINFO Linux News + Google Gadgets: SUPINFO Linux News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SUPINFO Linux News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SUPINFO Linux News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SUPINFO Linux News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SUPINFO Linux News + SUPINFO Linux News + Google,Gadgets + + + + + ArxivRSSSearchandFilterGadget + Arxiv RSS Search and Filter + Google Gadgets: Arxiv RSS Search and Filter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Arxiv RSS Search and Filter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Arxiv RSS Search and Filter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Arxiv RSS Search and Filter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Arxiv RSS Search and Filter + Arxiv RSS Search and Filter + Google,Gadgets + + + + + QuickBlogGadget + Quick Blog + Google Gadgets: Quick Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quick Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quick Blog&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quick Blog + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quick Blog + Quick Blog + Google,Gadgets + + + + + YoutubePopularVideosGadget + Youtube Popular Videos + Google Gadgets: Youtube Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Youtube Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Youtube Popular Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Youtube Popular Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Youtube Popular Videos + Youtube Popular Videos + Google,Gadgets + + + + + 3DWeathermapGadget + 3D Weather map + Google Gadgets: 3D Weather map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3D Weather map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=3D Weather map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=3D Weather map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3D Weather map + 3D Weather map + Google,Gadgets + + + + + WidescreenWallpapersGadget + Widescreen Wallpapers + Google Gadgets: Widescreen Wallpapers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Widescreen Wallpapers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Widescreen Wallpapers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Widescreen Wallpapers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Widescreen Wallpapers + Widescreen Wallpapers + Google,Gadgets + + + + + RandomFeedGadget + Random Feed + Google Gadgets: Random Feed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Feed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Feed&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Feed + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Feed + Random Feed + Google,Gadgets + + + + + AddonsSearchGadget + Add-ons Search + Google Gadgets: Add-ons Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Add-ons Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Add-ons Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Add-ons Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Add-ons Search + Add-ons Search + Google,Gadgets + + + + + WikipediaSucheGadget + Wikipedia Suche + Google Gadgets: Wikipedia Suche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipedia Suche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wikipedia Suche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wikipedia Suche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipedia Suche + Wikipedia Suche + Google,Gadgets + + + + + FlugbuchungcomFlugsucheGadget + Flugbuchung.com Flugsuche + Google Gadgets: Flugbuchung.com Flugsuche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flugbuchung.com Flugsuche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flugbuchung.com Flugsuche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flugbuchung.com Flugsuche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flugbuchung.com Flugsuche + Flugbuchung.com Flugsuche + Google,Gadgets + + + + + MoodNewsGoodNewsGadget + Mood News - Good News + Google Gadgets: Mood News - Good News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mood News - Good News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mood News - Good News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mood News - Good News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mood News - Good News + Mood News - Good News + Google,Gadgets + + + + + DermatoSearchGadget + DermatoSearch + Google Gadgets: DermatoSearch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DermatoSearch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DermatoSearch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DermatoSearch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DermatoSearch + DermatoSearch + Google,Gadgets + + + + + SearchTMwebsiteTemplatesbyIDGadget + Search TM website Templates by ID + Google Gadgets: Search TM website Templates by ID Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search TM website Templates by ID + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search TM website Templates by ID&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search TM website Templates by ID + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search TM website Templates by ID + Search TM website Templates by ID + Google,Gadgets + + + + + CurriculumGadget + Curriculum + Google Gadgets: Curriculum Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Curriculum + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Curriculum&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Curriculum + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Curriculum + Curriculum + Google,Gadgets + + + + + DateampHeuremultiusageGadget + Date & Heure multi-usage + Google Gadgets: Date & Heure multi-usage Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Date & Heure multi-usage + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Date & Heure multi-usage&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Date & Heure multi-usage + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Date & Heure multi-usage + Date & Heure multi-usage + Google,Gadgets + + + + + WeatherChannelInteractiveMapGadget + Weather Channel Interactive Map + Google Gadgets: Weather Channel Interactive Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Channel Interactive Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Channel Interactive Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Channel Interactive Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Channel Interactive Map + Weather Channel Interactive Map + Google,Gadgets + + + + + RonAyersMotorsportsWhereUsedGadget + Ron Ayers Motorsports Where Used + Google Gadgets: Ron Ayers Motorsports Where Used Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ron Ayers Motorsports Where Used + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ron Ayers Motorsports Where Used&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ron Ayers Motorsports Where Used + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ron Ayers Motorsports Where Used + Ron Ayers Motorsports Where Used + Google,Gadgets + + + + + USStatePublicUtilitiesCommissionsGadget + U.S. State Public Utilities Commissions + Google Gadgets: U.S. State Public Utilities Commissions Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + U.S. State Public Utilities Commissions + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=U.S. State Public Utilities Commissions&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=U.S. State Public Utilities Commissions + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + U.S. State Public Utilities Commissions + U.S. State Public Utilities Commissions + Google,Gadgets + + + + + AviationWeatherStationGadget + Aviation Weather Station + Google Gadgets: Aviation Weather Station Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aviation Weather Station + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Aviation Weather Station&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Aviation Weather Station + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aviation Weather Station + Aviation Weather Station + Google,Gadgets + + + + + TechBlogsGadget + TechBlogs + Google Gadgets: TechBlogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TechBlogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TechBlogs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TechBlogs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TechBlogs + TechBlogs + Google,Gadgets + + + + + DailyBiorhythmsGadget + Daily Biorhythms + Google Gadgets: Daily Biorhythms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Biorhythms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Biorhythms&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Biorhythms + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Biorhythms + Daily Biorhythms + Google,Gadgets + + + + + ArabicAudioWordoftheDayGadget + Arabic - Audio Word of the Day + Google Gadgets: Arabic - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Arabic - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Arabic - Audio Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Arabic - Audio Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Arabic - Audio Word of the Day + Arabic - Audio Word of the Day + Google,Gadgets + + + + + ProxyBrowsingGadget + Proxy Browsing + Google Gadgets: Proxy Browsing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Proxy Browsing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Proxy Browsing&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Proxy Browsing + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Proxy Browsing + Proxy Browsing + Google,Gadgets + + + + + ICQStatusCheckGadget + ICQ Status Check + Google Gadgets: ICQ Status Check Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ICQ Status Check + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ICQ Status Check&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ICQ Status Check + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ICQ Status Check + ICQ Status Check + Google,Gadgets + + + + + CopperMountainCOSkiReportGadget + Copper Mountain (CO) Ski Report + Google Gadgets: Copper Mountain (CO) Ski Report Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Copper Mountain (CO) Ski Report + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Copper Mountain (CO) Ski Report&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Copper Mountain (CO) Ski Report + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Copper Mountain (CO) Ski Report + Copper Mountain (CO) Ski Report + Google,Gadgets + + + + + TinyPicImageUploadGadget + TinyPic Image Upload + Google Gadgets: TinyPic Image Upload Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TinyPic Image Upload + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TinyPic Image Upload&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TinyPic Image Upload + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TinyPic Image Upload + TinyPic Image Upload + Google,Gadgets + + + + + FBI39s10MostWantedGadget + FBI's 10 Most Wanted + Google Gadgets: FBI's 10 Most Wanted Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FBI's 10 Most Wanted + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FBI's 10 Most Wanted&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FBI's 10 Most Wanted + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FBI's 10 Most Wanted + FBI's 10 Most Wanted + Google,Gadgets + + + + + MrsGray39sResearchSitesforKidsGadget + Mrs. Gray's Research Sites for Kids + Google Gadgets: Mrs. Gray's Research Sites for Kids Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mrs. Gray's Research Sites for Kids + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mrs. Gray's Research Sites for Kids&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mrs. Gray's Research Sites for Kids + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mrs. Gray's Research Sites for Kids + Mrs. Gray's Research Sites for Kids + Google,Gadgets + + + + + CareerCupGadget + CareerCup + Google Gadgets: CareerCup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CareerCup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CareerCup&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CareerCup + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CareerCup + CareerCup + Google,Gadgets + + + + + RicercheMaestreilWebperlaScuolaPrimariaGadget + Ricerche Maestre: il Web per la Scuola Primaria + Google Gadgets: Ricerche Maestre: il Web per la Scuola Primaria Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ricerche Maestre: il Web per la Scuola Primaria + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ricerche Maestre: il Web per la Scuola Primaria&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ricerche Maestre: il Web per la Scuola Primaria + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ricerche Maestre: il Web per la Scuola Primaria + Ricerche Maestre: il Web per la Scuola Primaria + Google,Gadgets + + + + + YouTubePlayerGadget + YouTube Player + Google Gadgets: YouTube Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=YouTube Player&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=YouTube Player + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube Player + YouTube Player + Google,Gadgets + + + + + ImageShackHostingGadget + ImageShack Hosting + Google Gadgets: ImageShack Hosting Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ImageShack Hosting + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ImageShack Hosting&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ImageShack Hosting + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ImageShack Hosting + ImageShack Hosting + Google,Gadgets + + + + + TVSeriesDVDReleasesGadget + TV Series DVD Releases + Google Gadgets: TV Series DVD Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TV Series DVD Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TV Series DVD Releases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TV Series DVD Releases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TV Series DVD Releases + TV Series DVD Releases + Google,Gadgets + + + + + BulwatchGadget + Bulwatch + Google Gadgets: Bulwatch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bulwatch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bulwatch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bulwatch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bulwatch + Bulwatch + Google,Gadgets + + + + + USPASearchEngineGadget + USPA Search Engine + Google Gadgets: USPA Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + USPA Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=USPA Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=USPA Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + USPA Search Engine + USPA Search Engine + Google,Gadgets + + + + + AmazoncomSearchBoxforAmazonGadget + Amazon.com Search Box for Amazon + Google Gadgets: Amazon.com Search Box for Amazon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon.com Search Box for Amazon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon.com Search Box for Amazon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon.com Search Box for Amazon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon.com Search Box for Amazon + Amazon.com Search Box for Amazon + Google,Gadgets + + + + + LoanPaymentCalculatorbyBizCalcscomGadget + Loan Payment Calculator by BizCalcs.com + Google Gadgets: Loan Payment Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Loan Payment Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Loan Payment Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Loan Payment Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Loan Payment Calculator by BizCalcs.com + Loan Payment Calculator by BizCalcs.com + Google,Gadgets + + + + + TravelocityHotelSearchGadget + Travelocity Hotel Search + Google Gadgets: Travelocity Hotel Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Travelocity Hotel Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Travelocity Hotel Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Travelocity Hotel Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Travelocity Hotel Search + Travelocity Hotel Search + Google,Gadgets + + + + + NederlandseWoordenSpellingGadget + Nederlandse Woorden Spelling + Google Gadgets: Nederlandse Woorden Spelling Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nederlandse Woorden Spelling + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nederlandse Woorden Spelling&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nederlandse Woorden Spelling + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nederlandse Woorden Spelling + Nederlandse Woorden Spelling + Google,Gadgets + + + + + videoLecturesSpecialSearchGadget + video Lectures Special Search + Google Gadgets: video Lectures Special Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + video Lectures Special Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=video Lectures Special Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=video Lectures Special Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + video Lectures Special Search + video Lectures Special Search + Google,Gadgets + + + + + HotelSearchEngineGadget + Hotel Search Engine + Google Gadgets: Hotel Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hotel Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hotel Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hotel Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hotel Search Engine + Hotel Search Engine + Google,Gadgets + + + + + IslamicPrayerTimesWorldWideGadget + Islamic Prayer Times World Wide + Google Gadgets: Islamic Prayer Times World Wide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Islamic Prayer Times World Wide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Islamic Prayer Times World Wide&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Islamic Prayer Times World Wide + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Islamic Prayer Times World Wide + Islamic Prayer Times World Wide + Google,Gadgets + + + + + FXDomainsDomainSearchGadget + FXDomains Domain Search + Google Gadgets: FXDomains Domain Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FXDomains Domain Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FXDomains Domain Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FXDomains Domain Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FXDomains Domain Search + FXDomains Domain Search + Google,Gadgets + + + + + WebcamsUSAGadget + Webcams USA + Google Gadgets: Webcams USA Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams USA + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Webcams USA&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Webcams USA + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams USA + Webcams USA + Google,Gadgets + + + + + TextMemosRemindersGadget + TextMemos Reminders + Google Gadgets: TextMemos Reminders Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TextMemos Reminders + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TextMemos Reminders&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TextMemos Reminders + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TextMemos Reminders + TextMemos Reminders + Google,Gadgets + + + + + CounterGadget + Counter + Google Gadgets: Counter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Counter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Counter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Counter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Counter + Counter + Google,Gadgets + + + + + amazoncomGadget + amazon.com + Google Gadgets: amazon.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + amazon.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=amazon.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=amazon.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + amazon.com + amazon.com + Google,Gadgets + + + + + SecureRSSReaderGadget + Secure RSS Reader + Google Gadgets: Secure RSS Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Secure RSS Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Secure RSS Reader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Secure RSS Reader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Secure RSS Reader + Secure RSS Reader + Google,Gadgets + + + + + GustavusAdolphusCollegeSearchGadget + Gustavus Adolphus College Search + Google Gadgets: Gustavus Adolphus College Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gustavus Adolphus College Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gustavus Adolphus College Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gustavus Adolphus College Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gustavus Adolphus College Search + Gustavus Adolphus College Search + Google,Gadgets + + + + + ebaycomamazoncomyoutubecomyoutubeGadget + ebay.com, amazon.com, youtube.com, you tube + Google Gadgets: ebay.com, amazon.com, youtube.com, you tube Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ebay.com, amazon.com, youtube.com, you tube + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ebay.com, amazon.com, youtube.com, you tube&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ebay.com, amazon.com, youtube.com, you tube + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ebay.com, amazon.com, youtube.com, you tube + ebay.com, amazon.com, youtube.com, you tube + Google,Gadgets + + + + + GuitarTablatureSearchGadgetGadget + Guitar Tablature Search Gadget + Google Gadgets: Guitar Tablature Search Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Guitar Tablature Search Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Guitar Tablature Search Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Guitar Tablature Search Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Guitar Tablature Search Gadget + Guitar Tablature Search Gadget + Google,Gadgets + + + + + PretzelFontClockGadget + PretzelFont Clock + Google Gadgets: PretzelFont Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PretzelFont Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PretzelFont Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PretzelFont Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PretzelFont Clock + PretzelFont Clock + Google,Gadgets + + + + + ColorChooserGadget + Color Chooser + Google Gadgets: Color Chooser Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Color Chooser + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Color Chooser&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Color Chooser + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Color Chooser + Color Chooser + Google,Gadgets + + + + + Kuran39danGununAyetiGadget + Kuran'dan Gunun Ayeti + Google Gadgets: Kuran'dan Gunun Ayeti Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kuran'dan Gunun Ayeti + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Kuran'dan Gunun Ayeti&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Kuran'dan Gunun Ayeti + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kuran'dan Gunun Ayeti + Kuran'dan Gunun Ayeti + Google,Gadgets + + + + + PeopleFinderGadget + People Finder + Google Gadgets: People Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + People Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=People Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=People Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + People Finder + People Finder + Google,Gadgets + + + + + ArunaSendGadget + Aruna Send + Google Gadgets: Aruna Send Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aruna Send + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Aruna Send&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Aruna Send + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aruna Send + Aruna Send + Google,Gadgets + + + + + RCTimeConstantCalculatorGadget + RC Time Constant Calculator + Google Gadgets: RC Time Constant Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RC Time Constant Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RC Time Constant Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RC Time Constant Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RC Time Constant Calculator + RC Time Constant Calculator + Google,Gadgets + + + + + WyszukiwarkayellowpagesPanoramaFirmGadget + Wyszukiwarka yellow pages - Panorama Firm + Google Gadgets: Wyszukiwarka yellow pages - Panorama Firm Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wyszukiwarka yellow pages - Panorama Firm + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wyszukiwarka yellow pages - Panorama Firm&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wyszukiwarka yellow pages - Panorama Firm + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wyszukiwarka yellow pages - Panorama Firm + Wyszukiwarka yellow pages - Panorama Firm + Google,Gadgets + + + + + SearchNCBIGadget + Search NCBI/??? + Google Gadgets: Search NCBI/??? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search NCBI/??? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search NCBI/???&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search NCBI/??? + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search NCBI/??? + Search NCBI/??? + Google,Gadgets + + + + + CanadaTaxDueDateCountdownGadget + Canada Tax Due Date Countdown + Google Gadgets: Canada Tax Due Date Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Canada Tax Due Date Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Canada Tax Due Date Countdown&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Canada Tax Due Date Countdown + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Canada Tax Due Date Countdown + Canada Tax Due Date Countdown + Google,Gadgets + + + + + WeatherForecastsGadget + Weather Forecasts + Google Gadgets: Weather Forecasts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Forecasts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Forecasts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Forecasts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Forecasts + Weather Forecasts + Google,Gadgets + + + + + CustomizednewsGadget + Customized news + Google Gadgets: Customized news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Customized news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Customized news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Customized news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Customized news + Customized news + Google,Gadgets + + + + + PersonalFinanceBlogSearchGadget + Personal Finance Blog Search + Google Gadgets: Personal Finance Blog Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Personal Finance Blog Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Personal Finance Blog Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Personal Finance Blog Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Personal Finance Blog Search + Personal Finance Blog Search + Google,Gadgets + + + + + UnitConverterGadget + Unit Converter + Google Gadgets: Unit Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Unit Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Unit Converter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Unit Converter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Unit Converter + Unit Converter + Google,Gadgets + + + + + GmailSearchforBookmarkGadget + Gmail Search for Bookmark + Google Gadgets: Gmail Search for Bookmark Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gmail Search for Bookmark + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gmail Search for Bookmark&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gmail Search for Bookmark + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gmail Search for Bookmark + Gmail Search for Bookmark + Google,Gadgets + + + + + writeKAMalayalamTransliteratorGadget + writeKA Malayalam Transliterator + Google Gadgets: writeKA Malayalam Transliterator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + writeKA Malayalam Transliterator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=writeKA Malayalam Transliterator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=writeKA Malayalam Transliterator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + writeKA Malayalam Transliterator + writeKA Malayalam Transliterator + Google,Gadgets + + + + + NintendoWiiReleaseCountdownAustraliaGadget + Nintendo Wii - Release Countdown - Australia + Google Gadgets: Nintendo Wii - Release Countdown - Australia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nintendo Wii - Release Countdown - Australia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nintendo Wii - Release Countdown - Australia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nintendo Wii - Release Countdown - Australia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nintendo Wii - Release Countdown - Australia + Nintendo Wii - Release Countdown - Australia + Google,Gadgets + + + + + LiveTVGadget + Live TV + Google Gadgets: Live TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live TV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live TV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live TV + Live TV + Google,Gadgets + + + + + SebinaTrovaLibriGadget + Sebina TrovaLibri + Google Gadgets: Sebina TrovaLibri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sebina TrovaLibri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sebina TrovaLibri&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sebina TrovaLibri + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sebina TrovaLibri + Sebina TrovaLibri + Google,Gadgets + + + + + TorrentSearchToolGadget + Torrent Search Tool + Google Gadgets: Torrent Search Tool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torrent Search Tool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Torrent Search Tool&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Torrent Search Tool + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torrent Search Tool + Torrent Search Tool + Google,Gadgets + + + + + KelpForestLiveCamGadget + Kelp Forest Live Cam + Google Gadgets: Kelp Forest Live Cam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kelp Forest Live Cam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Kelp Forest Live Cam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Kelp Forest Live Cam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kelp Forest Live Cam + Kelp Forest Live Cam + Google,Gadgets + + + + + ebaycoukamazoncoukyoutubeGadget + ebay.co.uk, amazon.co.uk, youtube + Google Gadgets: ebay.co.uk, amazon.co.uk, youtube Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ebay.co.uk, amazon.co.uk, youtube + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ebay.co.uk, amazon.co.uk, youtube&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ebay.co.uk, amazon.co.uk, youtube + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ebay.co.uk, amazon.co.uk, youtube + ebay.co.uk, amazon.co.uk, youtube + Google,Gadgets + + + + + ABetterAmazonSearchGadget + A Better Amazon Search + Google Gadgets: A Better Amazon Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A Better Amazon Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=A Better Amazon Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=A Better Amazon Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A Better Amazon Search + A Better Amazon Search + Google,Gadgets + + + + + MyLocalTimegadgetGadget + My Local Time gadget + Google Gadgets: My Local Time gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Local Time gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Local Time gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Local Time gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Local Time gadget + My Local Time gadget + Google,Gadgets + + + + + AutoLeasePaymentCalculatorGadget + Auto Lease Payment Calculator + Google Gadgets: Auto Lease Payment Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Lease Payment Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Lease Payment Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Lease Payment Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Lease Payment Calculator + Auto Lease Payment Calculator + Google,Gadgets + + + + + DiabetesKidsSuchmaschineGadget + Diabetes-Kids Suchmaschine + Google Gadgets: Diabetes-Kids Suchmaschine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Diabetes-Kids Suchmaschine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Diabetes-Kids Suchmaschine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Diabetes-Kids Suchmaschine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Diabetes-Kids Suchmaschine + Diabetes-Kids Suchmaschine + Google,Gadgets + + + + + CountdowntoChristmasGadget + Countdown to Christmas + Google Gadgets: Countdown to Christmas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Countdown to Christmas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Countdown to Christmas&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Countdown to Christmas + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Countdown to Christmas + Countdown to Christmas + Google,Gadgets + + + + + IncreasedLifeExpectancyfromExerciseCalculatorbyBizCalcscomGadget + Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com + Google Gadgets: Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com + Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com + Google,Gadgets + + + + + CoastToCoastAMRadioGadget + Coast To Coast AM Radio + Google Gadgets: Coast To Coast AM Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Coast To Coast AM Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Coast To Coast AM Radio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Coast To Coast AM Radio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Coast To Coast AM Radio + Coast To Coast AM Radio + Google,Gadgets + + + + + FineTunePlaylistGadget + FineTune Playlist + Google Gadgets: FineTune Playlist Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FineTune Playlist + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FineTune Playlist&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FineTune Playlist + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FineTune Playlist + FineTune Playlist + Google,Gadgets + + + + + AnalogClockNZbyNicolaZordanGadget + AnalogClockNZ by Nicola Zordan + Google Gadgets: AnalogClockNZ by Nicola Zordan Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AnalogClockNZ by Nicola Zordan + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AnalogClockNZ by Nicola Zordan&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AnalogClockNZ by Nicola Zordan + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AnalogClockNZ by Nicola Zordan + AnalogClockNZ by Nicola Zordan + Google,Gadgets + + + + + PipebotGadget + Pipebot + Google Gadgets: Pipebot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pipebot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pipebot&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pipebot + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pipebot + Pipebot + Google,Gadgets + + + + + YourEpointmentsGadget + Your Epointments + Google Gadgets: Your Epointments Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your Epointments + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Your Epointments&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Your Epointments + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your Epointments + Your Epointments + Google,Gadgets + + + + + SpellingATMGadget + Spelling ATM + Google Gadgets: Spelling ATM Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spelling ATM + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spelling ATM&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spelling ATM + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spelling ATM + Spelling ATM + Google,Gadgets + + + + + CSESearchGadget + CSE Search + Google Gadgets: CSE Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CSE Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CSE Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CSE Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CSE Search + CSE Search + Google,Gadgets + + + + + TargetHeartRateCalculatorbyBizCalcscomGadget + Target Heart Rate Calculator by BizCalcs.com + Google Gadgets: Target Heart Rate Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Target Heart Rate Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Target Heart Rate Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate Calculator by BizCalcs.com + Target Heart Rate Calculator by BizCalcs.com + Google,Gadgets + + + + + MyFavoritePhotosOnlineGadget + My Favorite Photos Online + Google Gadgets: My Favorite Photos Online Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Favorite Photos Online + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Favorite Photos Online&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Favorite Photos Online + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Favorite Photos Online + My Favorite Photos Online + Google,Gadgets + + + + + ImageViewerGadget + Image Viewer + Google Gadgets: Image Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Image Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Image Viewer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Image Viewer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Image Viewer + Image Viewer + Google,Gadgets + + + + + IrishBuoysGadget + Irish Buoys + Google Gadgets: Irish Buoys Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Irish Buoys + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Irish Buoys&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Irish Buoys + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Irish Buoys + Irish Buoys + Google,Gadgets + + + + + DrGreenecomSearchEngineGadget + DrGreene.com Search Engine + Google Gadgets: DrGreene.com Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DrGreene.com Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DrGreene.com Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DrGreene.com Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DrGreene.com Search Engine + DrGreene.com Search Engine + Google,Gadgets + + + + + SLGadget + SL + Google Gadgets: SL Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SL + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SL&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SL + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SL + SL + Google,Gadgets + + + + + CountdowntoGadget + Countdown to ??? + Google Gadgets: Countdown to ??? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Countdown to ??? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Countdown to ???&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Countdown to ??? + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Countdown to ??? + Countdown to ??? + Google,Gadgets + + + + + SleuthforeBayGadget + Sleuth for eBay + Google Gadgets: Sleuth for eBay Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sleuth for eBay + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sleuth for eBay&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sleuth for eBay + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sleuth for eBay + Sleuth for eBay + Google,Gadgets + + + + + SportalLiveGadget + Sportal - Live + Google Gadgets: Sportal - Live Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sportal - Live + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sportal - Live&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sportal - Live + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sportal - Live + Sportal - Live + Google,Gadgets + + + + + OfficialGoogleMiniSearchGadgetGadget + Official Google Mini Search Gadget + Google Gadgets: Official Google Mini Search Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Official Google Mini Search Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Official Google Mini Search Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Official Google Mini Search Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Official Google Mini Search Gadget + Official Google Mini Search Gadget + Google,Gadgets + + + + + QuitometroonlineGadget + Quitometro on-line + Google Gadgets: Quitometro on-line Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quitometro on-line + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quitometro on-line&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quitometro on-line + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quitometro on-line + Quitometro on-line + Google,Gadgets + + + + + OpodoPauschalreisenGadget + Opodo Pauschalreisen + Google Gadgets: Opodo Pauschalreisen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Opodo Pauschalreisen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Opodo Pauschalreisen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Opodo Pauschalreisen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Opodo Pauschalreisen + Opodo Pauschalreisen + Google,Gadgets + + + + + HotFutureReleasesamazoncoukGadget + Hot Future Releases - amazon.co.uk + Google Gadgets: Hot Future Releases - amazon.co.uk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hot Future Releases - amazon.co.uk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hot Future Releases - amazon.co.uk&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hot Future Releases - amazon.co.uk + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hot Future Releases - amazon.co.uk + Hot Future Releases - amazon.co.uk + Google,Gadgets + + + + + ScreenplaySearchGadget + Screenplay Search + Google Gadgets: Screenplay Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Screenplay Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Screenplay Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Screenplay Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Screenplay Search + Screenplay Search + Google,Gadgets + + + + + GHOSTRADIONETCOMGadget + GHOSTRADIONET.COM + Google Gadgets: GHOSTRADIONET.COM Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GHOSTRADIONET.COM + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GHOSTRADIONET.COM&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GHOSTRADIONET.COM + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GHOSTRADIONET.COM + GHOSTRADIONET.COM + Google,Gadgets + + + + + HigherGroundGadget + Higher Ground + Google Gadgets: Higher Ground Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Higher Ground + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Higher Ground&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Higher Ground + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Higher Ground + Higher Ground + Google,Gadgets + + + + + EncryptMessageGadget + Encrypt Message + Google Gadgets: Encrypt Message Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Encrypt Message + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Encrypt Message&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Encrypt Message + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Encrypt Message + Encrypt Message + Google,Gadgets + + + + + VertalenWoordenGadget + Vertalen Woorden + Google Gadgets: Vertalen Woorden Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Vertalen Woorden + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Vertalen Woorden&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Vertalen Woorden + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Vertalen Woorden + Vertalen Woorden + Google,Gadgets + + + + + CollegeScholarshipsandGraduateFellowshipsGadget + College Scholarships and Graduate Fellowships + Google Gadgets: College Scholarships and Graduate Fellowships Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + College Scholarships and Graduate Fellowships + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=College Scholarships and Graduate Fellowships&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=College Scholarships and Graduate Fellowships + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + College Scholarships and Graduate Fellowships + College Scholarships and Graduate Fellowships + Google,Gadgets + + + + + FileUploadToolGadget + File Upload Tool + Google Gadgets: File Upload Tool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + File Upload Tool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=File Upload Tool&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=File Upload Tool + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + File Upload Tool + File Upload Tool + Google,Gadgets + + + + + GRRRLPowerGadget + GRRRL Power + Google Gadgets: GRRRL Power Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRRRL Power + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GRRRL Power&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GRRRL Power + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRRRL Power + GRRRL Power + Google,Gadgets + + + + + IPAddressGadget + IP Address + Google Gadgets: IP Address Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP Address + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IP Address&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IP Address + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP Address + IP Address + Google,Gadgets + + + + + LavaLamp2Gadget + Lava Lamp 2 + Google Gadgets: Lava Lamp 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lava Lamp 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lava Lamp 2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lava Lamp 2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lava Lamp 2 + Lava Lamp 2 + Google,Gadgets + + + + + MiniAmazonGadget + Mini Amazon + Google Gadgets: Mini Amazon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mini Amazon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mini Amazon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mini Amazon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mini Amazon + Mini Amazon + Google,Gadgets + + + + + LotteryandLottoResultsGadget + Lottery and Lotto Results + Google Gadgets: Lottery and Lotto Results Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lottery and Lotto Results + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lottery and Lotto Results&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lottery and Lotto Results + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lottery and Lotto Results + Lottery and Lotto Results + Google,Gadgets + + + + + MyWayBloggerChoicesGadget + My Way Blogger Choices + Google Gadgets: My Way Blogger Choices Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Way Blogger Choices + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Way Blogger Choices&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Way Blogger Choices + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Way Blogger Choices + My Way Blogger Choices + Google,Gadgets + + + + + NFLFootballNewsampAnalysisGadget + NFL Football News & Analysis + Google Gadgets: NFL Football News & Analysis Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NFL Football News & Analysis + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NFL Football News & Analysis&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NFL Football News & Analysis + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NFL Football News & Analysis + NFL Football News & Analysis + Google,Gadgets + + + + + FilmstalkerGadget + Filmstalker + Google Gadgets: Filmstalker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Filmstalker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Filmstalker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Filmstalker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Filmstalker + Filmstalker + Google,Gadgets + + + + + DiscordianDateGadget + Discordian Date + Google Gadgets: Discordian Date Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Discordian Date + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Discordian Date&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Discordian Date + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Discordian Date + Discordian Date + Google,Gadgets + + + + + BlawgGadget + Blawg + Google Gadgets: Blawg Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blawg + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blawg&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blawg + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blawg + Blawg + Google,Gadgets + + + + + TheWolframIntegratorGadget + The Wolfram Integrator + Google Gadgets: The Wolfram Integrator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Wolfram Integrator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Wolfram Integrator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Wolfram Integrator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Wolfram Integrator + The Wolfram Integrator + Google,Gadgets + + + + + MamaGetscomProductSearchGadget + MamaGets.com Product Search + Google Gadgets: MamaGets.com Product Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MamaGets.com Product Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MamaGets.com Product Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MamaGets.com Product Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MamaGets.com Product Search + MamaGets.com Product Search + Google,Gadgets + + + + + FancyPantsyRSSSearchandFilterGadget + Fancy-Pantsy RSS Search and Filter + Google Gadgets: Fancy-Pantsy RSS Search and Filter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fancy-Pantsy RSS Search and Filter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fancy-Pantsy RSS Search and Filter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fancy-Pantsy RSS Search and Filter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fancy-Pantsy RSS Search and Filter + Fancy-Pantsy RSS Search and Filter + Google,Gadgets + + + + + EventTicketsFinderGadget + Event Tickets Finder + Google Gadgets: Event Tickets Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Event Tickets Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Event Tickets Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Event Tickets Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Event Tickets Finder + Event Tickets Finder + Google,Gadgets + + + + + YakazGadget + Yakaz + Google Gadgets: Yakaz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yakaz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yakaz&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yakaz + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yakaz + Yakaz + Google,Gadgets + + + + + RealEstateQuestionoftheDayGadget + Real Estate Question of the Day + Google Gadgets: Real Estate Question of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Real Estate Question of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Real Estate Question of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Real Estate Question of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Real Estate Question of the Day + Real Estate Question of the Day + Google,Gadgets + + + + + SafepasswordsgeneratorGadget + Safe passwords generator + Google Gadgets: Safe passwords generator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Safe passwords generator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Safe passwords generator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Safe passwords generator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Safe passwords generator + Safe passwords generator + Google,Gadgets + + + + + DailyPhotoTipsGadget + Daily Photo Tips + Google Gadgets: Daily Photo Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Photo Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Photo Tips&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Photo Tips + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Photo Tips + Daily Photo Tips + Google,Gadgets + + + + + SunPositionCalculatorGadget + SunPosition Calculator + Google Gadgets: SunPosition Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SunPosition Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SunPosition Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SunPosition Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SunPosition Calculator + SunPosition Calculator + Google,Gadgets + + + + + FluidIntakeCalculatorGadget + Fluid Intake Calculator + Google Gadgets: Fluid Intake Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fluid Intake Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fluid Intake Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fluid Intake Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fluid Intake Calculator + Fluid Intake Calculator + Google,Gadgets + + + + + CandleSearchGadget + Candle Search + Google Gadgets: Candle Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Candle Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Candle Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Candle Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Candle Search + Candle Search + Google,Gadgets + + + + + GooglepentruparintiGadget + Google pentru parinti + Google Gadgets: Google pentru parinti Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google pentru parinti + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google pentru parinti&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google pentru parinti + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google pentru parinti + Google pentru parinti + Google,Gadgets + + + + + BusinessITOnlineCalendarGadget + Business IT Online ? Calendar + Google Gadgets: Business IT Online ? Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Business IT Online ? Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Business IT Online | Calendar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Business IT Online | Calendar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Business IT Online ? Calendar + Business IT Online ? Calendar + Google,Gadgets + + + + + ExcellentJobSearchEngineGadget + Excellent Job Search Engine + Google Gadgets: Excellent Job Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Excellent Job Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Excellent Job Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Excellent Job Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Excellent Job Search Engine + Excellent Job Search Engine + Google,Gadgets + + + + + StandardsFinderGadget + Standards Finder + Google Gadgets: Standards Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Standards Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Standards Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Standards Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Standards Finder + Standards Finder + Google,Gadgets + + + + + IrishweatherforecastGadget + Irish weather forecast + Google Gadgets: Irish weather forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Irish weather forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Irish weather forecast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Irish weather forecast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Irish weather forecast + Irish weather forecast + Google,Gadgets + + + + + CalculadoraGadget + Calculadora + Google Gadgets: Calculadora Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Calculadora + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Calculadora&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Calculadora + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Calculadora + Calculadora + Google,Gadgets + + + + + 24hrEuroGadget + 24hr Euro + Google Gadgets: 24hr Euro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24hr Euro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=24hr Euro&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=24hr Euro + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24hr Euro + 24hr Euro + Google,Gadgets + + + + + BaseSearchGadget + Base Search + Google Gadgets: Base Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Base Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Base Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Base Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Base Search + Base Search + Google,Gadgets + + + + + MyeBayStuffGadget + My eBay Stuff + Google Gadgets: My eBay Stuff Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My eBay Stuff + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My eBay Stuff&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My eBay Stuff + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My eBay Stuff + My eBay Stuff + Google,Gadgets + + + + + SearchForGadgetsGadget + Search For Gadgets + Google Gadgets: Search For Gadgets Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search For Gadgets + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search For Gadgets&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search For Gadgets + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search For Gadgets + Search For Gadgets + Google,Gadgets + + + + + CoduriPostaleorgCodurilepostaledinRomaniaGadget + CoduriPostale.org - Codurile postale din Romania + Google Gadgets: CoduriPostale.org - Codurile postale din Romania Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CoduriPostale.org - Codurile postale din Romania + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CoduriPostale.org - Codurile postale din Romania&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CoduriPostale.org - Codurile postale din Romania + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CoduriPostale.org - Codurile postale din Romania + CoduriPostale.org - Codurile postale din Romania + Google,Gadgets + + + + + SECFilingscomFreeRealTimeSECFilingsGadget + SECFilings.com - Free Real-Time SEC Filings + Google Gadgets: SECFilings.com - Free Real-Time SEC Filings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SECFilings.com - Free Real-Time SEC Filings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SECFilings.com - Free Real-Time SEC Filings&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SECFilings.com - Free Real-Time SEC Filings + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SECFilings.com - Free Real-Time SEC Filings + SECFilings.com - Free Real-Time SEC Filings + Google,Gadgets + + + + + SearchEngineMarkeingGadget + Search Engine Markeing + Google Gadgets: Search Engine Markeing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Engine Markeing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search Engine Markeing&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search Engine Markeing + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Engine Markeing + Search Engine Markeing + Google,Gadgets + + + + + FullBodyAnalysisCalculatorbyBizCalcscomGadget + Full Body Analysis Calculator by BizCalcs.com + Google Gadgets: Full Body Analysis Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Full Body Analysis Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Full Body Analysis Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Full Body Analysis Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Full Body Analysis Calculator by BizCalcs.com + Full Body Analysis Calculator by BizCalcs.com + Google,Gadgets + + + + + lapresseGadget + lapresse + Google Gadgets: lapresse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + lapresse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=lapresse&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=lapresse + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + lapresse + lapresse + Google,Gadgets + + + + + SearchCiteULikeGadget + Search CiteULike + Google Gadgets: Search CiteULike Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search CiteULike + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search CiteULike&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search CiteULike + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search CiteULike + Search CiteULike + Google,Gadgets + + + + + GuitarTablatureSearchGadget1Gadget + Guitar Tablature Search Gadget + Google Gadgets: Guitar Tablature Search Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Guitar Tablature Search Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Guitar Tablature Search Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Guitar Tablature Search Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Guitar Tablature Search Gadget + Guitar Tablature Search Gadget + Google,Gadgets + + + + + LinkedInSearchEngineGadget + LinkedIn Search Engine + Google Gadgets: LinkedIn Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LinkedIn Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=LinkedIn Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=LinkedIn Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LinkedIn Search Engine + LinkedIn Search Engine + Google,Gadgets + + + + + TeamSpeakGadget + TeamSpeak + Google Gadgets: TeamSpeak Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TeamSpeak + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TeamSpeak&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TeamSpeak + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TeamSpeak + TeamSpeak + Google,Gadgets + + + + + YourNationalflagGadget + Your National flag + Google Gadgets: Your National flag Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your National flag + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Your National flag&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Your National flag + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your National flag + Your National flag + Google,Gadgets + + + + + GotodaycomVacationsGadget + Go-today.com Vacations + Google Gadgets: Go-today.com Vacations Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Go-today.com Vacations + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Go-today.com Vacations&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Go-today.com Vacations + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Go-today.com Vacations + Go-today.com Vacations + Google,Gadgets + + + + + CSearchGadget + C++ Search + Google Gadgets: C++ Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + C++ Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=C++ Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=C++ Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + C++ Search + C++ Search + Google,Gadgets + + + + + GooglePagerankViewerGadget + Google Pagerank Viewer + Google Gadgets: Google Pagerank Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Pagerank Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Pagerank Viewer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Pagerank Viewer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Pagerank Viewer + Google Pagerank Viewer + Google,Gadgets + + + + + DotNetCodeConverterGadget + Dot Net Code Converter + Google Gadgets: Dot Net Code Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dot Net Code Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dot Net Code Converter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dot Net Code Converter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dot Net Code Converter + Dot Net Code Converter + Google,Gadgets + + + + + FreePhoneConferenceGadget + Free Phone Conference + Google Gadgets: Free Phone Conference Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Phone Conference + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Free Phone Conference&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Free Phone Conference + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Phone Conference + Free Phone Conference + Google,Gadgets + + + + + InformationArchitectureSearchEngineGadget + Information Architecture Search Engine + Google Gadgets: Information Architecture Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Information Architecture Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Information Architecture Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Information Architecture Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Information Architecture Search Engine + Information Architecture Search Engine + Google,Gadgets + + + + + MarineObservationsNearYouGadget + Marine Observations Near You + Google Gadgets: Marine Observations Near You Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Marine Observations Near You + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Marine Observations Near You&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Marine Observations Near You + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Marine Observations Near You + Marine Observations Near You + Google,Gadgets + + + + + YourPageRankv2Gadget + Your Page Rank (v.2) + Google Gadgets: Your Page Rank (v.2) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your Page Rank (v.2) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Your Page Rank (v.2)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Your Page Rank (v.2) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your Page Rank (v.2) + Your Page Rank (v.2) + Google,Gadgets + + + + + MoviePhotosoftheDayGadget + Movie Photos of the Day + Google Gadgets: Movie Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Movie Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Movie Photos of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Movie Photos of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Movie Photos of the Day + Movie Photos of the Day + Google,Gadgets + + + + + BlingoSearchGadget + Blingo Search + Google Gadgets: Blingo Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blingo Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blingo Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blingo Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blingo Search + Blingo Search + Google,Gadgets + + + + + DownloadsGadget + Downloads + Google Gadgets: Downloads Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Downloads + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Downloads&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Downloads + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Downloads + Downloads + Google,Gadgets + + + + + YandexGadget + Yandex + Google Gadgets: Yandex Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yandex + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yandex&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yandex + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yandex + Yandex + Google,Gadgets + + + + + YahooMessengerGadget + Yahoo! Messenger + Google Gadgets: Yahoo! Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo! Messenger&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo! Messenger + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Messenger + Yahoo! Messenger + Google,Gadgets + + + + + MachineLearningSearchGadget + Machine Learning Search + Google Gadgets: Machine Learning Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Machine Learning Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Machine Learning Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Machine Learning Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Machine Learning Search + Machine Learning Search + Google,Gadgets + + + + + USBraSizeCalculatorGadget + US Bra Size Calculator + Google Gadgets: US Bra Size Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + US Bra Size Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=US Bra Size Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=US Bra Size Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + US Bra Size Calculator + US Bra Size Calculator + Google,Gadgets + + + + + RottenTomatoesGadget + Rotten Tomatoes + Google Gadgets: Rotten Tomatoes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rotten Tomatoes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Rotten Tomatoes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Rotten Tomatoes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rotten Tomatoes + Rotten Tomatoes + Google,Gadgets + + + + + LiveradioNLGadget + Live radio NL + Google Gadgets: Live radio NL Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live radio NL + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live radio NL&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live radio NL + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live radio NL + Live radio NL + Google,Gadgets + + + + + eBaySearchbyGoofbayGadget + eBay Search by Goofbay + Google Gadgets: eBay Search by Goofbay Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + eBay Search by Goofbay + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=eBay Search by Goofbay&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=eBay Search by Goofbay + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + eBay Search by Goofbay + eBay Search by Goofbay + Google,Gadgets + + + + + RadiologyGadget + Radiology + Google Gadgets: Radiology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Radiology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Radiology &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Radiology + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Radiology + Radiology + Google,Gadgets + + + + + TheMotherofallWhoisserversGadget + The Mother of allWhois servers + Google Gadgets: The Mother of allWhois servers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Mother of allWhois servers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Mother of allWhois servers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Mother of allWhois servers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Mother of allWhois servers + The Mother of allWhois servers + Google,Gadgets + + + + + LocalGasPricesGadget + Local Gas Prices + Google Gadgets: Local Gas Prices Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Gas Prices + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Local Gas Prices&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Local Gas Prices + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Gas Prices + Local Gas Prices + Google,Gadgets + + + + + DevelopmentGadget + Development + Google Gadgets: Development Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Development + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Development&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Development + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Development + Development + Google,Gadgets + + + + + OrologioeCalendarioGadget + Orologio e Calendario + Google Gadgets: Orologio e Calendario Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orologio e Calendario + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Orologio e Calendario&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Orologio e Calendario + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orologio e Calendario + Orologio e Calendario + Google,Gadgets + + + + + SearchTripodGadget + Search Tripod + Google Gadgets: Search Tripod Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Tripod + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search Tripod&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search Tripod + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Tripod + Search Tripod + Google,Gadgets + + + + + DealkoPremiereOneDayDealsGadget + Dealko::Premiere One Day Deals + Google Gadgets: Dealko::Premiere One Day Deals Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dealko::Premiere One Day Deals + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dealko::Premiere One Day Deals&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dealko::Premiere One Day Deals + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dealko::Premiere One Day Deals + Dealko::Premiere One Day Deals + Google,Gadgets + + + + + WikiseekGadget + Wikiseek + Google Gadgets: Wikiseek Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikiseek + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wikiseek&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wikiseek + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikiseek + Wikiseek + Google,Gadgets + + + + + I39mhungryWhat39sopenGadget + I'm hungry! What's open? + Google Gadgets: I'm hungry! What's open? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + I'm hungry! What's open? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=I'm hungry! What's open?&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=I'm hungry! What's open? + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + I'm hungry! What's open? + I'm hungry! What's open? + Google,Gadgets + + + + + writeKAHindiTransliteratorGadget + writeKA Hindi Transliterator + Google Gadgets: writeKA Hindi Transliterator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + writeKA Hindi Transliterator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=writeKA Hindi Transliterator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=writeKA Hindi Transliterator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + writeKA Hindi Transliterator + writeKA Hindi Transliterator + Google,Gadgets + + + + + LotteryandLottoResults1Gadget + Lottery and Lotto Results + Google Gadgets: Lottery and Lotto Results Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lottery and Lotto Results + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lottery and Lotto Results&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lottery and Lotto Results + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lottery and Lotto Results + Lottery and Lotto Results + Google,Gadgets + + + + + TheOnlineYellowPagesGadget + The Online Yellow Pages + Google Gadgets: The Online Yellow Pages Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Online Yellow Pages + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Online Yellow Pages&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Online Yellow Pages + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Online Yellow Pages + The Online Yellow Pages + Google,Gadgets + + + + + AAFESNEWSGadget + AAFES NEWS + Google Gadgets: AAFES NEWS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AAFES NEWS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AAFES NEWS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AAFES NEWS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AAFES NEWS + AAFES NEWS + Google,Gadgets + + + + + QuellerouteitinraireetinfotraficGadget + Quelleroute: itin raire et info trafic + Google Gadgets: Quelleroute: itin raire et info trafic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quelleroute: itin raire et info trafic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quelleroute: itin raire et info trafic&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quelleroute: itin raire et info trafic + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quelleroute: itin raire et info trafic + Quelleroute: itin raire et info trafic + Google,Gadgets + + + + + VeohVideos1Gadget + Veoh Videos + Google Gadgets: Veoh Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Veoh Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Veoh Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Veoh Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Veoh Videos + Veoh Videos + Google,Gadgets + + + + + MetaverseGadget + Metaverse + Google Gadgets: Metaverse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Metaverse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Metaverse&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Metaverse + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Metaverse + Metaverse + Google,Gadgets + + + + + YoutubeVideoPlayerGadget + Youtube Video Player + Google Gadgets: Youtube Video Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Youtube Video Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Youtube Video Player&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Youtube Video Player + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Youtube Video Player + Youtube Video Player + Google,Gadgets + + + + + DecimalToBinHexOctConverterGadget + Decimal To Bin-Hex-Oct Converter + Google Gadgets: Decimal To Bin-Hex-Oct Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Decimal To Bin-Hex-Oct Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Decimal To Bin-Hex-Oct Converter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Decimal To Bin-Hex-Oct Converter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Decimal To Bin-Hex-Oct Converter + Decimal To Bin-Hex-Oct Converter + Google,Gadgets + + + + + ebaycomGadget + ebay.com + Google Gadgets: ebay.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ebay.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ebay.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ebay.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ebay.com + ebay.com + Google,Gadgets + + + + + UKlocalshoppingsearchGadget + UK local shopping search + Google Gadgets: UK local shopping search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UK local shopping search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=UK local shopping search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=UK local shopping search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UK local shopping search + UK local shopping search + Google,Gadgets + + + + + CustomRSSGadget + CustomRSS + Google Gadgets: CustomRSS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CustomRSS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CustomRSS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CustomRSS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CustomRSS + CustomRSS + Google,Gadgets + + + + + MyWebCam1Gadget + My WebCam + Google Gadgets: My WebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My WebCam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My WebCam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam + My WebCam + Google,Gadgets + + + + + GREWordoftheDayGadget + GRE Word of the Day + Google Gadgets: GRE Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRE Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GRE Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GRE Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRE Word of the Day + GRE Word of the Day + Google,Gadgets + + + + + DICOMpediaGadget + DICOMpedia + Google Gadgets: DICOMpedia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DICOMpedia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DICOMpedia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DICOMpedia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DICOMpedia + DICOMpedia + Google,Gadgets + + + + + FlashPlatformTechResourcesVerticalSearchGadget + Flash Platform Tech Resources Vertical Search + Google Gadgets: Flash Platform Tech Resources Vertical Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Platform Tech Resources Vertical Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flash Platform Tech Resources Vertical Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flash Platform Tech Resources Vertical Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Platform Tech Resources Vertical Search + Flash Platform Tech Resources Vertical Search + Google,Gadgets + + + + + TranslitGadget + Translit // ???????????????? + Google Gadgets: Translit // ???????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translit // ???????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Translit // Транслит&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Translit // Транслит + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translit // ???????????????? + Translit // ???????????????? + Google,Gadgets + + + + + LifeClockGadget + Life Clock + Google Gadgets: Life Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Life Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Life Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Life Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Life Clock + Life Clock + Google,Gadgets + + + + + TimeTransfertGadget + TimeTransfert + Google Gadgets: TimeTransfert Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TimeTransfert + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TimeTransfert&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TimeTransfert + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TimeTransfert + TimeTransfert + Google,Gadgets + + + + + Sims2DownloadsSearchGadget + Sims 2 Downloads Search + Google Gadgets: Sims 2 Downloads Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sims 2 Downloads Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sims 2 Downloads Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sims 2 Downloads Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sims 2 Downloads Search + Sims 2 Downloads Search + Google,Gadgets + + + + + TorrentsGadget + Torrents + Google Gadgets: Torrents Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torrents + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Torrents&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Torrents + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torrents + Torrents + Google,Gadgets + + + + + SearchAnswerscomGadget + Search Answers.com + Google Gadgets: Search Answers.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Answers.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search Answers.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search Answers.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Answers.com + Search Answers.com + Google,Gadgets + + + + + LoneOakFarmHorseTipsGadget + Lone Oak Farm Horse Tips + Google Gadgets: Lone Oak Farm Horse Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lone Oak Farm Horse Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lone Oak Farm Horse Tips&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lone Oak Farm Horse Tips + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lone Oak Farm Horse Tips + Lone Oak Farm Horse Tips + Google,Gadgets + + + + + MorfixEnglishGadget + Morfix (English) + Google Gadgets: Morfix (English) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Morfix (English) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Morfix (English)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Morfix (English) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Morfix (English) + Morfix (English) + Google,Gadgets + + + + + Yakaz1Gadget + Yakaz + Google Gadgets: Yakaz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yakaz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yakaz&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yakaz + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yakaz + Yakaz + Google,Gadgets + + + + + Torrents1Gadget + Torrents + Google Gadgets: Torrents Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torrents + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Torrents&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Torrents + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torrents + Torrents + Google,Gadgets + + + + + PendulumClockGadget + Pendulum Clock + Google Gadgets: Pendulum Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pendulum Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pendulum Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pendulum Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pendulum Clock + Pendulum Clock + Google,Gadgets + + + + + BuzzforeBayGadget + Buzz for eBay + Google Gadgets: Buzz for eBay Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buzz for eBay + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buzz for eBay&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buzz for eBay + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buzz for eBay + Buzz for eBay + Google,Gadgets + + + + + MicroTVGadget + Micro-TV + Google Gadgets: Micro-TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Micro-TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Micro-TV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Micro-TV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Micro-TV + Micro-TV + Google,Gadgets + + + + + MemotoocomMyAddressBookGadget + Memotoo.com - My Address Book + Google Gadgets: Memotoo.com - My Address Book Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Memotoo.com - My Address Book + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Memotoo.com - My Address Book&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Memotoo.com - My Address Book + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Memotoo.com - My Address Book + Memotoo.com - My Address Book + Google,Gadgets + + + + + SpellcheckGadget + Spellcheck + Google Gadgets: Spellcheck Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spellcheck + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spellcheck&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spellcheck + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spellcheck + Spellcheck + Google,Gadgets + + + + + DWGDWFSearchEngineGadget + DWG-DWF Search Engine + Google Gadgets: DWG-DWF Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DWG-DWF Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DWG-DWF Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DWG-DWF Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DWG-DWF Search Engine + DWG-DWF Search Engine + Google,Gadgets + + + + + AlarmclockGadget + Alarm clock + Google Gadgets: Alarm clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alarm clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Alarm clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Alarm clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alarm clock + Alarm clock + Google,Gadgets + + + + + comparischCarfinderGadget + comparis.ch Carfinder + Google Gadgets: comparis.ch Carfinder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + comparis.ch Carfinder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=comparis.ch Carfinder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=comparis.ch Carfinder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + comparis.ch Carfinder + comparis.ch Carfinder + Google,Gadgets + + + + + GoogleTalkGadget + Google Talk + Google Gadgets: Google Talk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Talk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Talk&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Talk + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Talk + Google Talk + Google,Gadgets + + + + + BilligfliegerFlugsucheGadget + Billigflieger Flugsuche + Google Gadgets: Billigflieger Flugsuche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Billigflieger Flugsuche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Billigflieger Flugsuche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Billigflieger Flugsuche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Billigflieger Flugsuche + Billigflieger Flugsuche + Google,Gadgets + + + + + FilmReviewsGadget + Film Reviews + Google Gadgets: Film Reviews Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Film Reviews + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Film Reviews&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Film Reviews + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Film Reviews + Film Reviews + Google,Gadgets + + + + + WorldTimeZonesGadget + World Time Zones + Google Gadgets: World Time Zones Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Time Zones + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=World Time Zones&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=World Time Zones + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Time Zones + World Time Zones + Google,Gadgets + + + + + scanRUploaderGadget + scanR Uploader + Google Gadgets: scanR Uploader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + scanR Uploader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=scanR Uploader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=scanR Uploader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + scanR Uploader + scanR Uploader + Google,Gadgets + + + + + PublicPicasaWebAlbums1Gadget + Public Picasa Web Albums + Google Gadgets: Public Picasa Web Albums Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Public Picasa Web Albums + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Public Picasa Web Albums&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Public Picasa Web Albums + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Public Picasa Web Albums + Public Picasa Web Albums + Google,Gadgets + + + + + BuscadordeproductosMercadolibreColombiaGadget + Buscador de productos Mercadolibre Colombia + Google Gadgets: Buscador de productos Mercadolibre Colombia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos Mercadolibre Colombia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buscador de productos Mercadolibre Colombia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buscador de productos Mercadolibre Colombia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos Mercadolibre Colombia + Buscador de productos Mercadolibre Colombia + Google,Gadgets + + + + + GmailtemplateGeneratorforGoogleAppsGadget + Gmail-template Generator for Google Apps + Google Gadgets: Gmail-template Generator for Google Apps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gmail-template Generator for Google Apps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gmail-template Generator for Google Apps&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gmail-template Generator for Google Apps + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gmail-template Generator for Google Apps + Gmail-template Generator for Google Apps + Google,Gadgets + + + + + DVDGadgetGadget + DVD Gadget + Google Gadgets: DVD Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DVD Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DVD Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DVD Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DVD Gadget + DVD Gadget + Google,Gadgets + + + + + MortgagePaymentCalculatorGadget + Mortgage Payment Calculator + Google Gadgets: Mortgage Payment Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Payment Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage Payment Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage Payment Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Payment Calculator + Mortgage Payment Calculator + Google,Gadgets + + + + + CountdownGadget + Countdown + Google Gadgets: Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Countdown&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Countdown + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Countdown + Countdown + Google,Gadgets + + + + + AmazonGadgetGadget + Amazon Gadget + Google Gadgets: Amazon Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon Gadget + Amazon Gadget + Google,Gadgets + + + + + GelecekonlineAramaGadget + Gelecekonline Arama + Google Gadgets: Gelecekonline Arama Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gelecekonline Arama + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gelecekonline Arama&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gelecekonline Arama + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gelecekonline Arama + Gelecekonline Arama + Google,Gadgets + + + + + ClocksRelatimeGadget + Clocks Relatime + Google Gadgets: Clocks Relatime Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clocks Relatime + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Clocks Relatime&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Clocks Relatime + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clocks Relatime + Clocks Relatime + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-tools-ja/pom.xml =================================================================== --- googlegadgets/trunk/googlegadgets-tools-ja/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-tools-ja/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,63 @@ + + + jp.sf.pal + googlegadgets-project + 0.3 + + 4.0.0 + jp.sf.pal + googlegadgets-tools-ja + war + 0.3 + Google Gadgets Tools For Japanese Portlet + + http://pal.sourceforge.jp/ + + + jp.sf.pal + webparts-core + 0.1 + + + junit + junit + 3.8.1 + test + + + portlet-api + portlet-api + 1.0 + provided + + + jstl + jstl + 1.0.2 + + + taglibs + standard + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + compile + + + + + googlegadgets-tools-ja + + Property changes on: googlegadgets/trunk/googlegadgets-tools-ja/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/jsp/edit.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,53 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%=request.getAttribute(WebPartsPortlet.MESSAGE)%> +
    +
    +
    +
    + <% if(!"".equals(request.getAttribute(WebPartsPortlet.URL))){ %> + + <% } %> +
    + " /> + + +
    Added: googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/jsp/view.jsp 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,21 @@ +<%-- +Copyright 2004 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<%@ page import="jp.sf.pal.webparts.WebPartsPortlet"%> + + + +<%= request.getAttribute(WebPartsPortlet.CODE) %> + + Property changes on: googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/portlet.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,9197 @@ + + + + + + DateampTimeGadget + Date & Time + Google Gadgets: Date & Time Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Date & Time + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Date & Time&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Date & Time + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Date & Time + Date & Time + Google,Gadgets + + + + + GoogleCalendarViewerGadget + Google Calendar Viewer + Google Gadgets: Google Calendar Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Calendar Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Calendar Viewer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Calendar Viewer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Calendar Viewer + Google Calendar Viewer + Google,Gadgets + + + + + GoogleGadget + Google?????????????????????????????????????????? + Google Gadgets: Google?????????????????????????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google?????????????????????????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Googleトランジット(乗り換え検索)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Googleトランジット(乗り換え検索) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google?????????????????????????????????????????? + Google?????????????????????????????????????????? + Google,Gadgets + + + + + WikipediaGadget + Wikipedia ?????? + Google Gadgets: Wikipedia ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipedia ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wikipedia 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wikipedia 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipedia ?????? + Wikipedia ?????? + Google,Gadgets + + + + + GoogleClockGadget + Google Clock + Google Gadgets: Google Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Clock + Google Clock + Google,Gadgets + + + + + WorldClocksGadget + World Clocks + Google Gadgets: World Clocks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Clocks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=World Clocks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=World Clocks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Clocks + World Clocks + Google,Gadgets + + + + + CalendarGadget + Calendar + Google Gadgets: Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Calendar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Calendar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Calendar + Calendar + Google,Gadgets + + + + + SearchYouTubeGadget + Search YouTube + Google Gadgets: Search YouTube Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search YouTube + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search YouTube&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search YouTube + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search YouTube + Search YouTube + Google,Gadgets + + + + + SimpleCalcGadget + Simple Calc + Google Gadgets: Simple Calc Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Simple Calc + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Simple Calc&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Simple Calc + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Simple Calc + Simple Calc + Google,Gadgets + + + + + AmazonGadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + IPAddressLookupGadget + IP Address Lookup + Google Gadgets: IP Address Lookup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP Address Lookup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IP Address Lookup&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IP Address Lookup + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP Address Lookup + IP Address Lookup + Google,Gadgets + + + + + NHKClockGadget + NHK Clock + Google Gadgets: NHK Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NHK Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NHK Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NHK Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NHK Clock + NHK Clock + Google,Gadgets + + + + + MyWebCamGadget + My WebCam + Google Gadgets: My WebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My WebCam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My WebCam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam + My WebCam + Google,Gadgets + + + + + CurrentMoonPhaseGadget + Current Moon Phase + Google Gadgets: Current Moon Phase Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Current Moon Phase + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Current Moon Phase&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Current Moon Phase + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Current Moon Phase + Current Moon Phase + Google,Gadgets + + + + + YahooGadget + Yahoo ???????????????????????? + Google Gadgets: Yahoo ???????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo ???????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo オークション検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo オークション検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo ???????????????????????? + Yahoo ???????????????????????? + Google,Gadgets + + + + + MicrosoftOutlookGadget + Microsoft Outlook + Google Gadgets: Microsoft Outlook Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Microsoft Outlook + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Microsoft Outlook&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Microsoft Outlook + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Microsoft Outlook + Microsoft Outlook + Google,Gadgets + + + + + YahooMailGadget + Yahoo Mail + Google Gadgets: Yahoo Mail Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo Mail + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo Mail&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo Mail + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo Mail + Yahoo Mail + Google,Gadgets + + + + + LaszloClockBloxGadget + Laszlo ClockBlox + Google Gadgets: Laszlo ClockBlox Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Laszlo ClockBlox + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Laszlo ClockBlox&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Laszlo ClockBlox + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Laszlo ClockBlox + Laszlo ClockBlox + Google,Gadgets + + + + + Calendar1Gadget + Calendar + Google Gadgets: Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Calendar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Calendar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Calendar + Calendar + Google,Gadgets + + + + + GuitarChordsFinderGadget + Guitar Chords Finder + Google Gadgets: Guitar Chords Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Guitar Chords Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Guitar Chords Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Guitar Chords Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Guitar Chords Finder + Guitar Chords Finder + Google,Gadgets + + + + + gooOKWaveGadget + ????????????goo???OKWave????????? + Google Gadgets: ????????????goo???OKWave????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ????????????goo???OKWave????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=教えて!goo(OKWave)検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=教えて!goo(OKWave)検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ????????????goo???OKWave????????? + ????????????goo???OKWave????????? + Google,Gadgets + + + + + StockChartGadget + StockChart + Google Gadgets: StockChart Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + StockChart + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=StockChart&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=StockChart + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + StockChart + StockChart + Google,Gadgets + + + + + GoogleNotesGadget + Google Notes + Google Gadgets: Google Notes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Notes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Notes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Notes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Notes + Google Notes + Google,Gadgets + + + + + WeatherMapGadget + Weather Map + Google Gadgets: Weather Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Map + Weather Map + Google,Gadgets + + + + + Google1Gadget + Google?????? + Google Gadgets: Google?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google書店&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google書店 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google?????? + Google?????? + Google,Gadgets + + + + + TimerGadget + Timer + Google Gadgets: Timer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Timer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Timer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Timer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Timer + Timer + Google,Gadgets + + + + + 6WorldClocksGadget + 6 World Clocks + Google Gadgets: 6 World Clocks Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 6 World Clocks + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=6 World Clocks&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=6 World Clocks + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 6 World Clocks + 6 World Clocks + Google,Gadgets + + + + + Wikipedia1Gadget + Wikipedia + Google Gadgets: Wikipedia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipedia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wikipedia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wikipedia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipedia + Wikipedia + Google,Gadgets + + + + + EarthquakeWatchGadget + Earthquake Watch + Google Gadgets: Earthquake Watch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Earthquake Watch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Earthquake Watch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Earthquake Watch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Earthquake Watch + Earthquake Watch + Google,Gadgets + + + + + IPDNSGadget + IP/DNS + Google Gadgets: IP/DNS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP/DNS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IP/DNS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IP/DNS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP/DNS + IP/DNS + Google,Gadgets + + + + + Yahoo1Gadget + Yahoo!?????????????????? + Google Gadgets: Yahoo!?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo!?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo!トラベル検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo!トラベル検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo!?????????????????? + Yahoo!?????????????????? + Google,Gadgets + + + + + Amazon1Gadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + Amazon2Gadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + Amazon3Gadget + Amazon ?????? + Google Gadgets: Amazon ?????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????? + Amazon ?????? + Google,Gadgets + + + + + NABBYGadget + NABBY?????????????????? + Google Gadgets: NABBY?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NABBY?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NABBY週間天気予報&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NABBY週間天気予報 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NABBY?????????????????? + NABBY?????????????????? + Google,Gadgets + + + + + PoweredbyGoogleGadget + ?????????????????? Powered by Google + Google Gadgets: ?????????????????? Powered by Google Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ?????????????????? Powered by Google + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=有名人顔検索 Powered by Google&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=有名人顔検索 Powered by Google + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ?????????????????? Powered by Google + ?????????????????? Powered by Google + Google,Gadgets + + + + + Amazon4Gadget + Amazon?????????????????? + Google Gadgets: Amazon?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazonベストセラー&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazonベストセラー + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon?????????????????? + Amazon?????????????????? + Google,Gadgets + + + + + Amazon5Gadget + Amazon ?????????????????? + Google Gadgets: Amazon ?????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon ?????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon 検索(ミニ)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon 検索(ミニ) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon ?????????????????? + Amazon ?????????????????? + Google,Gadgets + + + + + Yahoo2Gadget + Yahoo!???????????????????????? + Google Gadgets: Yahoo!???????????????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo!???????????????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo!ショッピング検索&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo!ショッピング検索 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo!???????????????????????? + Yahoo!???????????????????????? + Google,Gadgets + + + + + InternetSlangTranslatorGadget + Internet Slang Translator + Google Gadgets: Internet Slang Translator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Internet Slang Translator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Internet Slang Translator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Internet Slang Translator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Internet Slang Translator + Internet Slang Translator + Google,Gadgets + + + + + WindowsGadget + Windows + Google Gadgets: Windows Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Windows + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Windows&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Windows + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Windows + Windows + Google,Gadgets + + + + + WiiLaunchCountdownGadget + Wii Launch Countdown + Google Gadgets: Wii Launch Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wii Launch Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wii Launch Countdown&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wii Launch Countdown + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wii Launch Countdown + Wii Launch Countdown + Google,Gadgets + + + + + WORDShortcutsGadget + WORD - Shortcuts + Google Gadgets: WORD - Shortcuts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WORD - Shortcuts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WORD - Shortcuts &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WORD - Shortcuts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WORD - Shortcuts + WORD - Shortcuts + Google,Gadgets + + + + + GeographyAustraliaabcGadget + Geography Australia abc + Google Gadgets: Geography Australia abc Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Geography Australia abc + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Geography Australia abc&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Geography Australia abc + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Geography Australia abc + Geography Australia abc + Google,Gadgets + + + + + 24hrYenGadget + 24hr Yen + Google Gadgets: 24hr Yen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24hr Yen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=24hr Yen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=24hr Yen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24hr Yen + 24hr Yen + Google,Gadgets + + + + + CrudeOilWatch11Gadget + Crude Oil Watch 1.1 + Google Gadgets: Crude Oil Watch 1.1 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Crude Oil Watch 1.1 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Crude Oil Watch 1.1&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Crude Oil Watch 1.1 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Crude Oil Watch 1.1 + Crude Oil Watch 1.1 + Google,Gadgets + + + + + FlightRatingFlightStatscomGadget + Flight Rating - FlightStats.com + Google Gadgets: Flight Rating - FlightStats.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flight Rating - FlightStats.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flight Rating - FlightStats.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flight Rating - FlightStats.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flight Rating - FlightStats.com + Flight Rating - FlightStats.com + Google,Gadgets + + + + + VeohVideosGadget + Veoh Videos + Google Gadgets: Veoh Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Veoh Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Veoh Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Veoh Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Veoh Videos + Veoh Videos + Google,Gadgets + + + + + WordReferencecomDictionariesGadget + WordReference.com Dictionaries + Google Gadgets: WordReference.com Dictionaries Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + WordReference.com Dictionaries + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=WordReference.com Dictionaries&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=WordReference.com Dictionaries + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + WordReference.com Dictionaries + WordReference.com Dictionaries + Google,Gadgets + + + + + BuscadordeproductosyserviciosdeMercadolibreArgentinaGadget + Buscador de productos y servicios de Mercadolibre Argentina + Google Gadgets: Buscador de productos y servicios de Mercadolibre Argentina Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos y servicios de Mercadolibre Argentina + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buscador de productos y servicios de Mercadolibre Argentina&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buscador de productos y servicios de Mercadolibre Argentina + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos y servicios de Mercadolibre Argentina + Buscador de productos y servicios de Mercadolibre Argentina + Google,Gadgets + + + + + StartthehuntcomGadget + Startthehunt.com + Google Gadgets: Startthehunt.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Startthehunt.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Startthehunt.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Startthehunt.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Startthehunt.com + Startthehunt.com + Google,Gadgets + + + + + PublicPicasaWebAlbumsGadget + Public Picasa Web Albums + Google Gadgets: Public Picasa Web Albums Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Public Picasa Web Albums + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Public Picasa Web Albums&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Public Picasa Web Albums + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Public Picasa Web Albums + Public Picasa Web Albums + Google,Gadgets + + + + + Map24Gadget + Map24 + Google Gadgets: Map24 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Map24 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Map24&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Map24 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Map24 + Map24 + Google,Gadgets + + + + + LabPixiesRadioGadget + LabPixies Radio + Google Gadgets: LabPixies Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LabPixies Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=LabPixies Radio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=LabPixies Radio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LabPixies Radio + LabPixies Radio + Google,Gadgets + + + + + GoYellowdeBranchenbuchGadget + GoYellow.de Branchenbuch + Google Gadgets: GoYellow.de Branchenbuch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GoYellow.de Branchenbuch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GoYellow.de Branchenbuch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GoYellow.de Branchenbuch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GoYellow.de Branchenbuch + GoYellow.de Branchenbuch + Google,Gadgets + + + + + RolltheDigitalDiceCubesGadget + Roll the Digital Dice Cubes + Google Gadgets: Roll the Digital Dice Cubes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Roll the Digital Dice Cubes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Roll the Digital Dice Cubes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Roll the Digital Dice Cubes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Roll the Digital Dice Cubes + Roll the Digital Dice Cubes + Google,Gadgets + + + + + GoogleTrendsGadget + Google Trends + Google Gadgets: Google Trends Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Trends + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Trends&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Trends + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Trends + Google Trends + Google,Gadgets + + + + + SUPINFOLinuxNewsGadget + SUPINFO Linux News + Google Gadgets: SUPINFO Linux News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SUPINFO Linux News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SUPINFO Linux News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SUPINFO Linux News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SUPINFO Linux News + SUPINFO Linux News + Google,Gadgets + + + + + ArxivRSSSearchandFilterGadget + Arxiv RSS Search and Filter + Google Gadgets: Arxiv RSS Search and Filter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Arxiv RSS Search and Filter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Arxiv RSS Search and Filter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Arxiv RSS Search and Filter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Arxiv RSS Search and Filter + Arxiv RSS Search and Filter + Google,Gadgets + + + + + QuickBlogGadget + Quick Blog + Google Gadgets: Quick Blog Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quick Blog + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quick Blog&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quick Blog + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quick Blog + Quick Blog + Google,Gadgets + + + + + YoutubePopularVideosGadget + Youtube Popular Videos + Google Gadgets: Youtube Popular Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Youtube Popular Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Youtube Popular Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Youtube Popular Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Youtube Popular Videos + Youtube Popular Videos + Google,Gadgets + + + + + 3DWeathermapGadget + 3D Weather map + Google Gadgets: 3D Weather map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 3D Weather map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=3D Weather map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=3D Weather map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 3D Weather map + 3D Weather map + Google,Gadgets + + + + + WidescreenWallpapersGadget + Widescreen Wallpapers + Google Gadgets: Widescreen Wallpapers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Widescreen Wallpapers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Widescreen Wallpapers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Widescreen Wallpapers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Widescreen Wallpapers + Widescreen Wallpapers + Google,Gadgets + + + + + RandomFeedGadget + Random Feed + Google Gadgets: Random Feed Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Random Feed + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Random Feed&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Random Feed + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Random Feed + Random Feed + Google,Gadgets + + + + + AddonsSearchGadget + Add-ons Search + Google Gadgets: Add-ons Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Add-ons Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Add-ons Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Add-ons Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Add-ons Search + Add-ons Search + Google,Gadgets + + + + + WikipediaSucheGadget + Wikipedia Suche + Google Gadgets: Wikipedia Suche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikipedia Suche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wikipedia Suche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wikipedia Suche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikipedia Suche + Wikipedia Suche + Google,Gadgets + + + + + FlugbuchungcomFlugsucheGadget + Flugbuchung.com Flugsuche + Google Gadgets: Flugbuchung.com Flugsuche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flugbuchung.com Flugsuche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flugbuchung.com Flugsuche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flugbuchung.com Flugsuche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flugbuchung.com Flugsuche + Flugbuchung.com Flugsuche + Google,Gadgets + + + + + MoodNewsGoodNewsGadget + Mood News - Good News + Google Gadgets: Mood News - Good News Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mood News - Good News + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mood News - Good News&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mood News - Good News + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mood News - Good News + Mood News - Good News + Google,Gadgets + + + + + DermatoSearchGadget + DermatoSearch + Google Gadgets: DermatoSearch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DermatoSearch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DermatoSearch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DermatoSearch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DermatoSearch + DermatoSearch + Google,Gadgets + + + + + SearchTMwebsiteTemplatesbyIDGadget + Search TM website Templates by ID + Google Gadgets: Search TM website Templates by ID Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search TM website Templates by ID + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search TM website Templates by ID&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search TM website Templates by ID + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search TM website Templates by ID + Search TM website Templates by ID + Google,Gadgets + + + + + CurriculumGadget + Curriculum + Google Gadgets: Curriculum Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Curriculum + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Curriculum&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Curriculum + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Curriculum + Curriculum + Google,Gadgets + + + + + DateampHeuremultiusageGadget + Date & Heure multi-usage + Google Gadgets: Date & Heure multi-usage Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Date & Heure multi-usage + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Date & Heure multi-usage&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Date & Heure multi-usage + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Date & Heure multi-usage + Date & Heure multi-usage + Google,Gadgets + + + + + WeatherChannelInteractiveMapGadget + Weather Channel Interactive Map + Google Gadgets: Weather Channel Interactive Map Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Channel Interactive Map + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Channel Interactive Map&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Channel Interactive Map + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Channel Interactive Map + Weather Channel Interactive Map + Google,Gadgets + + + + + RonAyersMotorsportsWhereUsedGadget + Ron Ayers Motorsports Where Used + Google Gadgets: Ron Ayers Motorsports Where Used Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ron Ayers Motorsports Where Used + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ron Ayers Motorsports Where Used&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ron Ayers Motorsports Where Used + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ron Ayers Motorsports Where Used + Ron Ayers Motorsports Where Used + Google,Gadgets + + + + + USStatePublicUtilitiesCommissionsGadget + U.S. State Public Utilities Commissions + Google Gadgets: U.S. State Public Utilities Commissions Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + U.S. State Public Utilities Commissions + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=U.S. State Public Utilities Commissions&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=U.S. State Public Utilities Commissions + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + U.S. State Public Utilities Commissions + U.S. State Public Utilities Commissions + Google,Gadgets + + + + + AviationWeatherStationGadget + Aviation Weather Station + Google Gadgets: Aviation Weather Station Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aviation Weather Station + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Aviation Weather Station&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Aviation Weather Station + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aviation Weather Station + Aviation Weather Station + Google,Gadgets + + + + + TechBlogsGadget + TechBlogs + Google Gadgets: TechBlogs Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TechBlogs + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TechBlogs&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TechBlogs + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TechBlogs + TechBlogs + Google,Gadgets + + + + + DailyBiorhythmsGadget + Daily Biorhythms + Google Gadgets: Daily Biorhythms Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Biorhythms + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Biorhythms&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Biorhythms + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Biorhythms + Daily Biorhythms + Google,Gadgets + + + + + ArabicAudioWordoftheDayGadget + Arabic - Audio Word of the Day + Google Gadgets: Arabic - Audio Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Arabic - Audio Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Arabic - Audio Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Arabic - Audio Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Arabic - Audio Word of the Day + Arabic - Audio Word of the Day + Google,Gadgets + + + + + ProxyBrowsingGadget + Proxy Browsing + Google Gadgets: Proxy Browsing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Proxy Browsing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Proxy Browsing&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Proxy Browsing + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Proxy Browsing + Proxy Browsing + Google,Gadgets + + + + + ICQStatusCheckGadget + ICQ Status Check + Google Gadgets: ICQ Status Check Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ICQ Status Check + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ICQ Status Check&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ICQ Status Check + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ICQ Status Check + ICQ Status Check + Google,Gadgets + + + + + CopperMountainCOSkiReportGadget + Copper Mountain (CO) Ski Report + Google Gadgets: Copper Mountain (CO) Ski Report Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Copper Mountain (CO) Ski Report + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Copper Mountain (CO) Ski Report&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Copper Mountain (CO) Ski Report + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Copper Mountain (CO) Ski Report + Copper Mountain (CO) Ski Report + Google,Gadgets + + + + + TinyPicImageUploadGadget + TinyPic Image Upload + Google Gadgets: TinyPic Image Upload Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TinyPic Image Upload + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TinyPic Image Upload&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TinyPic Image Upload + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TinyPic Image Upload + TinyPic Image Upload + Google,Gadgets + + + + + FBI39s10MostWantedGadget + FBI's 10 Most Wanted + Google Gadgets: FBI's 10 Most Wanted Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FBI's 10 Most Wanted + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FBI's 10 Most Wanted&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FBI's 10 Most Wanted + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FBI's 10 Most Wanted + FBI's 10 Most Wanted + Google,Gadgets + + + + + MrsGray39sResearchSitesforKidsGadget + Mrs. Gray's Research Sites for Kids + Google Gadgets: Mrs. Gray's Research Sites for Kids Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mrs. Gray's Research Sites for Kids + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mrs. Gray's Research Sites for Kids&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mrs. Gray's Research Sites for Kids + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mrs. Gray's Research Sites for Kids + Mrs. Gray's Research Sites for Kids + Google,Gadgets + + + + + CareerCupGadget + CareerCup + Google Gadgets: CareerCup Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CareerCup + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CareerCup&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CareerCup + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CareerCup + CareerCup + Google,Gadgets + + + + + RicercheMaestreilWebperlaScuolaPrimariaGadget + Ricerche Maestre: il Web per la Scuola Primaria + Google Gadgets: Ricerche Maestre: il Web per la Scuola Primaria Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Ricerche Maestre: il Web per la Scuola Primaria + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Ricerche Maestre: il Web per la Scuola Primaria&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Ricerche Maestre: il Web per la Scuola Primaria + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Ricerche Maestre: il Web per la Scuola Primaria + Ricerche Maestre: il Web per la Scuola Primaria + Google,Gadgets + + + + + YouTubePlayerGadget + YouTube Player + Google Gadgets: YouTube Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + YouTube Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=YouTube Player&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=YouTube Player + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + YouTube Player + YouTube Player + Google,Gadgets + + + + + ImageShackHostingGadget + ImageShack Hosting + Google Gadgets: ImageShack Hosting Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ImageShack Hosting + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ImageShack Hosting&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ImageShack Hosting + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ImageShack Hosting + ImageShack Hosting + Google,Gadgets + + + + + TVSeriesDVDReleasesGadget + TV Series DVD Releases + Google Gadgets: TV Series DVD Releases Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TV Series DVD Releases + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TV Series DVD Releases&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TV Series DVD Releases + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TV Series DVD Releases + TV Series DVD Releases + Google,Gadgets + + + + + BulwatchGadget + Bulwatch + Google Gadgets: Bulwatch Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Bulwatch + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Bulwatch&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Bulwatch + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Bulwatch + Bulwatch + Google,Gadgets + + + + + USPASearchEngineGadget + USPA Search Engine + Google Gadgets: USPA Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + USPA Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=USPA Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=USPA Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + USPA Search Engine + USPA Search Engine + Google,Gadgets + + + + + AmazoncomSearchBoxforAmazonGadget + Amazon.com Search Box for Amazon + Google Gadgets: Amazon.com Search Box for Amazon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon.com Search Box for Amazon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon.com Search Box for Amazon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon.com Search Box for Amazon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon.com Search Box for Amazon + Amazon.com Search Box for Amazon + Google,Gadgets + + + + + LoanPaymentCalculatorbyBizCalcscomGadget + Loan Payment Calculator by BizCalcs.com + Google Gadgets: Loan Payment Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Loan Payment Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Loan Payment Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Loan Payment Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Loan Payment Calculator by BizCalcs.com + Loan Payment Calculator by BizCalcs.com + Google,Gadgets + + + + + TravelocityHotelSearchGadget + Travelocity Hotel Search + Google Gadgets: Travelocity Hotel Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Travelocity Hotel Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Travelocity Hotel Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Travelocity Hotel Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Travelocity Hotel Search + Travelocity Hotel Search + Google,Gadgets + + + + + NederlandseWoordenSpellingGadget + Nederlandse Woorden Spelling + Google Gadgets: Nederlandse Woorden Spelling Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nederlandse Woorden Spelling + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nederlandse Woorden Spelling&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nederlandse Woorden Spelling + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nederlandse Woorden Spelling + Nederlandse Woorden Spelling + Google,Gadgets + + + + + videoLecturesSpecialSearchGadget + video Lectures Special Search + Google Gadgets: video Lectures Special Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + video Lectures Special Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=video Lectures Special Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=video Lectures Special Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + video Lectures Special Search + video Lectures Special Search + Google,Gadgets + + + + + HotelSearchEngineGadget + Hotel Search Engine + Google Gadgets: Hotel Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hotel Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hotel Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hotel Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hotel Search Engine + Hotel Search Engine + Google,Gadgets + + + + + IslamicPrayerTimesWorldWideGadget + Islamic Prayer Times World Wide + Google Gadgets: Islamic Prayer Times World Wide Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Islamic Prayer Times World Wide + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Islamic Prayer Times World Wide&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Islamic Prayer Times World Wide + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Islamic Prayer Times World Wide + Islamic Prayer Times World Wide + Google,Gadgets + + + + + FXDomainsDomainSearchGadget + FXDomains Domain Search + Google Gadgets: FXDomains Domain Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FXDomains Domain Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FXDomains Domain Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FXDomains Domain Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FXDomains Domain Search + FXDomains Domain Search + Google,Gadgets + + + + + WebcamsUSAGadget + Webcams USA + Google Gadgets: Webcams USA Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Webcams USA + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Webcams USA&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Webcams USA + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Webcams USA + Webcams USA + Google,Gadgets + + + + + TextMemosRemindersGadget + TextMemos Reminders + Google Gadgets: TextMemos Reminders Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TextMemos Reminders + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TextMemos Reminders&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TextMemos Reminders + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TextMemos Reminders + TextMemos Reminders + Google,Gadgets + + + + + CounterGadget + Counter + Google Gadgets: Counter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Counter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Counter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Counter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Counter + Counter + Google,Gadgets + + + + + amazoncomGadget + amazon.com + Google Gadgets: amazon.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + amazon.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=amazon.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=amazon.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + amazon.com + amazon.com + Google,Gadgets + + + + + SecureRSSReaderGadget + Secure RSS Reader + Google Gadgets: Secure RSS Reader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Secure RSS Reader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Secure RSS Reader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Secure RSS Reader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Secure RSS Reader + Secure RSS Reader + Google,Gadgets + + + + + GustavusAdolphusCollegeSearchGadget + Gustavus Adolphus College Search + Google Gadgets: Gustavus Adolphus College Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gustavus Adolphus College Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gustavus Adolphus College Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gustavus Adolphus College Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gustavus Adolphus College Search + Gustavus Adolphus College Search + Google,Gadgets + + + + + ebaycomamazoncomyoutubecomyoutubeGadget + ebay.com, amazon.com, youtube.com, you tube + Google Gadgets: ebay.com, amazon.com, youtube.com, you tube Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ebay.com, amazon.com, youtube.com, you tube + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ebay.com, amazon.com, youtube.com, you tube&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ebay.com, amazon.com, youtube.com, you tube + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ebay.com, amazon.com, youtube.com, you tube + ebay.com, amazon.com, youtube.com, you tube + Google,Gadgets + + + + + GuitarTablatureSearchGadgetGadget + Guitar Tablature Search Gadget + Google Gadgets: Guitar Tablature Search Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Guitar Tablature Search Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Guitar Tablature Search Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Guitar Tablature Search Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Guitar Tablature Search Gadget + Guitar Tablature Search Gadget + Google,Gadgets + + + + + PretzelFontClockGadget + PretzelFont Clock + Google Gadgets: PretzelFont Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + PretzelFont Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=PretzelFont Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=PretzelFont Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + PretzelFont Clock + PretzelFont Clock + Google,Gadgets + + + + + ColorChooserGadget + Color Chooser + Google Gadgets: Color Chooser Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Color Chooser + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Color Chooser&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Color Chooser + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Color Chooser + Color Chooser + Google,Gadgets + + + + + Kuran39danGununAyetiGadget + Kuran'dan Gunun Ayeti + Google Gadgets: Kuran'dan Gunun Ayeti Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kuran'dan Gunun Ayeti + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Kuran'dan Gunun Ayeti&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Kuran'dan Gunun Ayeti + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kuran'dan Gunun Ayeti + Kuran'dan Gunun Ayeti + Google,Gadgets + + + + + PeopleFinderGadget + People Finder + Google Gadgets: People Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + People Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=People Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=People Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + People Finder + People Finder + Google,Gadgets + + + + + ArunaSendGadget + Aruna Send + Google Gadgets: Aruna Send Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Aruna Send + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Aruna Send&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Aruna Send + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Aruna Send + Aruna Send + Google,Gadgets + + + + + RCTimeConstantCalculatorGadget + RC Time Constant Calculator + Google Gadgets: RC Time Constant Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + RC Time Constant Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=RC Time Constant Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=RC Time Constant Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + RC Time Constant Calculator + RC Time Constant Calculator + Google,Gadgets + + + + + WyszukiwarkayellowpagesPanoramaFirmGadget + Wyszukiwarka yellow pages - Panorama Firm + Google Gadgets: Wyszukiwarka yellow pages - Panorama Firm Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wyszukiwarka yellow pages - Panorama Firm + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wyszukiwarka yellow pages - Panorama Firm&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wyszukiwarka yellow pages - Panorama Firm + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wyszukiwarka yellow pages - Panorama Firm + Wyszukiwarka yellow pages - Panorama Firm + Google,Gadgets + + + + + SearchNCBIGadget + Search NCBI/??? + Google Gadgets: Search NCBI/??? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search NCBI/??? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search NCBI/???&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search NCBI/??? + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search NCBI/??? + Search NCBI/??? + Google,Gadgets + + + + + CanadaTaxDueDateCountdownGadget + Canada Tax Due Date Countdown + Google Gadgets: Canada Tax Due Date Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Canada Tax Due Date Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Canada Tax Due Date Countdown&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Canada Tax Due Date Countdown + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Canada Tax Due Date Countdown + Canada Tax Due Date Countdown + Google,Gadgets + + + + + WeatherForecastsGadget + Weather Forecasts + Google Gadgets: Weather Forecasts Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Weather Forecasts + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Weather Forecasts&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Weather Forecasts + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Weather Forecasts + Weather Forecasts + Google,Gadgets + + + + + CustomizednewsGadget + Customized news + Google Gadgets: Customized news Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Customized news + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Customized news&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Customized news + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Customized news + Customized news + Google,Gadgets + + + + + PersonalFinanceBlogSearchGadget + Personal Finance Blog Search + Google Gadgets: Personal Finance Blog Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Personal Finance Blog Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Personal Finance Blog Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Personal Finance Blog Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Personal Finance Blog Search + Personal Finance Blog Search + Google,Gadgets + + + + + UnitConverterGadget + Unit Converter + Google Gadgets: Unit Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Unit Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Unit Converter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Unit Converter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Unit Converter + Unit Converter + Google,Gadgets + + + + + GmailSearchforBookmarkGadget + Gmail Search for Bookmark + Google Gadgets: Gmail Search for Bookmark Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gmail Search for Bookmark + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gmail Search for Bookmark&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gmail Search for Bookmark + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gmail Search for Bookmark + Gmail Search for Bookmark + Google,Gadgets + + + + + writeKAMalayalamTransliteratorGadget + writeKA Malayalam Transliterator + Google Gadgets: writeKA Malayalam Transliterator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + writeKA Malayalam Transliterator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=writeKA Malayalam Transliterator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=writeKA Malayalam Transliterator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + writeKA Malayalam Transliterator + writeKA Malayalam Transliterator + Google,Gadgets + + + + + NintendoWiiReleaseCountdownAustraliaGadget + Nintendo Wii - Release Countdown - Australia + Google Gadgets: Nintendo Wii - Release Countdown - Australia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Nintendo Wii - Release Countdown - Australia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Nintendo Wii - Release Countdown - Australia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Nintendo Wii - Release Countdown - Australia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Nintendo Wii - Release Countdown - Australia + Nintendo Wii - Release Countdown - Australia + Google,Gadgets + + + + + LiveTVGadget + Live TV + Google Gadgets: Live TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live TV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live TV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live TV + Live TV + Google,Gadgets + + + + + SebinaTrovaLibriGadget + Sebina TrovaLibri + Google Gadgets: Sebina TrovaLibri Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sebina TrovaLibri + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sebina TrovaLibri&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sebina TrovaLibri + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sebina TrovaLibri + Sebina TrovaLibri + Google,Gadgets + + + + + TorrentSearchToolGadget + Torrent Search Tool + Google Gadgets: Torrent Search Tool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torrent Search Tool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Torrent Search Tool&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Torrent Search Tool + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torrent Search Tool + Torrent Search Tool + Google,Gadgets + + + + + KelpForestLiveCamGadget + Kelp Forest Live Cam + Google Gadgets: Kelp Forest Live Cam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Kelp Forest Live Cam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Kelp Forest Live Cam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Kelp Forest Live Cam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Kelp Forest Live Cam + Kelp Forest Live Cam + Google,Gadgets + + + + + ebaycoukamazoncoukyoutubeGadget + ebay.co.uk, amazon.co.uk, youtube + Google Gadgets: ebay.co.uk, amazon.co.uk, youtube Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ebay.co.uk, amazon.co.uk, youtube + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ebay.co.uk, amazon.co.uk, youtube&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ebay.co.uk, amazon.co.uk, youtube + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ebay.co.uk, amazon.co.uk, youtube + ebay.co.uk, amazon.co.uk, youtube + Google,Gadgets + + + + + ABetterAmazonSearchGadget + A Better Amazon Search + Google Gadgets: A Better Amazon Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + A Better Amazon Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=A Better Amazon Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=A Better Amazon Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + A Better Amazon Search + A Better Amazon Search + Google,Gadgets + + + + + MyLocalTimegadgetGadget + My Local Time gadget + Google Gadgets: My Local Time gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Local Time gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Local Time gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Local Time gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Local Time gadget + My Local Time gadget + Google,Gadgets + + + + + AutoLeasePaymentCalculatorGadget + Auto Lease Payment Calculator + Google Gadgets: Auto Lease Payment Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Auto Lease Payment Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Auto Lease Payment Calculator &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Auto Lease Payment Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Auto Lease Payment Calculator + Auto Lease Payment Calculator + Google,Gadgets + + + + + DiabetesKidsSuchmaschineGadget + Diabetes-Kids Suchmaschine + Google Gadgets: Diabetes-Kids Suchmaschine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Diabetes-Kids Suchmaschine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Diabetes-Kids Suchmaschine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Diabetes-Kids Suchmaschine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Diabetes-Kids Suchmaschine + Diabetes-Kids Suchmaschine + Google,Gadgets + + + + + CountdowntoChristmasGadget + Countdown to Christmas + Google Gadgets: Countdown to Christmas Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Countdown to Christmas + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Countdown to Christmas&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Countdown to Christmas + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Countdown to Christmas + Countdown to Christmas + Google,Gadgets + + + + + IncreasedLifeExpectancyfromExerciseCalculatorbyBizCalcscomGadget + Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com + Google Gadgets: Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com + Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com + Google,Gadgets + + + + + CoastToCoastAMRadioGadget + Coast To Coast AM Radio + Google Gadgets: Coast To Coast AM Radio Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Coast To Coast AM Radio + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Coast To Coast AM Radio&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Coast To Coast AM Radio + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Coast To Coast AM Radio + Coast To Coast AM Radio + Google,Gadgets + + + + + FineTunePlaylistGadget + FineTune Playlist + Google Gadgets: FineTune Playlist Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + FineTune Playlist + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=FineTune Playlist&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=FineTune Playlist + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + FineTune Playlist + FineTune Playlist + Google,Gadgets + + + + + AnalogClockNZbyNicolaZordanGadget + AnalogClockNZ by Nicola Zordan + Google Gadgets: AnalogClockNZ by Nicola Zordan Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AnalogClockNZ by Nicola Zordan + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AnalogClockNZ by Nicola Zordan&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AnalogClockNZ by Nicola Zordan + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AnalogClockNZ by Nicola Zordan + AnalogClockNZ by Nicola Zordan + Google,Gadgets + + + + + PipebotGadget + Pipebot + Google Gadgets: Pipebot Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pipebot + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pipebot&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pipebot + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pipebot + Pipebot + Google,Gadgets + + + + + YourEpointmentsGadget + Your Epointments + Google Gadgets: Your Epointments Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your Epointments + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Your Epointments&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Your Epointments + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your Epointments + Your Epointments + Google,Gadgets + + + + + SpellingATMGadget + Spelling ATM + Google Gadgets: Spelling ATM Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spelling ATM + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spelling ATM&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spelling ATM + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spelling ATM + Spelling ATM + Google,Gadgets + + + + + CSESearchGadget + CSE Search + Google Gadgets: CSE Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CSE Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CSE Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CSE Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CSE Search + CSE Search + Google,Gadgets + + + + + TargetHeartRateCalculatorbyBizCalcscomGadget + Target Heart Rate Calculator by BizCalcs.com + Google Gadgets: Target Heart Rate Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Target Heart Rate Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Target Heart Rate Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Target Heart Rate Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Target Heart Rate Calculator by BizCalcs.com + Target Heart Rate Calculator by BizCalcs.com + Google,Gadgets + + + + + MyFavoritePhotosOnlineGadget + My Favorite Photos Online + Google Gadgets: My Favorite Photos Online Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Favorite Photos Online + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Favorite Photos Online&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Favorite Photos Online + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Favorite Photos Online + My Favorite Photos Online + Google,Gadgets + + + + + ImageViewerGadget + Image Viewer + Google Gadgets: Image Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Image Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Image Viewer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Image Viewer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Image Viewer + Image Viewer + Google,Gadgets + + + + + IrishBuoysGadget + Irish Buoys + Google Gadgets: Irish Buoys Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Irish Buoys + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Irish Buoys&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Irish Buoys + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Irish Buoys + Irish Buoys + Google,Gadgets + + + + + DrGreenecomSearchEngineGadget + DrGreene.com Search Engine + Google Gadgets: DrGreene.com Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DrGreene.com Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DrGreene.com Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DrGreene.com Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DrGreene.com Search Engine + DrGreene.com Search Engine + Google,Gadgets + + + + + SLGadget + SL + Google Gadgets: SL Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SL + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SL&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SL + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SL + SL + Google,Gadgets + + + + + CountdowntoGadget + Countdown to ??? + Google Gadgets: Countdown to ??? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Countdown to ??? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Countdown to ???&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Countdown to ??? + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Countdown to ??? + Countdown to ??? + Google,Gadgets + + + + + SleuthforeBayGadget + Sleuth for eBay + Google Gadgets: Sleuth for eBay Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sleuth for eBay + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sleuth for eBay&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sleuth for eBay + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sleuth for eBay + Sleuth for eBay + Google,Gadgets + + + + + SportalLiveGadget + Sportal - Live + Google Gadgets: Sportal - Live Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sportal - Live + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sportal - Live&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sportal - Live + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sportal - Live + Sportal - Live + Google,Gadgets + + + + + OfficialGoogleMiniSearchGadgetGadget + Official Google Mini Search Gadget + Google Gadgets: Official Google Mini Search Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Official Google Mini Search Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Official Google Mini Search Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Official Google Mini Search Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Official Google Mini Search Gadget + Official Google Mini Search Gadget + Google,Gadgets + + + + + QuitometroonlineGadget + Quitometro on-line + Google Gadgets: Quitometro on-line Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quitometro on-line + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quitometro on-line&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quitometro on-line + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quitometro on-line + Quitometro on-line + Google,Gadgets + + + + + OpodoPauschalreisenGadget + Opodo Pauschalreisen + Google Gadgets: Opodo Pauschalreisen Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Opodo Pauschalreisen + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Opodo Pauschalreisen&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Opodo Pauschalreisen + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Opodo Pauschalreisen + Opodo Pauschalreisen + Google,Gadgets + + + + + HotFutureReleasesamazoncoukGadget + Hot Future Releases - amazon.co.uk + Google Gadgets: Hot Future Releases - amazon.co.uk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Hot Future Releases - amazon.co.uk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Hot Future Releases - amazon.co.uk&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Hot Future Releases - amazon.co.uk + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Hot Future Releases - amazon.co.uk + Hot Future Releases - amazon.co.uk + Google,Gadgets + + + + + ScreenplaySearchGadget + Screenplay Search + Google Gadgets: Screenplay Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Screenplay Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Screenplay Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Screenplay Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Screenplay Search + Screenplay Search + Google,Gadgets + + + + + GHOSTRADIONETCOMGadget + GHOSTRADIONET.COM + Google Gadgets: GHOSTRADIONET.COM Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GHOSTRADIONET.COM + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GHOSTRADIONET.COM&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GHOSTRADIONET.COM + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GHOSTRADIONET.COM + GHOSTRADIONET.COM + Google,Gadgets + + + + + HigherGroundGadget + Higher Ground + Google Gadgets: Higher Ground Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Higher Ground + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Higher Ground&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Higher Ground + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Higher Ground + Higher Ground + Google,Gadgets + + + + + EncryptMessageGadget + Encrypt Message + Google Gadgets: Encrypt Message Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Encrypt Message + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Encrypt Message&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Encrypt Message + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Encrypt Message + Encrypt Message + Google,Gadgets + + + + + VertalenWoordenGadget + Vertalen Woorden + Google Gadgets: Vertalen Woorden Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Vertalen Woorden + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Vertalen Woorden&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Vertalen Woorden + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Vertalen Woorden + Vertalen Woorden + Google,Gadgets + + + + + CollegeScholarshipsandGraduateFellowshipsGadget + College Scholarships and Graduate Fellowships + Google Gadgets: College Scholarships and Graduate Fellowships Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + College Scholarships and Graduate Fellowships + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=College Scholarships and Graduate Fellowships&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=College Scholarships and Graduate Fellowships + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + College Scholarships and Graduate Fellowships + College Scholarships and Graduate Fellowships + Google,Gadgets + + + + + FileUploadToolGadget + File Upload Tool + Google Gadgets: File Upload Tool Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + File Upload Tool + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=File Upload Tool&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=File Upload Tool + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + File Upload Tool + File Upload Tool + Google,Gadgets + + + + + GRRRLPowerGadget + GRRRL Power + Google Gadgets: GRRRL Power Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRRRL Power + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GRRRL Power&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GRRRL Power + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRRRL Power + GRRRL Power + Google,Gadgets + + + + + IPAddressGadget + IP Address + Google Gadgets: IP Address Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + IP Address + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=IP Address&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=IP Address + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + IP Address + IP Address + Google,Gadgets + + + + + LavaLamp2Gadget + Lava Lamp 2 + Google Gadgets: Lava Lamp 2 Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lava Lamp 2 + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lava Lamp 2&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lava Lamp 2 + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lava Lamp 2 + Lava Lamp 2 + Google,Gadgets + + + + + MiniAmazonGadget + Mini Amazon + Google Gadgets: Mini Amazon Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mini Amazon + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mini Amazon&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mini Amazon + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mini Amazon + Mini Amazon + Google,Gadgets + + + + + LotteryandLottoResultsGadget + Lottery and Lotto Results + Google Gadgets: Lottery and Lotto Results Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lottery and Lotto Results + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lottery and Lotto Results&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lottery and Lotto Results + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lottery and Lotto Results + Lottery and Lotto Results + Google,Gadgets + + + + + MyWayBloggerChoicesGadget + My Way Blogger Choices + Google Gadgets: My Way Blogger Choices Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My Way Blogger Choices + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My Way Blogger Choices&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My Way Blogger Choices + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My Way Blogger Choices + My Way Blogger Choices + Google,Gadgets + + + + + NFLFootballNewsampAnalysisGadget + NFL Football News & Analysis + Google Gadgets: NFL Football News & Analysis Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + NFL Football News & Analysis + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=NFL Football News & Analysis&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=NFL Football News & Analysis + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + NFL Football News & Analysis + NFL Football News & Analysis + Google,Gadgets + + + + + FilmstalkerGadget + Filmstalker + Google Gadgets: Filmstalker Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Filmstalker + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Filmstalker&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Filmstalker + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Filmstalker + Filmstalker + Google,Gadgets + + + + + DiscordianDateGadget + Discordian Date + Google Gadgets: Discordian Date Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Discordian Date + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Discordian Date&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Discordian Date + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Discordian Date + Discordian Date + Google,Gadgets + + + + + BlawgGadget + Blawg + Google Gadgets: Blawg Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blawg + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blawg&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blawg + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blawg + Blawg + Google,Gadgets + + + + + TheWolframIntegratorGadget + The Wolfram Integrator + Google Gadgets: The Wolfram Integrator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Wolfram Integrator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Wolfram Integrator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Wolfram Integrator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Wolfram Integrator + The Wolfram Integrator + Google,Gadgets + + + + + MamaGetscomProductSearchGadget + MamaGets.com Product Search + Google Gadgets: MamaGets.com Product Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + MamaGets.com Product Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=MamaGets.com Product Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=MamaGets.com Product Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + MamaGets.com Product Search + MamaGets.com Product Search + Google,Gadgets + + + + + FancyPantsyRSSSearchandFilterGadget + Fancy-Pantsy RSS Search and Filter + Google Gadgets: Fancy-Pantsy RSS Search and Filter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fancy-Pantsy RSS Search and Filter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fancy-Pantsy RSS Search and Filter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fancy-Pantsy RSS Search and Filter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fancy-Pantsy RSS Search and Filter + Fancy-Pantsy RSS Search and Filter + Google,Gadgets + + + + + EventTicketsFinderGadget + Event Tickets Finder + Google Gadgets: Event Tickets Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Event Tickets Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Event Tickets Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Event Tickets Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Event Tickets Finder + Event Tickets Finder + Google,Gadgets + + + + + YakazGadget + Yakaz + Google Gadgets: Yakaz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yakaz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yakaz&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yakaz + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yakaz + Yakaz + Google,Gadgets + + + + + RealEstateQuestionoftheDayGadget + Real Estate Question of the Day + Google Gadgets: Real Estate Question of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Real Estate Question of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Real Estate Question of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Real Estate Question of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Real Estate Question of the Day + Real Estate Question of the Day + Google,Gadgets + + + + + SafepasswordsgeneratorGadget + Safe passwords generator + Google Gadgets: Safe passwords generator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Safe passwords generator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Safe passwords generator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Safe passwords generator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Safe passwords generator + Safe passwords generator + Google,Gadgets + + + + + DailyPhotoTipsGadget + Daily Photo Tips + Google Gadgets: Daily Photo Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Daily Photo Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Daily Photo Tips&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Daily Photo Tips + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Daily Photo Tips + Daily Photo Tips + Google,Gadgets + + + + + SunPositionCalculatorGadget + SunPosition Calculator + Google Gadgets: SunPosition Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SunPosition Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SunPosition Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SunPosition Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SunPosition Calculator + SunPosition Calculator + Google,Gadgets + + + + + FluidIntakeCalculatorGadget + Fluid Intake Calculator + Google Gadgets: Fluid Intake Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Fluid Intake Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Fluid Intake Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Fluid Intake Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Fluid Intake Calculator + Fluid Intake Calculator + Google,Gadgets + + + + + CandleSearchGadget + Candle Search + Google Gadgets: Candle Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Candle Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Candle Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Candle Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Candle Search + Candle Search + Google,Gadgets + + + + + GooglepentruparintiGadget + Google pentru parinti + Google Gadgets: Google pentru parinti Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google pentru parinti + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google pentru parinti&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google pentru parinti + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google pentru parinti + Google pentru parinti + Google,Gadgets + + + + + BusinessITOnlineCalendarGadget + Business IT Online ? Calendar + Google Gadgets: Business IT Online ? Calendar Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Business IT Online ? Calendar + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Business IT Online | Calendar&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Business IT Online | Calendar + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Business IT Online ? Calendar + Business IT Online ? Calendar + Google,Gadgets + + + + + ExcellentJobSearchEngineGadget + Excellent Job Search Engine + Google Gadgets: Excellent Job Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Excellent Job Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Excellent Job Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Excellent Job Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Excellent Job Search Engine + Excellent Job Search Engine + Google,Gadgets + + + + + StandardsFinderGadget + Standards Finder + Google Gadgets: Standards Finder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Standards Finder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Standards Finder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Standards Finder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Standards Finder + Standards Finder + Google,Gadgets + + + + + IrishweatherforecastGadget + Irish weather forecast + Google Gadgets: Irish weather forecast Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Irish weather forecast + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Irish weather forecast&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Irish weather forecast + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Irish weather forecast + Irish weather forecast + Google,Gadgets + + + + + CalculadoraGadget + Calculadora + Google Gadgets: Calculadora Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Calculadora + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Calculadora&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Calculadora + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Calculadora + Calculadora + Google,Gadgets + + + + + 24hrEuroGadget + 24hr Euro + Google Gadgets: 24hr Euro Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + 24hr Euro + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=24hr Euro&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=24hr Euro + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + 24hr Euro + 24hr Euro + Google,Gadgets + + + + + BaseSearchGadget + Base Search + Google Gadgets: Base Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Base Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Base Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Base Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Base Search + Base Search + Google,Gadgets + + + + + MyeBayStuffGadget + My eBay Stuff + Google Gadgets: My eBay Stuff Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My eBay Stuff + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My eBay Stuff&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My eBay Stuff + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My eBay Stuff + My eBay Stuff + Google,Gadgets + + + + + SearchForGadgetsGadget + Search For Gadgets + Google Gadgets: Search For Gadgets Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search For Gadgets + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search For Gadgets&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search For Gadgets + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search For Gadgets + Search For Gadgets + Google,Gadgets + + + + + CoduriPostaleorgCodurilepostaledinRomaniaGadget + CoduriPostale.org - Codurile postale din Romania + Google Gadgets: CoduriPostale.org - Codurile postale din Romania Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CoduriPostale.org - Codurile postale din Romania + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CoduriPostale.org - Codurile postale din Romania&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CoduriPostale.org - Codurile postale din Romania + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CoduriPostale.org - Codurile postale din Romania + CoduriPostale.org - Codurile postale din Romania + Google,Gadgets + + + + + SECFilingscomFreeRealTimeSECFilingsGadget + SECFilings.com - Free Real-Time SEC Filings + Google Gadgets: SECFilings.com - Free Real-Time SEC Filings Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + SECFilings.com - Free Real-Time SEC Filings + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=SECFilings.com - Free Real-Time SEC Filings&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=SECFilings.com - Free Real-Time SEC Filings + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + SECFilings.com - Free Real-Time SEC Filings + SECFilings.com - Free Real-Time SEC Filings + Google,Gadgets + + + + + SearchEngineMarkeingGadget + Search Engine Markeing + Google Gadgets: Search Engine Markeing Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Engine Markeing + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search Engine Markeing&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search Engine Markeing + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Engine Markeing + Search Engine Markeing + Google,Gadgets + + + + + FullBodyAnalysisCalculatorbyBizCalcscomGadget + Full Body Analysis Calculator by BizCalcs.com + Google Gadgets: Full Body Analysis Calculator by BizCalcs.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Full Body Analysis Calculator by BizCalcs.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Full Body Analysis Calculator by BizCalcs.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Full Body Analysis Calculator by BizCalcs.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Full Body Analysis Calculator by BizCalcs.com + Full Body Analysis Calculator by BizCalcs.com + Google,Gadgets + + + + + lapresseGadget + lapresse + Google Gadgets: lapresse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + lapresse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=lapresse&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=lapresse + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + lapresse + lapresse + Google,Gadgets + + + + + SearchCiteULikeGadget + Search CiteULike + Google Gadgets: Search CiteULike Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search CiteULike + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search CiteULike&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search CiteULike + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search CiteULike + Search CiteULike + Google,Gadgets + + + + + GuitarTablatureSearchGadget1Gadget + Guitar Tablature Search Gadget + Google Gadgets: Guitar Tablature Search Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Guitar Tablature Search Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Guitar Tablature Search Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Guitar Tablature Search Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Guitar Tablature Search Gadget + Guitar Tablature Search Gadget + Google,Gadgets + + + + + LinkedInSearchEngineGadget + LinkedIn Search Engine + Google Gadgets: LinkedIn Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + LinkedIn Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=LinkedIn Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=LinkedIn Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + LinkedIn Search Engine + LinkedIn Search Engine + Google,Gadgets + + + + + TeamSpeakGadget + TeamSpeak + Google Gadgets: TeamSpeak Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TeamSpeak + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TeamSpeak&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TeamSpeak + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TeamSpeak + TeamSpeak + Google,Gadgets + + + + + YourNationalflagGadget + Your National flag + Google Gadgets: Your National flag Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your National flag + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Your National flag&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Your National flag + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your National flag + Your National flag + Google,Gadgets + + + + + GotodaycomVacationsGadget + Go-today.com Vacations + Google Gadgets: Go-today.com Vacations Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Go-today.com Vacations + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Go-today.com Vacations&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Go-today.com Vacations + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Go-today.com Vacations + Go-today.com Vacations + Google,Gadgets + + + + + CSearchGadget + C++ Search + Google Gadgets: C++ Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + C++ Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=C++ Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=C++ Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + C++ Search + C++ Search + Google,Gadgets + + + + + GooglePagerankViewerGadget + Google Pagerank Viewer + Google Gadgets: Google Pagerank Viewer Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Pagerank Viewer + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Pagerank Viewer&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Pagerank Viewer + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Pagerank Viewer + Google Pagerank Viewer + Google,Gadgets + + + + + DotNetCodeConverterGadget + Dot Net Code Converter + Google Gadgets: Dot Net Code Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dot Net Code Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dot Net Code Converter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dot Net Code Converter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dot Net Code Converter + Dot Net Code Converter + Google,Gadgets + + + + + FreePhoneConferenceGadget + Free Phone Conference + Google Gadgets: Free Phone Conference Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Free Phone Conference + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Free Phone Conference&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Free Phone Conference + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Free Phone Conference + Free Phone Conference + Google,Gadgets + + + + + InformationArchitectureSearchEngineGadget + Information Architecture Search Engine + Google Gadgets: Information Architecture Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Information Architecture Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Information Architecture Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Information Architecture Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Information Architecture Search Engine + Information Architecture Search Engine + Google,Gadgets + + + + + MarineObservationsNearYouGadget + Marine Observations Near You + Google Gadgets: Marine Observations Near You Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Marine Observations Near You + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Marine Observations Near You&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Marine Observations Near You + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Marine Observations Near You + Marine Observations Near You + Google,Gadgets + + + + + YourPageRankv2Gadget + Your Page Rank (v.2) + Google Gadgets: Your Page Rank (v.2) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Your Page Rank (v.2) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Your Page Rank (v.2)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Your Page Rank (v.2) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Your Page Rank (v.2) + Your Page Rank (v.2) + Google,Gadgets + + + + + MoviePhotosoftheDayGadget + Movie Photos of the Day + Google Gadgets: Movie Photos of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Movie Photos of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Movie Photos of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Movie Photos of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Movie Photos of the Day + Movie Photos of the Day + Google,Gadgets + + + + + BlingoSearchGadget + Blingo Search + Google Gadgets: Blingo Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Blingo Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Blingo Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Blingo Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Blingo Search + Blingo Search + Google,Gadgets + + + + + DownloadsGadget + Downloads + Google Gadgets: Downloads Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Downloads + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Downloads&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Downloads + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Downloads + Downloads + Google,Gadgets + + + + + YandexGadget + Yandex + Google Gadgets: Yandex Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yandex + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yandex&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yandex + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yandex + Yandex + Google,Gadgets + + + + + YahooMessengerGadget + Yahoo! Messenger + Google Gadgets: Yahoo! Messenger Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yahoo! Messenger + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yahoo! Messenger&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yahoo! Messenger + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yahoo! Messenger + Yahoo! Messenger + Google,Gadgets + + + + + MachineLearningSearchGadget + Machine Learning Search + Google Gadgets: Machine Learning Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Machine Learning Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Machine Learning Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Machine Learning Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Machine Learning Search + Machine Learning Search + Google,Gadgets + + + + + USBraSizeCalculatorGadget + US Bra Size Calculator + Google Gadgets: US Bra Size Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + US Bra Size Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=US Bra Size Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=US Bra Size Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + US Bra Size Calculator + US Bra Size Calculator + Google,Gadgets + + + + + RottenTomatoesGadget + Rotten Tomatoes + Google Gadgets: Rotten Tomatoes Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Rotten Tomatoes + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Rotten Tomatoes&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Rotten Tomatoes + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Rotten Tomatoes + Rotten Tomatoes + Google,Gadgets + + + + + LiveradioNLGadget + Live radio NL + Google Gadgets: Live radio NL Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Live radio NL + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Live radio NL&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Live radio NL + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Live radio NL + Live radio NL + Google,Gadgets + + + + + eBaySearchbyGoofbayGadget + eBay Search by Goofbay + Google Gadgets: eBay Search by Goofbay Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + eBay Search by Goofbay + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=eBay Search by Goofbay&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=eBay Search by Goofbay + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + eBay Search by Goofbay + eBay Search by Goofbay + Google,Gadgets + + + + + RadiologyGadget + Radiology + Google Gadgets: Radiology Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Radiology + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Radiology &synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Radiology + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Radiology + Radiology + Google,Gadgets + + + + + TheMotherofallWhoisserversGadget + The Mother of allWhois servers + Google Gadgets: The Mother of allWhois servers Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Mother of allWhois servers + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Mother of allWhois servers&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Mother of allWhois servers + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Mother of allWhois servers + The Mother of allWhois servers + Google,Gadgets + + + + + LocalGasPricesGadget + Local Gas Prices + Google Gadgets: Local Gas Prices Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Local Gas Prices + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Local Gas Prices&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Local Gas Prices + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Local Gas Prices + Local Gas Prices + Google,Gadgets + + + + + DevelopmentGadget + Development + Google Gadgets: Development Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Development + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Development&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Development + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Development + Development + Google,Gadgets + + + + + OrologioeCalendarioGadget + Orologio e Calendario + Google Gadgets: Orologio e Calendario Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Orologio e Calendario + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Orologio e Calendario&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Orologio e Calendario + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Orologio e Calendario + Orologio e Calendario + Google,Gadgets + + + + + SearchTripodGadget + Search Tripod + Google Gadgets: Search Tripod Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Tripod + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search Tripod&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search Tripod + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Tripod + Search Tripod + Google,Gadgets + + + + + DealkoPremiereOneDayDealsGadget + Dealko::Premiere One Day Deals + Google Gadgets: Dealko::Premiere One Day Deals Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Dealko::Premiere One Day Deals + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Dealko::Premiere One Day Deals&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Dealko::Premiere One Day Deals + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Dealko::Premiere One Day Deals + Dealko::Premiere One Day Deals + Google,Gadgets + + + + + WikiseekGadget + Wikiseek + Google Gadgets: Wikiseek Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Wikiseek + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Wikiseek&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Wikiseek + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Wikiseek + Wikiseek + Google,Gadgets + + + + + I39mhungryWhat39sopenGadget + I'm hungry! What's open? + Google Gadgets: I'm hungry! What's open? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + I'm hungry! What's open? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=I'm hungry! What's open?&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=I'm hungry! What's open? + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + I'm hungry! What's open? + I'm hungry! What's open? + Google,Gadgets + + + + + writeKAHindiTransliteratorGadget + writeKA Hindi Transliterator + Google Gadgets: writeKA Hindi Transliterator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + writeKA Hindi Transliterator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=writeKA Hindi Transliterator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=writeKA Hindi Transliterator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + writeKA Hindi Transliterator + writeKA Hindi Transliterator + Google,Gadgets + + + + + LotteryandLottoResults1Gadget + Lottery and Lotto Results + Google Gadgets: Lottery and Lotto Results Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lottery and Lotto Results + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lottery and Lotto Results&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lottery and Lotto Results + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lottery and Lotto Results + Lottery and Lotto Results + Google,Gadgets + + + + + TheOnlineYellowPagesGadget + The Online Yellow Pages + Google Gadgets: The Online Yellow Pages Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + The Online Yellow Pages + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=The Online Yellow Pages&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=The Online Yellow Pages + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + The Online Yellow Pages + The Online Yellow Pages + Google,Gadgets + + + + + AAFESNEWSGadget + AAFES NEWS + Google Gadgets: AAFES NEWS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + AAFES NEWS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=AAFES NEWS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=AAFES NEWS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + AAFES NEWS + AAFES NEWS + Google,Gadgets + + + + + QuellerouteitinraireetinfotraficGadget + Quelleroute: itin raire et info trafic + Google Gadgets: Quelleroute: itin raire et info trafic Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Quelleroute: itin raire et info trafic + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Quelleroute: itin raire et info trafic&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Quelleroute: itin raire et info trafic + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Quelleroute: itin raire et info trafic + Quelleroute: itin raire et info trafic + Google,Gadgets + + + + + VeohVideos1Gadget + Veoh Videos + Google Gadgets: Veoh Videos Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Veoh Videos + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Veoh Videos&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Veoh Videos + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Veoh Videos + Veoh Videos + Google,Gadgets + + + + + MetaverseGadget + Metaverse + Google Gadgets: Metaverse Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Metaverse + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Metaverse&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Metaverse + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Metaverse + Metaverse + Google,Gadgets + + + + + YoutubeVideoPlayerGadget + Youtube Video Player + Google Gadgets: Youtube Video Player Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Youtube Video Player + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Youtube Video Player&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Youtube Video Player + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Youtube Video Player + Youtube Video Player + Google,Gadgets + + + + + DecimalToBinHexOctConverterGadget + Decimal To Bin-Hex-Oct Converter + Google Gadgets: Decimal To Bin-Hex-Oct Converter Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Decimal To Bin-Hex-Oct Converter + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Decimal To Bin-Hex-Oct Converter&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Decimal To Bin-Hex-Oct Converter + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Decimal To Bin-Hex-Oct Converter + Decimal To Bin-Hex-Oct Converter + Google,Gadgets + + + + + ebaycomGadget + ebay.com + Google Gadgets: ebay.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + ebay.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=ebay.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=ebay.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + ebay.com + ebay.com + Google,Gadgets + + + + + UKlocalshoppingsearchGadget + UK local shopping search + Google Gadgets: UK local shopping search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + UK local shopping search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=UK local shopping search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=UK local shopping search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + UK local shopping search + UK local shopping search + Google,Gadgets + + + + + CustomRSSGadget + CustomRSS + Google Gadgets: CustomRSS Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + CustomRSS + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=CustomRSS&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=CustomRSS + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + CustomRSS + CustomRSS + Google,Gadgets + + + + + MyWebCam1Gadget + My WebCam + Google Gadgets: My WebCam Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + My WebCam + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=My WebCam&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=My WebCam + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + My WebCam + My WebCam + Google,Gadgets + + + + + GREWordoftheDayGadget + GRE Word of the Day + Google Gadgets: GRE Word of the Day Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + GRE Word of the Day + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=GRE Word of the Day&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=GRE Word of the Day + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + GRE Word of the Day + GRE Word of the Day + Google,Gadgets + + + + + DICOMpediaGadget + DICOMpedia + Google Gadgets: DICOMpedia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DICOMpedia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DICOMpedia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DICOMpedia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DICOMpedia + DICOMpedia + Google,Gadgets + + + + + FlashPlatformTechResourcesVerticalSearchGadget + Flash Platform Tech Resources Vertical Search + Google Gadgets: Flash Platform Tech Resources Vertical Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Flash Platform Tech Resources Vertical Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Flash Platform Tech Resources Vertical Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Flash Platform Tech Resources Vertical Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Flash Platform Tech Resources Vertical Search + Flash Platform Tech Resources Vertical Search + Google,Gadgets + + + + + TranslitGadget + Translit // ???????????????? + Google Gadgets: Translit // ???????????????? Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Translit // ???????????????? + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Translit // Транслит&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Translit // Транслит + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Translit // ???????????????? + Translit // ???????????????? + Google,Gadgets + + + + + LifeClockGadget + Life Clock + Google Gadgets: Life Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Life Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Life Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Life Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Life Clock + Life Clock + Google,Gadgets + + + + + TimeTransfertGadget + TimeTransfert + Google Gadgets: TimeTransfert Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + TimeTransfert + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=TimeTransfert&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=TimeTransfert + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + TimeTransfert + TimeTransfert + Google,Gadgets + + + + + Sims2DownloadsSearchGadget + Sims 2 Downloads Search + Google Gadgets: Sims 2 Downloads Search Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Sims 2 Downloads Search + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Sims 2 Downloads Search&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Sims 2 Downloads Search + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Sims 2 Downloads Search + Sims 2 Downloads Search + Google,Gadgets + + + + + TorrentsGadget + Torrents + Google Gadgets: Torrents Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torrents + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Torrents&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Torrents + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torrents + Torrents + Google,Gadgets + + + + + SearchAnswerscomGadget + Search Answers.com + Google Gadgets: Search Answers.com Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Search Answers.com + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Search Answers.com&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Search Answers.com + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Search Answers.com + Search Answers.com + Google,Gadgets + + + + + LoneOakFarmHorseTipsGadget + Lone Oak Farm Horse Tips + Google Gadgets: Lone Oak Farm Horse Tips Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Lone Oak Farm Horse Tips + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Lone Oak Farm Horse Tips&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Lone Oak Farm Horse Tips + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Lone Oak Farm Horse Tips + Lone Oak Farm Horse Tips + Google,Gadgets + + + + + MorfixEnglishGadget + Morfix (English) + Google Gadgets: Morfix (English) Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Morfix (English) + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Morfix (English)&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Morfix (English) + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Morfix (English) + Morfix (English) + Google,Gadgets + + + + + Yakaz1Gadget + Yakaz + Google Gadgets: Yakaz Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Yakaz + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Yakaz&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Yakaz + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Yakaz + Yakaz + Google,Gadgets + + + + + Torrents1Gadget + Torrents + Google Gadgets: Torrents Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Torrents + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Torrents&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Torrents + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Torrents + Torrents + Google,Gadgets + + + + + PendulumClockGadget + Pendulum Clock + Google Gadgets: Pendulum Clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Pendulum Clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Pendulum Clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Pendulum Clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Pendulum Clock + Pendulum Clock + Google,Gadgets + + + + + BuzzforeBayGadget + Buzz for eBay + Google Gadgets: Buzz for eBay Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buzz for eBay + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buzz for eBay&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buzz for eBay + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buzz for eBay + Buzz for eBay + Google,Gadgets + + + + + MicroTVGadget + Micro-TV + Google Gadgets: Micro-TV Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Micro-TV + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Micro-TV&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Micro-TV + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Micro-TV + Micro-TV + Google,Gadgets + + + + + MemotoocomMyAddressBookGadget + Memotoo.com - My Address Book + Google Gadgets: Memotoo.com - My Address Book Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Memotoo.com - My Address Book + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Memotoo.com - My Address Book&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Memotoo.com - My Address Book + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Memotoo.com - My Address Book + Memotoo.com - My Address Book + Google,Gadgets + + + + + SpellcheckGadget + Spellcheck + Google Gadgets: Spellcheck Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Spellcheck + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Spellcheck&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Spellcheck + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Spellcheck + Spellcheck + Google,Gadgets + + + + + DWGDWFSearchEngineGadget + DWG-DWF Search Engine + Google Gadgets: DWG-DWF Search Engine Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DWG-DWF Search Engine + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DWG-DWF Search Engine&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DWG-DWF Search Engine + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DWG-DWF Search Engine + DWG-DWF Search Engine + Google,Gadgets + + + + + AlarmclockGadget + Alarm clock + Google Gadgets: Alarm clock Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Alarm clock + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Alarm clock&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Alarm clock + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Alarm clock + Alarm clock + Google,Gadgets + + + + + comparischCarfinderGadget + comparis.ch Carfinder + Google Gadgets: comparis.ch Carfinder Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + comparis.ch Carfinder + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=comparis.ch Carfinder&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=comparis.ch Carfinder + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + comparis.ch Carfinder + comparis.ch Carfinder + Google,Gadgets + + + + + GoogleTalkGadget + Google Talk + Google Gadgets: Google Talk Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Google Talk + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Google Talk&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Google Talk + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Google Talk + Google Talk + Google,Gadgets + + + + + BilligfliegerFlugsucheGadget + Billigflieger Flugsuche + Google Gadgets: Billigflieger Flugsuche Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Billigflieger Flugsuche + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Billigflieger Flugsuche&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Billigflieger Flugsuche + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Billigflieger Flugsuche + Billigflieger Flugsuche + Google,Gadgets + + + + + FilmReviewsGadget + Film Reviews + Google Gadgets: Film Reviews Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Film Reviews + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Film Reviews&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Film Reviews + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Film Reviews + Film Reviews + Google,Gadgets + + + + + WorldTimeZonesGadget + World Time Zones + Google Gadgets: World Time Zones Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + World Time Zones + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=World Time Zones&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=World Time Zones + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + World Time Zones + World Time Zones + Google,Gadgets + + + + + scanRUploaderGadget + scanR Uploader + Google Gadgets: scanR Uploader Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + scanR Uploader + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=scanR Uploader&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=scanR Uploader + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + scanR Uploader + scanR Uploader + Google,Gadgets + + + + + PublicPicasaWebAlbums1Gadget + Public Picasa Web Albums + Google Gadgets: Public Picasa Web Albums Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Public Picasa Web Albums + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Public Picasa Web Albums&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Public Picasa Web Albums + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Public Picasa Web Albums + Public Picasa Web Albums + Google,Gadgets + + + + + BuscadordeproductosMercadolibreColombiaGadget + Buscador de productos Mercadolibre Colombia + Google Gadgets: Buscador de productos Mercadolibre Colombia Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Buscador de productos Mercadolibre Colombia + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Buscador de productos Mercadolibre Colombia&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Buscador de productos Mercadolibre Colombia + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Buscador de productos Mercadolibre Colombia + Buscador de productos Mercadolibre Colombia + Google,Gadgets + + + + + GmailtemplateGeneratorforGoogleAppsGadget + Gmail-template Generator for Google Apps + Google Gadgets: Gmail-template Generator for Google Apps Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gmail-template Generator for Google Apps + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gmail-template Generator for Google Apps&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gmail-template Generator for Google Apps + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gmail-template Generator for Google Apps + Gmail-template Generator for Google Apps + Google,Gadgets + + + + + DVDGadgetGadget + DVD Gadget + Google Gadgets: DVD Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + DVD Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=DVD Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=DVD Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + DVD Gadget + DVD Gadget + Google,Gadgets + + + + + MortgagePaymentCalculatorGadget + Mortgage Payment Calculator + Google Gadgets: Mortgage Payment Calculator Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Mortgage Payment Calculator + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Mortgage Payment Calculator&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Mortgage Payment Calculator + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Mortgage Payment Calculator + Mortgage Payment Calculator + Google,Gadgets + + + + + CountdownGadget + Countdown + Google Gadgets: Countdown Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Countdown + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Countdown&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Countdown + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Countdown + Countdown + Google,Gadgets + + + + + AmazonGadgetGadget + Amazon Gadget + Google Gadgets: Amazon Gadget Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Amazon Gadget + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Amazon Gadget&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Amazon Gadget + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Amazon Gadget + Amazon Gadget + Google,Gadgets + + + + + GelecekonlineAramaGadget + Gelecekonline Arama + Google Gadgets: Gelecekonline Arama Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Gelecekonline Arama + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Gelecekonline Arama&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Gelecekonline Arama + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Gelecekonline Arama + Gelecekonline Arama + Google,Gadgets + + + + + ClocksRelatimeGadget + Clocks Relatime + Google Gadgets: Clocks Relatime Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + Clocks Relatime + + + jp.sf.pal.webparts.Code + <script src="http://gmodules.com/ig/ifr?url=Clocks Relatime&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> + + + jp.sf.pal.webparts.Url + http://gmodules.com/ig/creator?synd=open&url=Clocks Relatime + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + Clocks Relatime + Clocks Relatime + Google,Gadgets + + + + + Property changes on: googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/portlet.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/web.xml =================================================================== --- googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/web.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,7 @@ + + + + Web Parts + Property changes on: googlegadgets/trunk/googlegadgets-tools-ja/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/pom.xml =================================================================== --- googlegadgets/trunk/pom.xml 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/pom.xml 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,220 @@ + + 4.0.0 + jp.sf.pal + googlegadgets-project + pom + 0.3 + Google Gadgets Project + + http://pal.sourceforge.jp/ + 2005 + + + shinsuke + Shinsuke Sugaya + shinsuke_at_yahoo.co.jp + http://d.hatena.ne.jp/shinsuke_sugaya/ + + + +9 + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:cvs:pserver:anonymous @ cvs.sourceforge.jp:/cvsroot/pal:googlegadgets + scm:cvs:pserver:anonymous @ cvs.sourceforge.jp:/cvsroot/pal:googlegadgets + http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/googlegadgets + + + Portal Application Laboratory + http://pal.sourceforge.jp/ + + + validate + + + + maven-compiler-plugin + + 1.4 + 1.4 + UTF-8 + + + + maven-deploy-plugin + + true + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.0-SNAPSHOT + + + + clean + + + + + + + + + maven-source-plugin + + + source-jar + package + + jar + + + + + + + + + googlegadgets-news + googlegadgets-tools + googlegadgets-communication + googlegadgets-funandgames + googlegadgets-finance + googlegadgets-sports + googlegadgets-lifestyle + googlegadgets-technology + googlegadgets-new + + + + + maven.marevol.com + Maven2 Repository on marevol.com + http://maven2.marevol.com/ + + + + + people.apache.org m2-snapshot + http://people.apache.org/repo/m2-snapshot-repository + + true + + + false + + + + snapshots.repository.codehaus.org + http://snapshots.repository.codehaus.org + + true + + + false + + + + + + + maven-project-info-reports-plugin + + + + org.codehaus.mojo + changelog-maven-plugin + + + org.codehaus.mojo + taglist-maven-plugin + + + FIXME + TODO + XXX + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.0-SNAPSHOT + + + + + + Property changes on: googlegadgets/trunk/pom.xml ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/src/main/script/create_googlegadges.sh =================================================================== --- googlegadgets/trunk/src/main/script/create_googlegadges.sh 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/src/main/script/create_googlegadges.sh 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,27 @@ +#!/bin/sh + +cd `dirname $0` +BASE_DIR=`pwd` + +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/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/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/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/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/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/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/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/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 + + Property changes on: googlegadgets/trunk/src/main/script/create_googlegadges.sh ___________________________________________________________________ Name: svn:eol-style + native Added: googlegadgets/trunk/src/main/script/create_portlet_desc.pl =================================================================== --- googlegadgets/trunk/src/main/script/create_portlet_desc.pl 2007-06-28 05:30:13 UTC (rev 202) +++ googlegadgets/trunk/src/main/script/create_portlet_desc.pl 2007-06-28 05:36:42 UTC (rev 203) @@ -0,0 +1,133 @@ +#!/usr/bin/perl + +my %PORTLET_NAME; + +# perl create_portlet_desc.pl + +sub main(){ + my $count=$ARGV[1]; + my $cat=$ARGV[2]; + my $lang=$ARGV[3]; + my $tmpfile="/tmp/googlegadget.html"; + my $tmpfile2="/tmp/googlegadget.tmp"; + for ($i=0;$i<$count*100; $i+=100){ + system("wget -O $tmpfile http://www.google.com/ig/directory?hl=$lang\\&synd=open\\&num=100\\&start=$i\\&sa=N\\&cat=$cat"); + if($lang eq "ja"){ + system("iconv -f Shift_JIS -t UTF-8 $tmpfile > $tmpfile2; mv $tmpfile2 $tmpfile"); + } + #system("wget --header=\"Accept-Language: en\" -O $tmpfile http://www.google.com/ig/directory?synd=open\\&num=100\\&start=$i\\&sa=N"); + load_gadgets($tmpfile); + } +} + +sub load_gadgets(){ + my ($file)=@_; + + my $content=""; + open(FILE,$file); + while(){ + $content.=$_; + } + close(FILE); + +#print $content; + while($content=~/\<\!--tstart--\>([^<]+)\<\!--tend--\>/){ + my $title=$1; + $content=substr($content, index($content, "".$title."") + length("".$title."")); + $content=~/http:\/\/www.google.com\/ig\/directory\?hl=en\&synd=open\&num=100\&url=([^"&]+)\"/; + my $url=$1; + my $code="<script src=\"http://gmodules.com/ig/ifr?url=$url&synd=open&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js\"></script>"; + my $editUrl="http://gmodules.com/ig/creator?synd=open&url=$url"; +# print $title."\n"; +# print $code."\n"; +# print $editUrl."\n"; + my $name=$title; + $name=~s/[\W]//g; + my $i=1; + my $tmpname=$name; + while($name ne "" && $PORTLET_NAME{$tmpname} eq "true"){ +print "Duplicated name: $tmpname\n"; + $tmpname=$name.$i; + $i++; + } + $name=$tmpname; + $PORTLET_NAME{$name}="true"; + + $title=~s/[^\w\s\!\"\#\$\%\&\'\(\)\=\-\+\*\^\[\]\{\}\?\;\:\/\,\.]/?/g; + # Remove Portlet entries + if($title=~/Random Funny Quote from Liv/){ + $name=""; + } + + if($name ne ""){ + $name = substr($name, 0, 74); + print PORTLET_FILE < + ${name}Gadget + $title + Google Gadgets: $title Gadget + jp.sf.pal.webparts.WebPartsPortlet + 0 + + jp.sf.pal.webparts.Title + $title + + + jp.sf.pal.webparts.Code + $code + + + jp.sf.pal.webparts.Url + $editUrl + + + text/html + VIEW + EDIT + + en + ja + jp.sf.pal.webparts.resources.WebPartsResources + + $title + $title + Google,Gadgets + + + +PORTLET_DESC + } + } +} + +open(PORTLET_FILE,">$ARGV[0]"); + print PORTLET_FILE < + + + +PORTLET_DESC +main(); + print PORTLET_FILE < + +PORTLET_DESC +close(PORTLET_FILE); + Property changes on: googlegadgets/trunk/src/main/script/create_portlet_desc.pl ___________________________________________________________________ Name: svn:eol-style + native From svnnotify @ sourceforge.jp Thu Jun 28 14:42:49 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 28 Jun 2007 14:42:49 +0900 Subject: [pal-cvs 2472] [204] created branches Message-ID: <20070628054249.B3C4D2AC01C@users.sourceforge.jp> Revision: 204 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=204 Author: shinsuke Date: 2007-06-28 14:42:49 +0900 (Thu, 28 Jun 2007) Log Message: ----------- created branches Added Paths: ----------- googlegadgets/branches/ -------------- next part -------------- From svnnotify @ sourceforge.jp Thu Jun 28 14:43:34 2007 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 28 Jun 2007 14:43:34 +0900 Subject: [pal-cvs 2473] [205] created 0.3 Message-ID: <20070628054334.8E8202AC017@users.sourceforge.jp> Revision: 205 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=205 Author: shinsuke Date: 2007-06-28 14:43:34 +0900 (Thu, 28 Jun 2007) Log Message: ----------- created 0.3 Added Paths: ----------- googlegadgets/branches/googlegadgets-0.3/ -------------- next part -------------- Copied: googlegadgets/branches/googlegadgets-0.3 (from rev 204, googlegadgets/trunk)