<?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; cameras</title>
	<atom:link href="http://burfieldstuff.com/tag/cameras/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-waterproof-cctv-security-camera-video-surveillance-warning-window-stickers-lot_110882459545_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/110882459545_0.jpg" alt="WATERPROOF CCTV SECURITY CAMERA VIDEO SURVEILLANCE WARNING WINDOW STICKERS LOT" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-waterproof-cctv-security-camera-video-surveillance-warning-window-stickers-lot_110882459545_US.html" rel="nofollow"><strong>WATERPROOF CCTV SECURITY CAMERA VIDEO SURVEILLANCE WARNING WINDOW STICKERS LOT</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $16.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-10-150ft-bnc-video-power-cable-dvr-cctv-ccd-security-camera-wire-cord-new-clb_190680279545_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/190680279545_0.jpg" alt="10 150ft BNC Video Power Cable DVR CCTV CCD Security Camera Wire Cord New CLB" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-10-150ft-bnc-video-power-cable-dvr-cctv-ccd-security-camera-wire-cord-new-clb_190680279545_US.html" rel="nofollow"><strong>10 150ft BNC Video Power Cable DVR CCTV CCD Security Camera Wire Cord New CLB</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $159.90
    </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-8x100ft-cctv-security-surveillance-camera-audio-video-power-cable-bnc-rca-dc-cct_190680279700_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/190680279700_0.jpg" alt="8x100ft CCTV Security Surveillance Camera Audio Video Power Cable BNC RCA DC CCT" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-8x100ft-cctv-security-surveillance-camera-audio-video-power-cable-bnc-rca-dc-cct_190680279700_US.html" rel="nofollow"><strong>8x100ft CCTV Security Surveillance Camera Audio Video Power Cable BNC RCA DC CCT</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $106.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-sony-effio-ccd-700tvl-cctv-outdoor-ir-infrared-security-surveillance-camera-a39_190680279980_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/190680279980_0.jpg" alt="SONY Effio CCD 700TVL CCTV Outdoor IR Infrared Security Surveillance Camera A39" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-sony-effio-ccd-700tvl-cctv-outdoor-ir-infrared-security-surveillance-camera-a39_190680279980_US.html" rel="nofollow"><strong>SONY Effio CCD 700TVL CCTV Outdoor IR Infrared Security Surveillance Camera A39</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $137.49
    </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-1-4-sharp-ccd-36mm-lens-dc-12v-dome-video-dome-cctv-camera_300709997335_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/300709997335_0.jpg" alt="1 4 Sharp CCD 36mm Lens DC 12V Dome Video Dome CCTV Camera" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-1-4-sharp-ccd-36mm-lens-dc-12v-dome-video-dome-cctv-camera_300709997335_US.html" rel="nofollow"><strong>1 4 Sharp CCD 36mm Lens DC 12V Dome Video Dome CCTV Camera</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $33.63
    </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-30led-cctv-color-wired-ir-outdoor-security-camera-a3_221026254213_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/221026254213_0.jpg" alt="30LED CCTV Color Wired IR Outdoor Security Camera A3" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-30led-cctv-color-wired-ir-outdoor-security-camera-a3_221026254213_US.html" rel="nofollow"><strong>30LED CCTV Color Wired IR Outdoor Security Camera A3</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $28.90
    </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-outdoor-sony-ccd-security-camera-day-night-infrared-bullet-cctv-surveillance-1wr_180884447959_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/180884447959_0.jpg" alt="Outdoor SONY CCD Security Camera Day Night Infrared Bullet CCTV Surveillance 1WR" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-outdoor-sony-ccd-security-camera-day-night-infrared-bullet-cctv-surveillance-1wr_180884447959_US.html" rel="nofollow"><strong>Outdoor SONY CCD Security Camera Day Night Infrared Bullet CCTV Surveillance 1WR</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $98.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-50ft-video-power-cable-ccd-dvr-cctv-security-camera-wire-cord-bnc-rca-cmg_360459385546_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/360459385546_0.jpg" alt="16x 50Ft Video Power Cable CCD DVR CCTV Security Camera Wire Cord BNC RCA CMG" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-16x-50ft-video-power-cable-ccd-dvr-cctv-security-camera-wire-cord-bnc-rca-cmg_360459385546_US.html" rel="nofollow"><strong>16x 50Ft Video Power Cable CCD DVR CCTV Security Camera Wire Cord BNC RCA CMG</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $117.69
    </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-ccd-outdoor-infrared-security-surveillance-camera-cctv-wide-angle-color-1t3_180884448371_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/180884448371_0.jpg" alt="SONY CCD Outdoor Infrared Security Surveillance Camera CCTV Wide Angle Color 1T3" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-sony-ccd-outdoor-infrared-security-surveillance-camera-cctv-wide-angle-color-1t3_180884448371_US.html" rel="nofollow"><strong>SONY CCD Outdoor Infrared Security Surveillance Camera CCTV Wide Angle Color 1T3</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $73.65
    </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-dvr-ccd-cctv-ir-camera-color-video-sd-card-recorder-dw1_251064569075_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/251064569075_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_251064569075_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.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-digital-video-wireless-24g-lcd-baby-monitor-night-vision-cctv-camera-receiver_261026506192_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/261026506192_0.jpg" alt="Digital Video Wireless 24G LCD Baby Monitor Night vision CCTV CAMERA Receiver" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-digital-video-wireless-24g-lcd-baby-monitor-night-vision-cctv-camera-receiver_261026506192_US.html" rel="nofollow"><strong>Digital Video Wireless 24G LCD Baby Monitor Night vision CCTV CAMERA Receiver</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $110.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-led-infra-red-cctv-colour-security-camera-night-vision_261026506535_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/261026506535_0.jpg" alt="LED Infra Red CCTV Colour Security Camera Night Vision" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-led-infra-red-cctv-colour-security-camera-night-vision_261026506535_US.html" rel="nofollow"><strong>LED Infra Red CCTV Colour Security Camera Night Vision</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $38.90
    </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-2x150-power-video-audio-cable-security-cctv-camera-1q3_360459386089_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/360459386089_0.jpg" alt="2x150 power video audio cable security CCTV camera 1Q3" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-2x150-power-video-audio-cable-security-cctv-camera-1q3_360459386089_US.html" rel="nofollow"><strong>2x150 power video audio cable security CCTV camera 1Q3</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $43.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-00lux-520tvl-mini-cctv-ir-camera-with-audio-940nm-3m-range6-ir-lights_290714017221_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/290714017221_0.jpg" alt="00Lux 520TVL Mini CCTV IR Camera with Audio 940nm 3m range6 IR lights" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-00lux-520tvl-mini-cctv-ir-camera-with-audio-940nm-3m-range6-ir-lights_290714017221_US.html" rel="nofollow"><strong>00Lux 520TVL Mini CCTV IR Camera with Audio 940nm 3m range6 IR lights</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $54.55
    </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-new-mini-520tvl-cctv-security-audio-video-color-camera-0008lux_290714017222_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/290714017222_0.jpg" alt="New Mini 520TVL CCTV Security Audio Video Color Camera 0008Lux" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-new-mini-520tvl-cctv-security-audio-video-color-camera-0008lux_290714017222_US.html" rel="nofollow"><strong>New Mini 520TVL CCTV Security Audio Video Color Camera 0008Lux</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $31.52
    </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>&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(7)" rel="nofollow">7</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>

