<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with firefox and javascript</title>
      <link>http://ask.metafilter.com/tags/firefox+javascript</link>
      <description>Questions tagged with 'firefox' and 'javascript' at Ask MetaFilter.</description>
	  <pubDate>Thu, 22 Oct 2009 14:20:32 -0800</pubDate> <lastBuildDate>Thu, 22 Oct 2009 14:20:32 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Firefox and ASP.Net 1.1 and Ajax and Validators, oh my!</title>
	<link>http://ask.metafilter.com/136173/Firefox%2Dand%2DASPNet%2D11%2Dand%2DAjax%2Dand%2DValidators%2Doh%2Dmy</link>	
	<description>How can I get Ajax and client side validators working with my ASP.Net 1.1 application in Firefox? Ok, long story short - I&apos;ve got an ASP.Net 1.1 website, which uses Validator controls and Ajax (ajax.dll, v5.7.22.2)... All of these elements of the site were chosen/implemented before I got here, and before anybody asks, no, it&apos;s not within our budget (timewise) to upgrade even to ASP.Net 2.0, let alone the latest and greatest of everything.  &lt;br&gt;
&lt;br&gt;
The site works fine in IE (of course), but in Firefox (or Chrome... Haven&apos;t tried Opera or Safari) I&apos;ve found that ASP renders the site without any javascript code for the validators, nor does it render the site with any javascript code for the ajax methods that I call.  &lt;br&gt;
&lt;br&gt;
I&apos;ve checked, and our web.config is setup to treat Firefox as an &quot;uplevel&quot; browser... And it *does* seem to be using the correct HtmlWriter (ie my pages on FFox are rendered with spans and divs).  I&apos;ve tried creating a PageClient alias using an IE7 user agent in the web.config, and forcing the page to use that PageClient.  NOTHING seems to let it generate the Ajax and validator javascript.  My research on the net seems to be pointing towards validators simply not ever able to work with ASP.Net 1.1 and Firefox...  And I presume that whatever the validators do, the Ajax library is doing as well... But I&apos;m really really really hoping there&apos;s a workaround for this.  It&apos;ll be extremely embarrassing to have to tell the client in this day and age &quot;Sorry, we don&apos;t support non-IE browsers with this release&quot;.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136173</guid>
	<pubDate>Thu, 22 Oct 2009 14:20:32 -0800</pubDate>
	<category>ajax</category>
	<category>ASPNet</category>
	<category>firefox</category>
	<category>javascript</category>
	<category>validators</category>
	<dc:creator>antifuse</dc:creator>
	</item>
	<item>
	<title>Can greasemonkey open a link in a different browser?</title>
	<link>http://ask.metafilter.com/133620/Can%2Dgreasemonkey%2Dopen%2Da%2Dlink%2Din%2Da%2Ddifferent%2Dbrowser</link>	
	<description>Is it possible to use a greasemonkey script in Firefox to open specific links in Internet Explorer?  If so, what would it look like? The particular element in the HTML page is an input button which executes some javascript, which opens a different webapp in a new browser window.   However, that webapp only works with IE, and I use Firefox.  The element looks similar to this:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&amp;lt;input value=&quot;New Webapp&quot;  class=&quot;btn&quot; name=&quot;webapp&quot; onclick=&quot;openIntegration(&apos;/servlet/servlet.Integration?scontrolCaching=1&amp;amp;lid=00b70000000zL1t&amp;amp;eid=50070000009tNYv&amp;amp;ic=1&apos;, &apos;height=600,location=no,resizable=yes,toolbar=no,status=no,menubar=no,scrollbars=1&apos;, 1)&quot; title=&quot;New Webapp&quot; type=&quot;button&quot; /&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
The openIntegration function (which sits in a separate .js file) looks like this:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;function openIntegration(url, props, positionType) {&lt;br&gt;
    var newWindow = window.open(url, &quot;_blank&quot;, props, false);&lt;br&gt;
    if (positionType == 2){&lt;br&gt;
        newWindow.moveTo(0, 0);&lt;br&gt;
    } else if (positionType == 0){&lt;br&gt;
        newWindow.moveTo(0, 0);&lt;br&gt;
        newWindow.resizeTo(self.screen.width, self.screen.height);&lt;br&gt;
    }&lt;br&gt;
}&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Can javascript be used to specify a browser other than default?  How would I go about doing this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133620</guid>
	<pubDate>Wed, 23 Sep 2009 09:51:32 -0800</pubDate>
	<category>firefox</category>
	<category>greasemonkey</category>
	<category>ie</category>
	<category>internetexplorer</category>
	<category>javascript</category>
	<category>mozilla</category>
	<dc:creator>Roger Dodger</dc:creator>
	</item>
	<item>
	<title>Zoomy Lightbox a la Firefox?</title>
	<link>http://ask.metafilter.com/130583/Zoomy%2DLightbox%2Da%2Dla%2DFirefox</link>	
	<description>I am in love with the zoom-in dialog box used for the video demo on &lt;a href=&quot;http://en-us.www.mozilla.com/en-US/firefox/3.5.2/whatsnew/&quot;&gt;the Firefox 3.5 &apos;what&apos;s new&apos; screen&lt;/a&gt;. Is there a cross-browser equivalent? I know about various &apos;lightbox&apos; scripts, but this zoom thing is new to me.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130583</guid>
	<pubDate>Wed, 19 Aug 2009 08:09:06 -0800</pubDate>
	<category>dhtml</category>
	<category>firefox</category>
	<category>javascript</category>
	<category>lightbox</category>
	<category>video</category>
	<category>zoom</category>
	<dc:creator>CaptApollo</dc:creator>
	</item>
	<item>
	<title>Suppress right-click menu on a web site</title>
	<link>http://ask.metafilter.com/123419/Suppress%2Drightclick%2Dmenu%2Don%2Da%2Dweb%2Dsite</link>	
	<description>Is there a way to disable the right-click menu on a particular web page I visit that isn&apos;t managed by me? I play a solitaire game on a particular web site fairly often. It&apos;s not a Flash game, nor is it a Java applet, I suspect it&apos;s simply JavaScript. &lt;br&gt;
&lt;br&gt;
The game allows you to use both left and right clicks, each performing different actions, but every time you right-click the normal browser right-click menu appears...very annoying in this context. &lt;br&gt;
&lt;br&gt;
Is there a way for me to tell my browser I don&apos;t want the right-click menu to appear on this one particular page (or its domain, if that&apos;s easier)? I have greasemonkey installed, so a GM script would be ideal, but I haven&apos;t been able to locate one.&lt;br&gt;
&lt;br&gt;
I&apos;m on Windows, using FF. Thanks mucho for any ideas. (I could possibly write my own script if pointed in the right direction.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.123419</guid>
	<pubDate>Sat, 30 May 2009 02:50:40 -0800</pubDate>
	<category>disable</category>
	<category>firefox</category>
	<category>javascript</category>
	<category>menu</category>
	<category>resolved</category>
	<category>rightclick</category>
	<dc:creator>maxwelton</dc:creator>
	</item>
	<item>
	<title>How to all Javascript to run only within it&apos;s own domain?</title>
	<link>http://ask.metafilter.com/122260/How%2Dto%2Dall%2DJavascript%2Dto%2Drun%2Donly%2Dwithin%2Dits%2Down%2Ddomain</link>	
	<description>Is it possible to make NoScript disable certain site&apos;s scripts only on certain sites? For example, I&apos;m on site-a.com, and there&apos;s javascript on there that is necessary for that site to function, so I allow it. However, site-b.com uses some scripts from site-a.com. I don&apos;t necessarily want site-a.com&apos;s scripts running on site-b.com, for whatever reason. &lt;br&gt;
&lt;br&gt;
How can I set site-a.com&apos;s scripts to run only on site-a.com?&lt;br&gt;
&lt;br&gt;
I did try asking this question at the NoScript forums, but the post was deleted.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.122260</guid>
	<pubDate>Sat, 16 May 2009 10:42:15 -0800</pubDate>
	<category>firefox</category>
	<category>javascript</category>
	<category>noscript</category>
	<category>whitelist</category>
	<dc:creator>Solomon</dc:creator>
	</item>
	<item>
	<title>Getting buttons to work on Firefox</title>
	<link>http://ask.metafilter.com/120675/Getting%2Dbuttons%2Dto%2Dwork%2Don%2DFirefox</link>	
	<description>Javascript (and other protocols) do not always work on Firefox/Mac. I am running a Mac with Firefox 3.0.10.  All too often I find that clicking on buttons on certain sites, where the button uses Javascript (but also asf and php), nothing happens.  Usually I find a work-around but I am curious as to why it doesn&apos;t work.  Here is a case in point - http://www.cityinn.com/london/reservations.htm.  Clicking on the Check Availability button (after filling in the details) does nothing.  Things I have tried:&lt;br&gt;
&lt;br&gt;
1) Using other browsers (Safari, Camino).  Sometimes this helps but not here.&lt;br&gt;
2) Disabling and even uninstalling all my add-ons.  Rarely helps.&lt;br&gt;
&lt;br&gt;
So, is this some Mac setting, some dumb thing I am or I am not doing or just lousy design by various websites?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.120675</guid>
	<pubDate>Tue, 28 Apr 2009 05:55:28 -0800</pubDate>
	<category>Firefox</category>
	<category>Javascript</category>
	<category>Mac</category>
	<dc:creator>TheRaven</dc:creator>
	</item>
	<item>
	<title>Firefox javascript tab closure command?</title>
	<link>http://ask.metafilter.com/80829/Firefox%2Djavascript%2Dtab%2Dclosure%2Dcommand</link>	
	<description>Firefox javascript command: how to close a tab?  Last week you helped me create a toolbar bookmark for scrolling down a half page in Firefox using the command   javascript:self.scrollBy(0,300);   as seen  &lt;a href=&quot;http://ask.metafilter.com/80184/Scroll-control#&quot;&gt;here&lt;/a&gt;.

 Now I&apos;d like to add a second command to that bookmark: a command to close the active tab.  The button then would close the active tab and subsequently scroll down a half page of the next tab that appears.  In my reading there appears to be some difficulty making using javascript to close tabs in FF 2.0, and not all pre FF 2.0 solutions currently work.

Ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.80829</guid>
	<pubDate>Sat, 12 Jan 2008 11:13:55 -0800</pubDate>
	<category>Firefox</category>
	<category>javascript</category>
	<category>tabs</category>
	<dc:creator>bbranden1</dc:creator>
	</item>
	<item>
	<title>Spaces Cause Strange Behavior in TextArea</title>
	<link>http://ask.metafilter.com/67943/Spaces%2DCause%2DStrange%2DBehavior%2Din%2DTextArea</link>	
	<description>At least in Firefox I&apos;m seeing an undesirable behavior in textareas.  My question is how to fix/avoid it.

Here&apos;s the problem.  Go to a textarea in Firefox.  (The ask.metafilter ask a question one will do fine.)  Type enough characters to fill a whole line of the textarea e.g., kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk...
Now put a single space in front of that line.  It moves the line one line lower instead of just putting a space in front of the characters which is what I would prefer i.e., treat a space like any other character. It&apos;s really driving me crazy on my website where I want to have users format precise code.  Let me know if my explanation isn&apos;t clear and I&apos;ll try to explain it better.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.67943</guid>
	<pubDate>Fri, 27 Jul 2007 10:39:46 -0800</pubDate>
	<category>firefox</category>
	<category>form</category>
	<category>HTML</category>
	<category>javascript</category>
	<category>textarea</category>
	<dc:creator>GregX3</dc:creator>
	</item>
	<item>
	<title>How to create a CrossBrowser Bookmarklet?</title>
	<link>http://ask.metafilter.com/55710/How%2Dto%2Dcreate%2Da%2DCrossBrowser%2DBookmarklet</link>	
	<description>I have written a bookmarklet that works in Firefox but not in IE6.  How can I change it to be supported cross browser or even as a separate bookmarklet to get the same results. javascript:Qr=document.getSelection();if(Qr)location.href=&apos;http://jobsearchlog.com/ba.cfm?ad=&apos;+escape(Qr)+&apos;&amp;amp;description=&apos;+encodeURIComponent(document.title)+&apos;&amp;amp;tags=%s&apos;+&apos;&amp;amp;ad4user=mickbw&amp;amp;url2job=&apos;+window.location.href;&lt;br&gt;
&lt;br&gt;
Much of the JS was taken from the send to Delicious bookmarklet but I&apos;ve never seen it work in IE anyway.&lt;br&gt;
&lt;br&gt;
The purpose of the &apos;let is to send whatever text in a page has been selected, the URL and page title and submit the values into a database for use in my web application.  In Firefox they would also be able to specify tags to be included in the insert. &lt;br&gt;
&lt;br&gt;
Any suggestions on making this work in IE?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.55710</guid>
	<pubDate>Wed, 24 Jan 2007 22:08:15 -0800</pubDate>
	<category>bookmarklet</category>
	<category>firefox</category>
	<category>IE</category>
	<category>Javascript</category>
	<dc:creator>mickbw</dc:creator>
	</item>
	<item>
	<title>javascrtipt access to style sheets.</title>
	<link>http://ask.metafilter.com/31703/javascrtipt%2Daccess%2Dto%2Dstyle%2Dsheets</link>	
	<description>javascript question:  im looking for a way to access the style sheet text in firefox. im looking for the full text - like with the comments and everything, not just the cssText attribute of each individual cssRule.  &lt;br&gt;
&lt;br&gt;
for an example, see the &quot;Edit CSS&quot; option in the developer plug  in.&lt;br&gt;
&lt;br&gt;
background information:  im writting a greaseMonkey script that will allow you to view/edit the markup and css of a page you&apos;re  viewing.  In order to make the CSS editable, i need a way to quickly and easily grab the text from all the style sheets  and move them into one style tag, then disable the originals.  Ive got a working copy, except that i have to cycle through all the cssRules and grab the text of each and append it to the new style tag - which is slow, destroys the orginal formatting and leaves out any comments.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.31703</guid>
	<pubDate>Sun, 29 Jan 2006 16:19:55 -0800</pubDate>
	<category>css</category>
	<category>firefox</category>
	<category>javascript</category>
	<dc:creator>Tryptophan-5ht</dc:creator>
	</item>
	<item>
	<title>Where oh where has my JavaScript gone ?</title>
	<link>http://ask.metafilter.com/27307/Where%2Doh%2Dwhere%2Dhas%2Dmy%2DJavaScript%2Dgone</link>	
	<description>I want to go back to FireFox 1.0.4 because JavaScript has failed me in 1.0.7.  How do I do so. . .or is there hope for my 1.0.7 ? I&apos;ve searched Google, the archives here, and the Mozilla Forums, but no one can tell me why, after downloading Firefox 1.0.7, that Javascript quit and my GoogleMaps dont map. It happened instantly, after download. &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
They say to check the box in &lt;em&gt;Options/WebFeatures&lt;/em&gt;, but I&apos;ve checked and unchecked that a few times.  I&apos;ve checked and unchecked the &lt;em&gt;&apos;Load images-from the originating web site only&apos;&lt;/em&gt; setting, but to no avail.&lt;br&gt;
&lt;br&gt;
I&apos;ve asked friends and run three different anti-virus programs (just in case) in addition to my Norton AV, but alas, I&apos;m still JavaScript free in my Fox and XP. &lt;br&gt;
&lt;br&gt;
When typing in www.maps.google.com the page flashes then goes to this - &quot;http://maps.google.com/?output=html&quot; &lt;br&gt;
&lt;br&gt;
&lt;strong&gt;So how do I go backto FireFox 1.0.4 ?&lt;/strong&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.27307</guid>
	<pubDate>Tue, 15 Nov 2005 20:46:33 -0800</pubDate>
	<category>firefox</category>
	<category>javascript</category>
	<dc:creator>mikeinclifton</dc:creator>
	</item>
	<item>
	<title>How Can I Write Cross-Browser Links?</title>
	<link>http://ask.metafilter.com/26089/How%2DCan%2DI%2DWrite%2DCrossBrowser%2DLinks</link>	
	<description>Without using any plug-ins or extensions, how can I always force a link to open in IE, regardless of the client browser? I&apos;m trying to do a fairly simple web port that has three existing ActiveX ojbects that aren&apos;t about to get re-written. Of course it works fine in IE but doesn&apos;t in Firefox. I&apos;ve already implemented some browser detect code that tells people &quot;get thee to IE&quot; if they try to launch the pages containing the ActiveX objects.&lt;br&gt;
&lt;br&gt;
What I&apos;d prefer, though, is some kind of client-side link that allows any user the same kind of functionality that Firefox&apos;s &quot;View In IE&quot; plugin does. The ActiveX objects launch in a new, untitled, no-scrollbarred window anyway -- I&apos;d like to be able to force those links to always open in Internet Explorer instead of the default browser. A much more seamless user experience that way.&lt;br&gt;
&lt;br&gt;
Is it even possible to do this programatically? Or am I going to have to stick with providing browser-specific directions throughout the web app, stating that it works best in IE? Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.26089</guid>
	<pubDate>Tue, 25 Oct 2005 12:13:01 -0800</pubDate>
	<category>activex</category>
	<category>firefox</category>
	<category>ie</category>
	<category>javascript</category>
	<dc:creator>RKB</dc:creator>
	</item>
	<item>
	<title>firefoxfilter</title>
	<link>http://ask.metafilter.com/24165/firefoxfilter</link>	
	<description>Firefox 1.5 Beta : some of my javascript bookmarklets stopped working. Any ideas? I have two little bookmarklets that resize my browser window, a default and one that&apos;s tall and skinny for reading books. I managed to cobble them together without really knowing what I&apos;m doing, and on Firefox Beta they have magically stopped working. I&apos;ve looked around a bit and have no clue why they don&apos;t work. Other .js bookmarklets work fine.&lt;br&gt;
&lt;br&gt;
Here&apos;s the code:&lt;br&gt;
javascript:resizeTo(600,screen.availHeight-40);moveTo(2,2)&lt;br&gt;
javascript:resizeTo(screen.availWidth-50,screen.availHeight-40);moveTo(2,2)&lt;br&gt;
&lt;br&gt;
Help! I use these all the time and besides, it perplexes me slightly :(</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.24165</guid>
	<pubDate>Sat, 17 Sep 2005 11:28:21 -0800</pubDate>
	<category>firefox</category>
	<category>javascript</category>
	<dc:creator>31d1</dc:creator>
	</item>
	<item>
	<title>How do I assign a hotkey to a Firefox bookmark?</title>
	<link>http://ask.metafilter.com/23032/How%2Ddo%2DI%2Dassign%2Da%2Dhotkey%2Dto%2Da%2DFirefox%2Dbookmark</link>	
	<description>I have a bookmarklet that I&apos;d like to run by a pressing a hotkey in Firefox -- any suggestions? I&apos;ve set up a mouse gesture to do this, but I&apos;d like a keyboard shortcut as well. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.23032</guid>
	<pubDate>Tue, 23 Aug 2005 19:20:15 -0800</pubDate>
	<category>bookmarklet</category>
	<category>firefox</category>
	<category>javascript</category>
	<category>mozilla</category>
	<dc:creator>arathorn</dc:creator>
	</item>
	<item>
	<title>Firefox image resizing driving me mad</title>
	<link>http://ask.metafilter.com/12139/Firefox%2Dimage%2Dresizing%2Ddriving%2Dme%2Dmad</link>	
	<description>FireFox filter. This is driving me mad. My website has a little JavaScript (inside) to drag in a random image. Each image is 150 wide (varying heights). IE displays them fine. Firefox 1.0  resizes certain images. Anyone know why? The JavaScript specifies the width (but not the height as each image is different):&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;var choice = pickRandom(range);&lt;br&gt;
document.writeln(&apos;&amp;lt;a href=&quot;about.htm&quot;&amp;gt;&amp;lt;img src=&quot;images/bl&apos;+choice+&apos;.jpg&quot; &lt;br&gt;
class=&quot;randompic&quot; width=&quot;150&quot; alt=&quot;blah&quot;&amp;gt;&amp;lt;/a&amp;gt;&apos;);&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
It&apos;s easy to see the browser re-sizes them as it has that wierd pixellated quality that browser-resized images have (+it spills out of the containing div).&lt;br&gt;
&lt;br&gt;
The images are at the &lt;a href=&quot;http://www.brucelawson.co.uk/&quot;&gt;bottom of the yellow side-bar &lt;/a&gt; (self-link, sorry); refreshing the page brings new ones. I&apos;ve checked Bugzilla, but can&apos;t help feeling that I&apos;m going mad ...</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.12139</guid>
	<pubDate>Wed, 24 Nov 2004 11:55:28 -0800</pubDate>
	<category>browser</category>
	<category>bug</category>
	<category>firefox</category>
	<category>image</category>
	<category>images</category>
	<category>imagesize</category>
	<category>javascript</category>
	<category>js</category>
	<category>stylesheet</category>
	<dc:creator>Pericles</dc:creator>
	</item>
	<item>
	<title>Firefox / Javascript question... how do I get the mouse X/Y position across frames?</title>
	<link>http://ask.metafilter.com/9099/Firefox%2DJavascript%2Dquestion%2Dhow%2Ddo%2DI%2Dget%2Dthe%2Dmouse%2DXY%2Dposition%2Dacross%2Dframes</link>	
	<description>Firefox / Javascript question... how do I get the mouse X/Y position across frames (relative to the browser window, of course) Say I&apos;ve got a frameset like&lt;br&gt;
&lt;pre&gt;--------&lt;br&gt;|    | |&lt;br&gt;|    | |&lt;br&gt;--------&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
Now if I have a &lt;tt&gt;document.onmousedown = someFunction&lt;/tt&gt; and then have &lt;tt&gt;function someFunction(e)&lt;/tt&gt;, then the event &apos;e&apos; will have &lt;tt&gt;e.clientX&lt;/tt&gt; and &lt;tt&gt;e.pageX&lt;/tt&gt; which hold the current mouse position relative to that frame. If I&apos;m in the right frame though, then I&apos;d need to add the width of the left frame to get the position relative to the browser window.&lt;br&gt;
&lt;br&gt;
Is there some way to get the mouse position outside the frames, or without an &apos;e&apos;? It&apos;s been driving me bonkers.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.9099</guid>
	<pubDate>Mon, 02 Aug 2004 01:32:55 -0800</pubDate>
	<category>firefox</category>
	<category>javascript</category>
	<dc:creator>holloway</dc:creator>
	</item>
	
	</channel>
</rss>

