<?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>Selling stuff &#187; sale</title>
	<atom:link href="http://burfieldstuff.com/tag/sale/feed/" rel="self" type="application/rss+xml" />
	<link>http://burfieldstuff.com</link>
	<description>Affiliate website</description>
	<lastBuildDate>Fri, 25 Mar 2011 14:04:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cctv and webcams</title>
		<link>http://burfieldstuff.com/2009/09/03/cctv-and-webcams/</link>
		<comments>http://burfieldstuff.com/2009/09/03/cctv-and-webcams/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cameras]]></category>
		<category><![CDATA[cctv]]></category>
		<category><![CDATA[sale]]></category>

		<guid isPermaLink="false">http://burfieldstuff.com/?p=13</guid>
		<description><![CDATA[Buy cctv and webcams The united kingdom has recently been called a "surveillance society" There are around 4.5 million cctv cameras in the uk monitoring the population 24 hours a day 7 days a week. Some say this is an invasion of privacy, while others take comfort in the fact that their person, personal belongings [...]]]></description>
			<content:encoded><![CDATA[<h2>Buy cctv and webcams</h2>
<p>The united kingdom has recently been called a "surveillance society" There are around 4.5 million cctv cameras in the uk monitoring the population 24 hours a day 7 days a week. Some say this is an invasion of privacy, while others take comfort in the fact that their person, personal belongings and property is under the watchful eye of the authorities. However, this security comes with a massive cost, over £20 billion uk pounds so far. That works out at around £800 per household. We have been looking and experimenting with ways to enable the general public to secure homes and property using this technology. We have found low cost options that can easily be installed at home or in the work place. Low cost cctv.</p>
<h3>Diy cctv</h3>
<p>A diy cctv system can easily be installed in a property for the owners peace of mind. The cost for a diy home cctv system can be as little as £100. The software is available to buy or use as a trial. The best software we have found for a home cctv installation is Webcam xp. The best place to buy a camera is ebay. Cameras come in many forms and it is advisable to find a camera with infa red capabilities to allow for night vision. Most cameras need a 24volt supply that is normally included in the selling price. The camera video output is then coupled to a capture card in a personal computer. The webcam xp software almost automatically configures the camera, pc card and internet connection to become enabled for instant streaming over the internet.<br />
This streaming cctv webcam is best viewed with firefox browser. Download here. <a href="http://www.mozilla.com/en-US/?from=sfx&amp;uid=0&amp;t=441"><img src="http://sfx-images.mozilla.org/affiliates/Buttons/Firefox3.5/200x32_all_blue.png" border="0" alt="Spread Firefox Affiliate Button" /></a></p>
<p><script type="text/javascript">// <![CDATA[
  var height_array = new Array();
  var width_array = new Array();
  width_array[1] = 320;
  height_array[1] = 240;
// ]]&gt;</script>
<img id="webcam1" class="webcam" onmousedown="PTZMouseDown1(event)" src="http://213.104.208.74:8080/loading.jpg" alt="Live Stream" width="320" height="240" />
<script type="text/javascript">// <![CDATA[
currentCamera1= 1;
errorimg1= 0;
document.images.webcam1.onload = DoIt1;
document.images.webcam1.onerror = ErrorImage1;
function LoadImage1()
{
        uniq1 = Math.random();
        document.images.webcam1.src = "http://213.104.208.74:8080/cam_" + currentCamera1 + ".jpg?uniq="+uniq1;
        document.images.webcam1.onload = DoIt1;
}
function PTZMouseDown1(e)
{
        var IE = document.all?true:false;
        var x,y;
        var myx,myy;
        var myifr = document.getElementById("_iframe-ptz");
        tp = getElPos1();
        myx = tp[0];
        myy = tp[1];
        if(IE){
        var scrollX = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft;
        var scrollY = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop;
        x = event.clientX - myx + scrollX;
        y = event.clientY - myy + scrollY;
        } else {
        x = e.pageX - myx;
        y = e.pageY - myy;
        }
        if ((width_array[currentCamera1] != null) &#038;& (width_array[currentCamera1] > 0)) x = Math.round((x * 400) / width_array[currentCamera1]);
        if ((height_array[currentCamera1] != null) &#038;& (height_array[currentCamera1] > 0)) y = Math.round((y * 300) / height_array[currentCamera1]);
        if (x > 400) x = 400;
        if (y > 300) y = 300;
        if (myifr != null) myifr.src = "http://213.104.208.74:8080/ptz?src=" + currentCamera1 + "&#038;moveto_x=" + x + "&#038;moveto_y=" + y +"";
        return true;
}
function getElPos1()
{
            el = document.images.webcam1;
            x = el.offsetLeft;
            y = el.offsetTop;
            elp = el.offsetParent;
            while(elp!=null)
              { x+=elp.offsetLeft;
                y+=elp.offsetTop;
                elp=elp.offsetParent;
              }
            return new Array(x,y);
}
function ErrorImage1()
{
        errorimg1++;
        if (errorimg1>3){
              document.images.webcam1.onload = "";
              document.images.webcam1.onerror = "";
              document.images.webcam1.src = "offline.jpg";
              }else{
                uniq1 = Math.random();
            document.images.webcam1.src = "http://213.104.208.74:8080/cam_" + currentCamera1 + ".jpg?uniq="+uniq1;
              }
}
function DoIt1()
{
        errorimg1=0;
        window.setTimeout("LoadImage1();", 40);
}
// ]]&gt;</script>
</p>
<h3>Cctv over internet</h3>
<p>The above picture is streaming live cctv video over the internet. We have left the cam open for demonstration purposes but it can also be password protected to allow for privacy. We have configured motion detection. This motion detection ensures that any movement within user set perameters will be recorded to the computer hard disc for a set length of time.</p>
<h3>Cctv cameras for sale</h3>
<div>
<table width="100%" border="0" cellpadding="5" cellspacing="5">
  <tr>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-ir-day-night-color-30-led-video-cctv-bullet-camera-y03_261026530377_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/261026530377_0.jpg" alt="IR day night color 30 LED video CCTV bullet camera Y03" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-ir-day-night-color-30-led-video-cctv-bullet-camera-y03_261026530377_US.html" rel="nofollow"><strong>IR day night color 30 LED video CCTV bullet camera Y03</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $33.00
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-cctv-540tvl-sony-1-3-ccd-ptz-dome-d-n-outdoor-camera_251064598247_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/251064598247_0.jpg" alt="CCTV 540TVL Sony 1 3 CCD PTZ Dome D N Outdoor Camera" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-cctv-540tvl-sony-1-3-ccd-ptz-dome-d-n-outdoor-camera_251064598247_US.html" rel="nofollow"><strong>CCTV 540TVL Sony 1 3 CCD PTZ Dome D N Outdoor Camera</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $183.00
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-surveillance-security-camera-sony-ccd-hidden-smoke-detector-cctv-wide-angle-cha_360459397996_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/360459397996_0.jpg" alt="Surveillance Security Camera SONY CCD Hidden Smoke Detector CCTV Wide Angle CHA" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-surveillance-security-camera-sony-ccd-hidden-smoke-detector-cctv-wide-angle-cha_360459397996_US.html" rel="nofollow"><strong>Surveillance Security Camera SONY CCD Hidden Smoke Detector CCTV Wide Angle CHA</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $60.99
    </td>
  </tr>
</table>

<table width="100%" border="0" cellpadding="5" cellspacing="5">
  <tr>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-16x-50ft-cctv-surveillance-dvr-security-camera-extension-video-power-cable-cmf_190680298760_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/190680298760_0.jpg" alt="16X 50ft CCTV Surveillance DVR Security Camera Extension Video Power Cable CMF" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-16x-50ft-cctv-surveillance-dvr-security-camera-extension-video-power-cable-cmf_190680298760_US.html" rel="nofollow"><strong>16X 50ft CCTV Surveillance DVR Security Camera Extension Video Power Cable CMF</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $117.70
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-4-nightvision-wireless-camerausb-receiver-outdoor-cctv_400298359093_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/400298359093_0.jpg" alt="4 NIGHTVISION WIRELESS CAMERAUSB RECEIVER OUTDOOR CCTV" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-4-nightvision-wireless-camerausb-receiver-outdoor-cctv_400298359093_US.html" rel="nofollow"><strong>4 NIGHTVISION WIRELESS CAMERAUSB RECEIVER OUTDOOR CCTV</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $362.00
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-home-security-video-system-4-ir-color-cameras-cctv-dvr_251064600242_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/251064600242_0.jpg" alt="Home Security Video System 4 IR Color Cameras CCTV DVR" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-home-security-video-system-4-ir-color-cameras-cctv-dvr_251064600242_US.html" rel="nofollow"><strong>Home Security Video System 4 IR Color Cameras CCTV DVR</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $143.99
    </td>
  </tr>
</table>

<table width="100%" border="0" cellpadding="5" cellspacing="5">
  <tr>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-usb-dvr-pc-receiver-wireless-camera-pinhole-cctv-new_400298359092_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/400298359092_0.jpg" alt="USB DVR PC Receiver Wireless camera pinhole CCTV New" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-usb-dvr-pc-receiver-wireless-camera-pinhole-cctv-new_400298359092_US.html" rel="nofollow"><strong>USB DVR PC Receiver Wireless camera pinhole CCTV New</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $71.92
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-dvr-ccd-cctv-ir-camera-color-video-sd-card-recorder-dw1_400298359096_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/400298359096_0.jpg" alt="DVR CCD CCTV IR Camera color Video SD Card Recorder DW1" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-dvr-ccd-cctv-ir-camera-color-video-sd-card-recorder-dw1_400298359096_US.html" rel="nofollow"><strong>DVR CCD CCTV IR Camera color Video SD Card Recorder DW1</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $131.59
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-sony-effio-ir-cctv-weatherproof-zoom-lens-home-security-surveillance-camera-c88_180884471339_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/180884471339_0.jpg" alt="SONY Effio IR CCTV Weatherproof Zoom Lens Home Security Surveillance Camera C88" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-sony-effio-ir-cctv-weatherproof-zoom-lens-home-security-surveillance-camera-c88_180884471339_US.html" rel="nofollow"><strong>SONY Effio IR CCTV Weatherproof Zoom Lens Home Security Surveillance Camera C88</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $148.50
    </td>
  </tr>
</table>

<table width="100%" border="0" cellpadding="5" cellspacing="5">
  <tr>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-5-100mm-manual-zoom-cctv-lens-for-cs-camera-true-f18-u27_120913582207_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/120913582207_0.jpg" alt="5 100mm Manual Zoom CCTV Lens For CS Camera True F18 U27" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-5-100mm-manual-zoom-cctv-lens-for-cs-camera-true-f18-u27_120913582207_US.html" rel="nofollow"><strong>5 100mm Manual Zoom CCTV Lens For CS Camera True F18 U27</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $48.00
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-4-channel-usb-capture-card-dvr-cctv-camera-monitor-dvd_270979819163_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/270979819163_0.jpg" alt="4 Channel USB Capture Card DVR CCTV Camera Monitor DVD" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-4-channel-usb-capture-card-dvr-cctv-camera-monitor-dvd_270979819163_US.html" rel="nofollow"><strong>4 Channel USB Capture Card DVR CCTV Camera Monitor DVD</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $12.99
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-outdoor-1-3-sony-ccd-color-35-led-ir-cctv-camera-yh7_251064601465_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/251064601465_0.jpg" alt="OUTDOOR 1 3 SONY CCD COLOR 35 LED IR CCTV CAMERA YH7" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-outdoor-1-3-sony-ccd-color-35-led-ir-cctv-camera-yh7_251064601465_US.html" rel="nofollow"><strong>OUTDOOR 1 3 SONY CCD COLOR 35 LED IR CCTV CAMERA YH7</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $41.99
    </td>
  </tr>
</table>

<table width="100%" border="0" cellpadding="5" cellspacing="5">
  <tr>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-cctv-security-camera-usb-4-channel-video-recorder-dvr_261026532921_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/261026532921_0.jpg" alt="CCTV Security Camera USB 4 Channel Video Recorder DVR" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-cctv-security-camera-usb-4-channel-video-recorder-dvr_261026532921_US.html" rel="nofollow"><strong>CCTV Security Camera USB 4 Channel Video Recorder DVR</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $12.99
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-16x-150-bnc-video-power-cable-dvr-cctv-security-camera-surveillance-wire-cld_360459399280_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/360459399280_0.jpg" alt="16x 150 BNC Video Power Cable DVR CCTV Security Camera Surveillance Wire CLD" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-16x-150-bnc-video-power-cable-dvr-cctv-security-camera-surveillance-wire-cld_360459399280_US.html" rel="nofollow"><strong>16x 150 BNC Video Power Cable DVR CCTV Security Camera Surveillance Wire CLD</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $252.99
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-3100feet-bnc-rca-cctv-video-power-cable-ccd-security-camera-extension-cord-1qb_180884472084_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/180884472084_0.jpg" alt="3100feet BNC RCA CCTV Video Power Cable CCD Security Camera Extension Cord 1QB" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-3100feet-bnc-rca-cctv-video-power-cable-ccd-security-camera-extension-cord-1qb_180884472084_US.html" rel="nofollow"><strong>3100feet BNC RCA CCTV Video Power Cable CCD Security Camera Extension Cord 1QB</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $29.70
    </td>
  </tr>
</table>


<table width="100%" border="0" cellspacing="5" cellpadding="5" style="background-color:#eaeaea">
  <tr>
    <td align="left">
<script type="text/javascript">
<!-- Begin
function Page_cctvcamera(arg){
  document.forms['page_cctvcamera'].pagenum_cctvcamera.value = arg;
  document.forms['page_cctvcamera'].submit();
}
// End -->
</script>
<form name="page_cctvcamera" id="page_cctvcamera" method="post" action="" style="width:300px;margin:0; text-align:left;">
<input name="pagenum_cctvcamera" value="" type="hidden" />
<input name="sortnum_cctvcamera" value="" type="hidden" />
<input name="country" type="hidden" value="US" />
View Page:&nbsp;&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(1)" rel="nofollow"><u><strong>1</strong></u></a>&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(2)" rel="nofollow">2</a>&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(3)" rel="nofollow">3</a>&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(4)" rel="nofollow">4</a>&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(5)" rel="nofollow">5</a>&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(6)" rel="nofollow">6</a>
</form>

    </td>
    <td align="right"></td>
  </tr>
</table>


</div>

]]></content:encoded>
			<wfw:commentRss>http://burfieldstuff.com/2009/09/03/cctv-and-webcams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

