<?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-cctv-security-1-3-wdr-540tvl-dsp-pixim-sensor-camera_180807309057_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/180807309057_0.jpg" alt="CCTV Security 1 3 WDR 540TVL DSP Pixim Sensor Camera" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-cctv-security-1-3-wdr-540tvl-dsp-pixim-sensor-camera_180807309057_US.html" rel="nofollow"><strong>CCTV Security 1 3 WDR 540TVL DSP Pixim Sensor Camera</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $125.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-560tvl-wdr-camera-sony-1-3-ccd-3d-dnr-sensup_160725780831_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/160725780831_0.jpg" alt="CCTV 560TVL WDR Camera Sony 1 3 CCD 3D DNR Sensup" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-cctv-560tvl-wdr-camera-sony-1-3-ccd-3d-dnr-sensup_160725780831_US.html" rel="nofollow"><strong>CCTV 560TVL WDR Camera Sony 1 3 CCD 3D DNR Sensup</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $140.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-480-tv-line-mini-board-camera-cctv-spy-cambracket-pick-your-best-lens-9-12v-dc_170776898297_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/170776898297_0.jpg" alt="480 TV LINE MINI BOARD CAMERA CCTV SPY CAMBRACKET PICK YOUR BEST LENS 9 12V DC" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-480-tv-line-mini-board-camera-cctv-spy-cambracket-pick-your-best-lens-9-12v-dc_170776898297_US.html" rel="nofollow"><strong>480 TV LINE MINI BOARD CAMERA CCTV SPY CAMBRACKET PICK YOUR BEST LENS 9 12V DC</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $19.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-cmos-420tvl-24-ir-leds-color-metal-cctv-seucirty-dvr-system-outdoor-camera-4pcs_280820148366_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/280820148366_0.jpg" alt="CMOS 420TVL 24 IR Leds Color Metal CCTV Seucirty DVR System Outdoor Camera 4pcs" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-cmos-420tvl-24-ir-leds-color-metal-cctv-seucirty-dvr-system-outdoor-camera-4pcs_280820148366_US.html" rel="nofollow"><strong>CMOS 420TVL 24 IR Leds Color Metal CCTV Seucirty DVR System Outdoor Camera 4pcs</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $99.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-new-set-of-4-x-sharp-1-4-ccd-12-led-weatherproof-cctv-ir-security-bullet-camera_140693434113_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/140693434113_0.jpg" alt="New Set of 4 x Sharp 1 4 CCD 12 LED Weatherproof CCTV IR Security Bullet Camera" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-new-set-of-4-x-sharp-1-4-ccd-12-led-weatherproof-cctv-ir-security-bullet-camera_140693434113_US.html" rel="nofollow"><strong>New Set of 4 x Sharp 1 4 CCD 12 LED Weatherproof CCTV IR Security Bullet Camera</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $97.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-4-pelco-eh2100-low-profile-ceiling-wedge-enclosure-cctv-camera_250987065917_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/250987065917_0.jpg" alt="4 Pelco EH2100 low profile ceiling Wedge enclosure cctv camera" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-4-pelco-eh2100-low-profile-ceiling-wedge-enclosure-cctv-camera_250987065917_US.html" rel="nofollow"><strong>4 Pelco EH2100 low profile ceiling Wedge enclosure cctv camera</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $40.00
    </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-lot-fake-security-dummy-cam-domes-cctv-dome-camerasled_230738600683_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/230738600683_0.jpg" alt="LOT FAKE SECURITY DUMMY CAM DOMES CCTV DOME CAMERASLED" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-lot-fake-security-dummy-cam-domes-cctv-dome-camerasled_230738600683_US.html" rel="nofollow"><strong>LOT FAKE SECURITY DUMMY CAM DOMES CCTV DOME CAMERASLED</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $17.95
    </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-4ch-4-channels-home-video-surveillance-cctv-dvr-security-system-4-color-camera_130642830192_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/130642830192_0.jpg" alt="4CH 4 CHANNELS Home Video Surveillance CCTV DVR Security System 4 color Camera" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-4ch-4-channels-home-video-surveillance-cctv-dvr-security-system-4-color-camera_130642830192_US.html" rel="nofollow"><strong>4CH 4 CHANNELS Home Video Surveillance CCTV DVR Security System 4 color Camera</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $145.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-sony-600tvl-ccd-outdoor-cctv-dome-vandal-proof-camera_110818608970_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/110818608970_0.jpg" alt="Sony 600TVL CCD Outdoor CCTV Dome Vandal Proof Camera" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-sony-600tvl-ccd-outdoor-cctv-dome-vandal-proof-camera_110818608970_US.html" rel="nofollow"><strong>Sony 600TVL CCD Outdoor CCTV Dome Vandal Proof Camera</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $79.95
    </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-100-pcs-x-universal-ac-100-240-to-12vdc-2amp-power-supplycctv-camera_190634130584_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/190634130584_0.jpg" alt="100 PCS x Universal AC 100 240 to 12Vdc 2Amp Power SupplyCCTV Camera" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-100-pcs-x-universal-ac-100-240-to-12vdc-2amp-power-supplycctv-camera_190634130584_US.html" rel="nofollow"><strong>100 PCS x Universal AC 100 240 to 12Vdc 2Amp Power SupplyCCTV Camera</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $225.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-indoor-dome-security-cctv-camera-420-tvl-1-3-sony-super-had-ccd-ir-infrared_120851734029_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/120851734029_0.jpg" alt="Indoor Dome Security CCTV Camera 420 TVL 1 3 Sony SUPER HAD CCD IR Infrared" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-indoor-dome-security-cctv-camera-420-tvl-1-3-sony-super-had-ccd-ir-infrared_120851734029_US.html" rel="nofollow"><strong>Indoor Dome Security CCTV Camera 420 TVL 1 3 Sony SUPER HAD CCD IR Infrared</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $29.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-indoor-dome-osd-security-cctv-camera-600tvl-sony-super-had-ccd-ir-infrared_120851734059_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/120851734059_0.jpg" alt="Indoor Dome OSD Security CCTV Camera 600TVL Sony SUPER HAD Ⅱ CCD IR Infrared" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-indoor-dome-osd-security-cctv-camera-600tvl-sony-super-had-ccd-ir-infrared_120851734059_US.html" rel="nofollow"><strong>Indoor Dome OSD Security CCTV Camera 600TVL Sony SUPER HAD Ⅱ CCD IR Infrared</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $49.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-indoor-dome-security-cctv-camera-surveilance-1-3-sony-ccd-420-tvl-ir-infrared_120851734251_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/120851734251_0.jpg" alt="Indoor Dome Security CCTV Camera Surveilance 1 3 Sony CCD 420 TVL IR Infrared" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-indoor-dome-security-cctv-camera-surveilance-1-3-sony-ccd-420-tvl-ir-infrared_120851734251_US.html" rel="nofollow"><strong>Indoor Dome Security CCTV Camera Surveilance 1 3 Sony CCD 420 TVL IR Infrared</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $44.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-indoor-dome-security-cctv-camera-with-1-3-sony-ccd-600-tvl-osd-ir-infrared_120851734270_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/120851734270_0.jpg" alt="Indoor Dome Security CCTV Camera With 1 3 Sony CCD 600 TVL OSD IR Infrared" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-indoor-dome-security-cctv-camera-with-1-3-sony-ccd-600-tvl-osd-ir-infrared_120851734270_US.html" rel="nofollow"><strong>Indoor Dome Security CCTV Camera With 1 3 Sony CCD 600 TVL OSD IR Infrared</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $55.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-standalone-6ch-video-surveillance-cctv-dvr-video-recorder-security-camera-system_110820062869_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/110820062869_0.jpg" alt="Standalone 6CH Video Surveillance CCTV DVR Video Recorder Security Camera System" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-standalone-6ch-video-surveillance-cctv-dvr-video-recorder-security-camera-system_110820062869_US.html" rel="nofollow"><strong>Standalone 6CH Video Surveillance CCTV DVR Video Recorder Security Camera System</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $209.99
    </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>

