<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WSI Blog &#187; Flash</title>
	<atom:link href="http://www.wsiyorkshire.co.uk/blog/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wsiyorkshire.co.uk/blog</link>
	<description>Website Development and Internet Marketing Blog</description>
	<lastBuildDate>Tue, 15 May 2012 08:13:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Better Typography On The Web</title>
		<link>http://www.wsiyorkshire.co.uk/blog/typography-web/2009/11/</link>
		<comments>http://www.wsiyorkshire.co.uk/blog/typography-web/2009/11/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 16:10:28 +0000</pubDate>
		<dc:creator>Daniel Fielding</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Interface Design]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.wsiyorkshire.co.uk/blog/?p=360</guid>
		<description><![CDATA[Websites have always had to make use of a pretty limited set of fonts and while there’s still no perfect solution, there are alternatives appearing all of the time. Well chosen typefaces can bring a design to life and give a designer another tool to make their creation stand out. Of course, it also works [...]]]></description>
			<content:encoded><![CDATA[<p>Websites have always had to make use of a pretty limited set of fonts and while there’s still no perfect solution, there are alternatives appearing all of the time. Well chosen typefaces can bring a design to life and give a designer another tool to make their creation stand out. Of course, it also works the other way, badly chosen fonts can make text difficult to understand and impact the usability of a site.</p>
<p>In this post I’m going to discuss some of the popular techniques used to allow more flexibility with online fonts as well as newer solutions that could be on the horizon<span id="more-360"></span></p>
<h2>Web-safe fonts</h2>
<p>For reasons both technical and legal, web browsers have really only been able to make use of fonts already installed on a visitor’s computer. That means that for the most part we’re left with the following list of fonts which are common to both Windows and Mac machines (or at least have a close Mac equivalent):</p>
<ul>
<li>Arial</li>
<li>Courier New</li>
<li>Georgia</li>
<li>Impact</li>
<li>Lucida Sans Unicode (or Lucida Grande on the Mac)</li>
<li>Tahoma (or Geneva on the Mac)</li>
<li>Times New Roman (or Times on the Mac)</li>
<li>Trebuchet MS (or Helvetica on the Mac)</li>
<li>Verdana</li>
</ul>
<p><strong> Font Stacks</strong></p>
<p>When CSS became the standard for styling your website it brought with it greatly improved tools for defining and transforming text. One of these tools was Font Stacks, a prioritised list of fonts to be used by a particular part of your site. To list multiple fonts in this way you use the “font-family” property, for example:</p>
<blockquote><p><em>p<br />
{<br />
font-family:&#8221;Times New Roman&#8221;,Times,Serif;<br />
}</em></p></blockquote>
<p>This would instruct all of the text in your paragraph tags to use Times New Roman, if that font isn’t available on a user’s machine it would check for Times (the Mac equivalent) and if it can’t find either it would fall back to whatever generic “serif” font was available. This also means that designers can be a little more adventurous, for example adding a relatively rare font at the front of the queue, there’s always a fall back option that everyone else could use. The downside to this being that the majority of your visitors will be seeing a different version of the site, something that a lot of clients may not be happy with.</p>
<h2>Font Replacement Techniques</h2>
<p>If you’re familiar with the web-safe fonts listed above you may be thinking they all look a little tame. They’ve generally been selected because they are easy to read on screen and so work well as the font for your main body text, but what if you’d like to try something a little more adventurous for your headings? Headings are usually going to be just a few words and rendered in a larger font size which means readability becomes less of an issue, they can be the perfect place to inject a bit of creative flare and give some personality to your design. Over the last few years several options have been developed:</p>
<p><strong>sIFR (Scalable Inman Flash Replacement)</strong></p>
<p>sIFR uses Javascript and Flash to convert your plain text into any font you would like. It was first developed in 2005 and has been open sourced so anybody can use it free of charge. You can find out more about it here &#8211; <a href="http://www.mikeindustries.com/blog/sifr/">http://www.mikeindustries.com/blog/sifr/</a></p>
<p>Because the switch is made by the Javascript after the page has loaded, you don’t have to make any sacrifices in terms of search engine optimisation or accessibility. The downsides to sIFR are that it requires that both Javascript and Flash being installed, the text may not show up if the visitor is using ad-blocking software and some browsers can have problems with selecting/deselecting sIFR text.</p>
<p><strong>Cufón</strong></p>
<p>Cufón is an alternative to sIFR which doesn’t involve Flash. It uses a specially created font generator which converts standard fonts into the necessary format, then Javascript to render the finished font on the page. You can find out more here &#8211; <a href="http://cufon.shoqolate.com/generate/">http://cufon.shoqolate.com/generate/</a></p>
<p>It has the same benefits as sIFR but doesn’t need Flash which means more people will see the results and the page should load slightly quicker. On the other hand there can be more work involved in getting it set up and it doesn’t have complete browser support, there are still problems stopping it from working in some versions of Firefox and Chrome. It also has show-stopping problems in some screen readers which would make your site almost useless to visually impaired visitors.</p>
<p><strong>Typekit</strong></p>
<p>So while there are options out there for swapping more adventurous fonts into your websites, they all come with their own drawbacks which is why they’ve not achieved mainstream success. Typekit is a new service which was announced earlier this year and promised to change the way type is handled on the web. It uses a previously available but underutilised CSS property called @font-face which is starting to be implemented by more browsers.</p>
<p>The Typekit founders have made deals with various typographic foundries to offer hundreds of custom fonts specifically for use on the web. The service launched this week allowing website owners to sign up for one of various payment plans. I’ve been testing the service myself with mixed results, you can take a look here although depending on your browser you may or may not see the results &#8211; <a href="http://www.wsiyorkshire.co.uk/typekit/">http://www.wsiyorkshire.co.uk/typekit/</a></p>
<div id="attachment_361" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-361" title="A comparison of my Typekit test between two modern browsers." src="http://www.wsiyorkshire.co.uk/blog/wp-content/uploads/2009/11/typekit-browsers.jpg" alt="A comparison of my Typekit test between two modern browsers." width="400" height="292" /><p class="wp-caption-text">A comparison of my Typekit test between two modern browsers.</p></div>
<p>The Typekit founders claim the service works in Internet Explorer and recent versions of Firefox and Safari although I’ve not been able to get it to work under IE. There is no support for Chrome or Opera until those browser manufacturers include support for the @font-face property, however for now these browsers will simply fall back to the next font in the stack.</p>
<p>The service itself is easy to use and the collection of fonts available is impressive. I’d have to recommend against using it on client sites until the browser support improves but it’s definitely a technology to keep your eye on.</p>
<p>There’s definitely a bright future for typography on the web, there are many other companies working on similar products and the amount of buzz around Typekit shows just how much demand is out there for better fonts! Once the bugs are worked out and the browsers catch, up I’d be very surprised if custom typefaces don’t become commonplace on the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wsiyorkshire.co.uk/blog/typography-web/2009/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making an Impression with Flash Animation</title>
		<link>http://www.wsiyorkshire.co.uk/blog/making-impression-flash-animation/2008/11/</link>
		<comments>http://www.wsiyorkshire.co.uk/blog/making-impression-flash-animation/2008/11/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:19:22 +0000</pubDate>
		<dc:creator>Stephen Harvey-Franklin</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[interactivity]]></category>

		<guid isPermaLink="false">http://www.wsiyorkshire.co.uk/blog/?p=296</guid>
		<description><![CDATA[The internet is a wonderful communications medium, providing a vehicle for businesses and consumers alike to engage the masses. However, for all its advances, it still relies heavily on text and static images despite the fact that animation and audio have been available for some time in the form of Flash technology.

Flash technology has been a welcome addition to the internet. When used well, it can be the best way to get your message across. If used unwisely on the other hand, it simply deters your site visitors from sticking around. So how can you get the best out of Flash animation?]]></description>
			<content:encoded><![CDATA[<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">The internet is a wonderful communications medium, providing a vehicle for businesses and consumers alike to engage the masses. However, for all its advances, it still relies heavily on text and static images despite the fact that animation and audio have been available for some time in the form of Flash technology.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">Flash technology has been a welcome addition to the internet. When used well, it can be the best way to get your message across. If used unwisely on the other hand, it simply deters your site visitors from sticking around. So how can you get the best out of Flash animation?&lt;!&#8211;more&#8211;&gt;</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;"><strong>Using Flash Animation to the Best Effect</strong><br />
The internet community is split over the effective use of animation on the web. Some feel it has its place and is the direction the web should take. Others feel it is overused and not always effective, citing the following issues:</p>
<ul style="margin-top: 20px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 0.8em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; list-style-type: square; list-style-position: initial; list-style-image: initial; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">Potentially long download times, which slow down the Web</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">Usability problems from a majority of hand-held devices</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">Lack of programming skills amongst developers</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">Search Engine readability issues (although improvements have been made in this area)</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">Prohibitive development costs.</li>
</ul>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">All of these are valid concerns. Consideration should be given to your own circumstance: Who is your target audience? How are they going to be accessing your website? Could animation help enhance your message?</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">A measured approach can help you identify the most effective way to use animation on your website. The following suggestions are offered to help you use Flash to great effect, rather than simply using it with no real purpose other than &#8216;it looks great&#8217;.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;"><strong>1. Subtly Rotating Content</strong><br />
The main reason for using Flash animation is to draw the eye and give attention to your main message. A subtle rotation of well-thought-out slogans, perhaps with accompanying images, will enable you to convey your most important sales messages.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">The subtle animation will draw your visitor&#8217;s attention without overly distracting attention away from other content on the page. In other words, the rotating slogans enhance your other content, rather than become an unnecessary distraction.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;"><strong>2. Image Galleries</strong><br />
If you need to display a number of images in an orderly, professional manner, you should consider using Flash animation. A well-devised Flash-based image gallery will not only look great, but will also give the user a simple-to-use interface to navigate through your pictures with ease. Some features might include:</p>
<ul style="margin-top: 20px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 0.8em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; list-style-type: square; list-style-position: initial; list-style-image: initial; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">Self-navigation buttons</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">Functionality to scroll through the images</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">An auto-play slide show function</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">The option of including copy with each image</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">The option to link to another web page from each image</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 23px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 1em; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; border: 0px initial initial;">Little or no delay in loading images</li>
</ul>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">It&#8217;s important to keep in mind that the aim of your image gallery should not only be to look good, but also (and perhaps more importantly) to provide a good user experience.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;"><strong>3. Video Footage</strong><br />
One area in which Flash technology is being well utilised is to enable the playing of video footage over the internet. Websites such as YouTube, Vimeo, and a myriad of other video-sharing sites have made online video almost commonplace with most web users.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">The trend now is for businesses to make effective use of video on their company websites. A short 2 to 5 minute video enables the presenter to share a message on a whole new level – without having to cost the earth to produce or broadcast.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: 1.5em; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;">Other more complex uses of Flash animation could include product walkthroughs, interactive tutorials, animated calendars, multi-track audio players, and more. When incorporating animated content, the key is to enhance – not distract from – your main message. If you would like help implementing Flash animation effectively on your website, call us on 01484 690430.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wsiyorkshire.co.uk/blog/making-impression-flash-animation/2008/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

